Skip to content

Commit f89457e

Browse files
committed
Rufff check
Signed-off-by: Amit Raj <[email protected]>
1 parent 021c6b2 commit f89457e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/vllm/test_qaic_output_consistency.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_output_consistency(model_name):
7373
"In which country yamana river flows",
7474
"How many people died in World War II",
7575
"Thy youth is proud livery, so gazed on now",
76-
"Will be a tattered weed, of small worth held:" "Then being asked where all thy beauty lies",
76+
"Will be a tattered weed, of small worth held:Then being asked where all thy beauty lies",
7777
"Where all the treasure of thy lusty days",
7878
"To say, within thine own deep-sunken eyes",
7979
"Where is Statue of Liberty located?",
@@ -97,4 +97,4 @@ def test_output_consistency(model_name):
9797
assert len(set(outputDict[key])) == 1, "Outputs from different slots for same prompt does not match!!"
9898

9999
# Assertion to check if any prompts are missed.
100-
assert len(prompt2) == len(output2), "Number of Generated Tokens do not match the number of valid inputs!!"
100+
assert len(prompt2) == len(output2), "Number of Generated Tokens do not match the number of valid inputs!!"

0 commit comments

Comments
 (0)