Skip to content

Commit 489480b

Browse files
committed
update
1 parent fe451c3 commit 489480b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/models/testing_utils/quantization.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
is_modelopt,
3737
is_quanto,
3838
is_torchao,
39-
nightly,
4039
require_accelerate,
4140
require_accelerator,
4241
require_bitsandbytes_version_greater,
@@ -325,7 +324,6 @@ def _test_quantization_device_map(self, config_kwargs):
325324

326325

327326
@is_bitsandbytes
328-
@nightly
329327
@require_accelerator
330328
@require_bitsandbytes_version_greater("0.43.2")
331329
@require_accelerate
@@ -480,7 +478,6 @@ def test_bnb_device_map(self):
480478

481479

482480
@is_quanto
483-
@nightly
484481
@require_quanto
485482
@require_accelerate
486483
@require_accelerator
@@ -654,7 +651,6 @@ def test_torchao_device_map(self):
654651

655652

656653
@is_gguf
657-
@nightly
658654
@require_accelerate
659655
@require_accelerator
660656
@require_gguf_version_greater_or_equal("0.10.0")
@@ -744,7 +740,6 @@ def test_gguf_quantized_layers(self):
744740

745741

746742
@is_modelopt
747-
@nightly
748743
@require_accelerator
749744
@require_accelerate
750745
@require_modelopt_version_greater_or_equal("0.33.1")

0 commit comments

Comments
 (0)