[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 <younesbelkada@gmail.com> Co-authored-by: younesbelkada <younes.belkada@tii.ae> Co-authored-by: Arthur Zucker <arthur.zucker@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6829936ee0
commit
4542086db7
@@ -479,7 +479,7 @@ class FalconH1ModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterM
|
|||||||
@require_torch_gpu
|
@require_torch_gpu
|
||||||
class FalconH1ModelIntegrationTest(unittest.TestCase):
|
class FalconH1ModelIntegrationTest(unittest.TestCase):
|
||||||
@slow
|
@slow
|
||||||
def test_llama_3_1_hard(self):
|
def test_falcon_h1_hard(self):
|
||||||
"""
|
"""
|
||||||
An integration test for Falcon-H1.
|
An integration test for Falcon-H1.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user