From 8ca98cb7f335352e39d9ce4d075b0082527ecc10 Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Tue, 28 May 2024 15:32:46 +0200 Subject: [PATCH] hopefully --- tests/gptq/test_quantization.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gptq/test_quantization.py b/tests/gptq/test_quantization.py index a84d3b167d..c7b4c59a8d 100644 --- a/tests/gptq/test_quantization.py +++ b/tests/gptq/test_quantization.py @@ -53,6 +53,7 @@ class GPTQTest(unittest.TestCase): EXPECTED_OUTPUTS.add("Hello my name is Aiden, I am a student at the University") EXPECTED_OUTPUTS.add("Hello my name is nancy and i am a very sweet and very") EXPECTED_OUTPUTS.add("Hello my name is nancy, I am a very pretty girl with") + EXPECTED_OUTPUTS.add("Hello my name is nancy and i am a very pretty girl.") EXPECTED_OUTPUTS.add("Hello my name is jessie and i am a new member of") EXPECTED_OUTPUTS.add("Hello my name is A.I. and I am a student of") EXPECTED_OUTPUTS.add("Hello my name is A.I.I.I.I.")