From b3c1492be140e69d1168d0b38a8a5bcf794ecfdd Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 6 Dec 2023 09:49:54 +0000 Subject: [PATCH] Revert integration tests modifications. --- integration-tests/models/test_flash_falcon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/models/test_flash_falcon.py b/integration-tests/models/test_flash_falcon.py index 94e9eaca..eac91984 100644 --- a/integration-tests/models/test_flash_falcon.py +++ b/integration-tests/models/test_flash_falcon.py @@ -54,7 +54,7 @@ async def test_flash_falcon_all_params(flash_falcon, response_snapshot): async def test_flash_falcon_load(flash_falcon, generate_load, response_snapshot): responses = await generate_load( flash_falcon, - "What is Deep Learning?", + "Girafatron is obsessed with giraffes, the most glorious animal on the face of this Earth. Giraftron believes all other animals are irrelevant when compared to the glorious majesty of the giraffe.\nDaniel: Hello, Girafatron!\nGirafatron:", max_new_tokens=10, n=4, )