mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00
update bnb tests (#38011)
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
This commit is contained in:
parent
b3db4ddb22
commit
d231f5a7d4
@ -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 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 a student at the University of")
|
||||
MAX_NEW_TOKENS = 10
|
||||
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user