Skip to content

Commit

Permalink
Fix some examples for vllama 3.2 (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler authored Nov 26, 2024
1 parent abab402 commit 739ea3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/python/llama_vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"type": "text",
"text": "<|image|>What is shown in this image? Write a detailed response analyzing the scene.",
"text": "What is shown in this image? Write a detailed response analyzing the scene.",
},
],
}
Expand Down
2 changes: 1 addition & 1 deletion examples/server/llama_vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def log_response(response: httpx.Response):
},
{
"type": "text",
"text": "<|image|>What is shown in this image? Write a detailed response analyzing the scene.",
"text": "What is shown in this image? Write a detailed response analyzing the scene.",
},
],
},
Expand Down

0 comments on commit 739ea3e

Please sign in to comment.