Skip to content

Commit

Permalink
Rename to phi-2 streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanUnderhill committed Feb 27, 2024
1 parent cfff024 commit c48c282
Showing 1 changed file with 1 addition and 1 deletion.
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("example-models/phi2-int4-cpu", og.DeviceType.CPU)
model=og.Model("model", og.DeviceType.CPU)
print("Model loaded")
tokenizer=model.create_tokenizer()
print("Tokenizer created")
Expand Down

0 comments on commit c48c282

Please sign in to comment.