Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizust committed Sep 16, 2024
1 parent 516b781 commit 41842cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trainer/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,6 @@ def test_use_liger_kernel_patching(self):
self.assertEqual(modeling_llama.apply_rotary_pos_emb, liger_rotary_pos_emb)
self.assertTrue(isinstance(tiny_llama.model.norm, LigerRMSNorm))


@require_liger_kernel
@require_torch_gpu
def test_use_liger_kernel_trainer(self):
Expand Down

0 comments on commit 41842cb

Please sign in to comment.