Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cyber-pioneer committed Oct 19, 2023
1 parent f9d8e73 commit 6cc6ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_zoo/gpt-3/tasks/gpt/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

module.model.set_state_dict(model_dict)

input_text = "Hi, GPT2. Tell me who Jack Ma is."
input_text = "Hi, GPT2. Tell me who Jack Ma is ."
result = module.generate(input_text)

print(f"Prompt: {input_text}")
Expand Down

0 comments on commit 6cc6ff2

Please sign in to comment.