Skip to content

Commit

Permalink
MODEL_ID not "MODEL_ID"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 19, 2024
1 parent 32e8945 commit 8057bfc
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 8057bfc

Please sign in to comment.