Skip to content

Commit

Permalink
nit: retrigger falcon
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 4, 2023
1 parent 31bdb04 commit 6c984bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/presets/falcon/inference-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def generate_text(params: GenerationParams):

result = ""
for seq in sequences:
print(f"Result: {seq['generated_text']}")
print(f"Result {seq['generated_text']}")
result += seq['generated_text']

return {"Result": result}
Expand Down

0 comments on commit 6c984bb

Please sign in to comment.