mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Working around falcon tests.
This commit is contained in:
parent
4d6efe32de
commit
e808222dbf
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
"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:",
|
||||
"What is Deep Learning?",
|
||||
max_new_tokens=10,
|
||||
n=4,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user