add the missing flash attention test marker (#32419)
* add flash attention check * fix * fix * add the missing marker * bug fix * add one more * remove order * add one more
This commit is contained in:
@@ -528,6 +528,7 @@ class Starcoder2IntegrationTest(unittest.TestCase):
|
||||
self.assertEqual(EXPECTED_TEXT, output_text)
|
||||
|
||||
@require_flash_attn
|
||||
@pytest.mark.flash_attn_test
|
||||
def test_starcoder2_batched_generation_fa2(self):
|
||||
EXPECTED_TEXT = [
|
||||
"Hello my name is Younes and I am a student at the University of Liverpool. I am currently studying for my MSc in Computer Science. I am interested in the field of Machine Learning and I am currently working on",
|
||||
|
||||
Reference in New Issue
Block a user