Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
bcd4d77b
Unverified
Commit
bcd4d77b
authored
Sep 03, 2025
by
Dhruv Nair
Committed by
GitHub
Sep 03, 2025
Browse files
[CI] Remove big accelerator requirements from Quanto Tests (#12266)
update
parent
006d0927
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/quantization/quanto/test_quanto.py
tests/quantization/quanto/test_quanto.py
+2
-2
No files found.
tests/quantization/quanto/test_quanto.py
View file @
bcd4d77b
...
@@ -13,7 +13,7 @@ from ...testing_utils import (
...
@@ -13,7 +13,7 @@ from ...testing_utils import (
nightly
,
nightly
,
numpy_cosine_similarity_distance
,
numpy_cosine_similarity_distance
,
require_accelerate
,
require_accelerate
,
require_
big_
accelerator
,
require_accelerator
,
require_torch_cuda_compatibility
,
require_torch_cuda_compatibility
,
torch_device
,
torch_device
,
)
)
...
@@ -31,7 +31,7 @@ enable_full_determinism()
...
@@ -31,7 +31,7 @@ enable_full_determinism()
@
nightly
@
nightly
@
require_
big_
accelerator
@
require_accelerator
@
require_accelerate
@
require_accelerate
class
QuantoBaseTesterMixin
:
class
QuantoBaseTesterMixin
:
model_id
=
None
model_id
=
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment