Skip to content

Commit

Permalink
Restore original model path
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill committed Feb 27, 2024
1 parent c48c282 commit 1c89d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/phi2/phi2-streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
print("Loading model...")

# The first argument is the name of the folder containing the model files
model=og.Model("model", og.DeviceType.CPU)
model=og.Model("example-models/phi2-int4-cpu", og.DeviceType.CPU)
print("Model loaded")
tokenizer=model.create_tokenizer()
print("Tokenizer created")
Expand Down

0 comments on commit 1c89d6d

Please sign in to comment.