Skip to content

Commit

Permalink
MODEL_ID not "MODEL_ID" (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 24, 2024
1 parent 6894bbb commit 76c1f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/llama_vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

runner = Runner(
which=Which.VisionPlain(
model_id="MODEL_ID",
model_id=MODEL_ID,
arch=VisionArchitecture.VLlama,
),
)
Expand Down

0 comments on commit 76c1f4e

Please sign in to comment.