Old llama test.

This commit is contained in:
Nicolas Patry 2023-12-06 19:51:27 +00:00
parent 3a79fbc63e
commit abc8d48d96

View File

@ -43,7 +43,7 @@ async def test_flash_llama_all_params(flash_llama, response_snapshot):
seed=0,
)
assert response.details.generated_tokens == 10
assert response.details.generated_tokens == 5
assert response == response_snapshot