Skip to content

Commit

Permalink
limit only on cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf654321 committed Sep 24, 2024
1 parent cb2e125 commit 1f93b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipu/tests/python/unittests/test_adamw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import torch
import numpy as np
from torch_dipu.testing._internal.common_utils import TestCase, run_tests
from torch_dipu.testing._internal.common_utils import TestCase, run_tests, onlyOn


class TestFusedAdamW(TestCase):
Expand Down

0 comments on commit 1f93b60

Please sign in to comment.