Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
test(example): use real model in example to reduce ambiguity (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
fardeon authored Mar 22, 2023
1 parent 3fe56e8 commit f90603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basaran-python-library/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from basaran.model import load_model

model = load_model("hf-internal-testing/tiny-random-t5")
model = load_model("gpt2")

for choice in model("once upon a time"):
print(choice)

0 comments on commit f90603a

Please sign in to comment.