mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
fix: small test tweak
This commit is contained in:
parent
5b3b8fd7b6
commit
9b9614cea3
@ -34,6 +34,4 @@ async def test_flash_pali_gemma(flash_pali_gemma, response_snapshot):
|
|||||||
inputs = f"Where is the cow standing?\n"
|
inputs = f"Where is the cow standing?\n"
|
||||||
response = await flash_pali_gemma.generate(inputs, max_new_tokens=20)
|
response = await flash_pali_gemma.generate(inputs, max_new_tokens=20)
|
||||||
|
|
||||||
# TODO: update this! this is incorrect and just to show the current state of the test
|
assert response.generated_text == "\nbeach"
|
||||||
assert response.generated_text == " - HDS"
|
|
||||||
# assert response.generated_text == "\nbeach"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user