Skip to content

Commit

Permalink
Skip torchao tests on XPU
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan committed Sep 19, 2024
1 parent 0d4eaf0 commit 134b50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gpu_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -3013,6 +3013,7 @@ def test_causal_lm_training_multi_gpu_eetq(self):
assert trainer.state.log_history[-1]["train_loss"] is not None


@require_non_xpu
@require_torch_gpu
@require_torchao
class PeftTorchaoGPUTests(unittest.TestCase):
Expand Down

0 comments on commit 134b50b

Please sign in to comment.