Skip to content

Commit b08631b

Browse files
committed
missing slow decorator
1 parent f7a1e06 commit b08631b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/llama/test_modeling_llama.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ def test_model_7b_logits(self):
824824
self.assertEqual(infilling, EXPECTED_INFILLING)
825825

826826

827+
@slow
827828
@require_torch_gpu
828829
class Mask4DTestHard(unittest.TestCase):
829830
def tearDown(self):

0 commit comments

Comments
 (0)