mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-28 21:42:06 +00:00
Town instead village.
This commit is contained in:
parent
a91127c24b
commit
595f2b6fce
@ -47,8 +47,7 @@ async def test_mllama_simpl(mllama, response_snapshot):
|
|||||||
"total_tokens": 60,
|
"total_tokens": 60,
|
||||||
}
|
}
|
||||||
assert (
|
assert (
|
||||||
response.choices[0].message.content
|
response.choices[0].message.content == "In a small town, a chicken named Cluck"
|
||||||
== "In a small village, a chicken named Cluck"
|
|
||||||
)
|
)
|
||||||
assert response == response_snapshot
|
assert response == response_snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user