From 4542086db764080c4333beef7b9f4327b4f8ff64 Mon Sep 17 00:00:00 2001 From: Dhia Eddine Rhaiem <163106757+dhiaEddineRhaiem@users.noreply.github.com> Date: Wed, 21 May 2025 13:25:26 +0400 Subject: [PATCH] [Falcon H1] Fix Typo in Integration Test (#38256) * Create push-important-models.yml * feat: add falcon-h1 * fixup * address comment * fix * fix copies * fix copies * fix * fix * fix * fix * fix copies * fix * fix copies * fix test import to at least trigget the cis * yups * update * fix make fix copies * fix inits? * fix style * skip annoying test * add integration test for Falcon H1 * fix copies * fix * fix typo * make style --------- Co-authored-by: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Co-authored-by: Younes Belkada Co-authored-by: younesbelkada Co-authored-by: Arthur Zucker --- tests/models/falcon_h1/test_modeling_falcon_h1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/falcon_h1/test_modeling_falcon_h1.py b/tests/models/falcon_h1/test_modeling_falcon_h1.py index b2c0af8a02..f627fa5f63 100644 --- a/tests/models/falcon_h1/test_modeling_falcon_h1.py +++ b/tests/models/falcon_h1/test_modeling_falcon_h1.py @@ -479,7 +479,7 @@ class FalconH1ModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterM @require_torch_gpu class FalconH1ModelIntegrationTest(unittest.TestCase): @slow - def test_llama_3_1_hard(self): + def test_falcon_h1_hard(self): """ An integration test for Falcon-H1. """