Skip to content

Commit

Permalink
Trigger full CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Oct 1, 2024
1 parent 37cc51b commit 11e95ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/models/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_registry_is_multimodal(model_arch, is_mm, init_cuda):
if not torch.cuda.is_initialized():
warnings.warn(
"This model no longer initializes CUDA on import. "
"Please test using a different model.",
"Please test using a different one.",
stacklevel=2)


Expand All @@ -51,5 +51,5 @@ def test_registry_is_pp(model_arch, is_pp, init_cuda):
if not torch.cuda.is_initialized():
warnings.warn(
"This model no longer initializes CUDA on import. "
"Please test using a different model.",
"Please test using a different one.",
stacklevel=2)

0 comments on commit 11e95ff

Please sign in to comment.