From 7a90d645ce09366412929547b431d0b6d2502ea2 Mon Sep 17 00:00:00 2001 From: Ella Charlaix Date: Tue, 31 Oct 2023 16:55:14 +0100 Subject: [PATCH] remove bigcode --- tests/generation/test_modeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generation/test_modeling.py b/tests/generation/test_modeling.py index 2b7c16140a..db36b924f4 100644 --- a/tests/generation/test_modeling.py +++ b/tests/generation/test_modeling.py @@ -54,7 +54,7 @@ class ModelingIntegrationTest(unittest.TestCase): "gpt_neo", "mistral", "llama", - "gpt_bigcode", + # "gpt_bigcode", ) GENERATION_LENGTH = 100