mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Fixing typo insertion.
This commit is contained in:
parent
a0003a62a5
commit
5b04d6c49d
@ -125,7 +125,7 @@ async def test_flash_llama_load(
|
|||||||
assert len(responses) == len(prompts)
|
assert len(responses) == len(prompts)
|
||||||
outputs = [r.choices[0].message.content for r in responses]
|
outputs = [r.choices[0].message.content for r in responses]
|
||||||
expected = [
|
expected = [
|
||||||
"Jeff Walk er's Product Launch Formula is a comprehensive system",
|
"Jeff Walker's Product Launch Formula is a comprehensive system",
|
||||||
"Here are three key indicators to determine if a customer",
|
"Here are three key indicators to determine if a customer",
|
||||||
"You can use the `String.format()` method in",
|
"You can use the `String.format()` method in",
|
||||||
"In a realm of binary mysticism, we find",
|
"In a realm of binary mysticism, we find",
|
||||||
|
Loading…
Reference in New Issue
Block a user