Skip Falcon 7B GGML Test (#35783)

skip test
This commit is contained in:
Mohamed Mekkouri 2025-01-20 15:00:34 +01:00 committed by GitHub
parent 68947282fc
commit b80e334e71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,6 +636,7 @@ class GgufIntegrationTests(unittest.TestCase):
EXPECTED_TEXT = 'Hello,\nI am trying to use the "get_post_meta"'
self.assertEqual(tokenizer.decode(out[0], skip_special_tokens=True), EXPECTED_TEXT)
@unittest.skip("The test causes a torch.OutOfMemoryError on the CI but it passes with enough memory")
def test_falcon7b_weights_conversion_fp16(self):
quantized_model = AutoModelForCausalLM.from_pretrained(
self.falcon7b_model_id_fp16,