File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def test_output_consistency(model_name):
73
73
"In which country yamana river flows" ,
74
74
"How many people died in World War II" ,
75
75
"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" ,
77
77
"Where all the treasure of thy lusty days" ,
78
78
"To say, within thine own deep-sunken eyes" ,
79
79
"Where is Statue of Liberty located?" ,
@@ -97,4 +97,4 @@ def test_output_consistency(model_name):
97
97
assert len (set (outputDict [key ])) == 1 , "Outputs from different slots for same prompt does not match!!"
98
98
99
99
# 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!!"
You can’t perform that action at this time.
0 commit comments