Skip to content

Commit 769d713

Browse files
committed
remove
1 parent ab4bc3a commit 769d713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/single_file/test_model_vae_single_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
enable_full_determinism,
2626
load_hf_numpy,
2727
numpy_cosine_similarity_distance,
28-
require_torch_accelerator,
28+
require_torch_gpu,
2929
slow,
3030
torch_device,
3131
)
@@ -35,7 +35,7 @@
3535

3636

3737
@slow
38-
@require_torch_accelerator
38+
@require_torch_gpu
3939
class AutoencoderKLSingleFileTests(unittest.TestCase):
4040
model_class = AutoencoderKL
4141
ckpt_path = (

0 commit comments

Comments
 (0)