FIX [CI] require_read_token in the llama FA2 test (#29361)
Update test_modeling_llama.py
This commit is contained in:
@@ -398,6 +398,7 @@ class LlamaModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMixi
|
|||||||
@require_torch_gpu
|
@require_torch_gpu
|
||||||
@require_bitsandbytes
|
@require_bitsandbytes
|
||||||
@pytest.mark.flash_attn_test
|
@pytest.mark.flash_attn_test
|
||||||
|
@require_read_token
|
||||||
@slow
|
@slow
|
||||||
def test_flash_attn_2_generate_padding_right(self):
|
def test_flash_attn_2_generate_padding_right(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user