update bnb tests (#38011)
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
This commit is contained in:
@@ -109,6 +109,7 @@ class Base4bitTest(unittest.TestCase):
|
|||||||
EXPECTED_OUTPUTS.add("Hello my name is John.\nI am a friend of your father.\n")
|
EXPECTED_OUTPUTS.add("Hello my name is John.\nI am a friend of your father.\n")
|
||||||
EXPECTED_OUTPUTS.add("Hello my name is John Doe, I am a student at the University")
|
EXPECTED_OUTPUTS.add("Hello my name is John Doe, I am a student at the University")
|
||||||
EXPECTED_OUTPUTS.add("Hello my name is John and I am 25 years old.")
|
EXPECTED_OUTPUTS.add("Hello my name is John and I am 25 years old.")
|
||||||
|
EXPECTED_OUTPUTS.add("Hello my name is John and I am a student at the University of")
|
||||||
MAX_NEW_TOKENS = 10
|
MAX_NEW_TOKENS = 10
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user