Skip to content

Commit

Permalink
make style
Browse files Browse the repository at this point in the history
  • Loading branch information
statelesshz committed Apr 4, 2024
1 parent 9adc50e commit 5a7100b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_big_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from accelerate.test_utils import (
require_bnb,
require_cuda,
require_mps,
require_multi_device,
require_multi_gpu,
require_non_cpu,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
from accelerate.state import PartialState
from accelerate.test_utils.testing import (
require_cuda,
require_non_cpu,
require_huggingface_suite,
require_non_cpu,
require_non_torch_xla,
require_torch_min_version,
require_tpu,
Expand Down

0 comments on commit 5a7100b

Please sign in to comment.