Skip to content

Commit

Permalink
Update phi2-python.md (#19943)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Mar 15, 2024
1 parent 0450035 commit e00773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/tutorials/phi2-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ prompt = '''def print_prime(n):
model=og.Model(f'example-models/phi2-int4-cpu')
tokenizer = model.create_tokenizer()
tokenizer = og.Tokenizer(model)
tokens = tokenizer.encode(prompt)
Expand Down

0 comments on commit e00773e

Please sign in to comment.