mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
fix: bump prompt
This commit is contained in:
parent
38b06b90b9
commit
09631bc8a2
@ -28,7 +28,7 @@ async def test_mllama_simpl(mllama, response_snapshot):
|
|||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"text": "Can you tell me a very short story based on the image?",
|
"text": "Can you tell me a funny very short story based on the image?",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "image_url",
|
"type": "image_url",
|
||||||
@ -66,7 +66,7 @@ async def test_mllama_load(mllama, generate_load, response_snapshot):
|
|||||||
"content": [
|
"content": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"text": "Can you tell me a very short story based on the image?",
|
"text": "Can you tell me a funny very short story based on the image?",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "image_url",
|
"type": "image_url",
|
||||||
|
Loading…
Reference in New Issue
Block a user