Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Jan 15, 2025
1 parent 475e65e commit 2034cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_consistency.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license

import clip
import numpy as np
import pytest
import torch
from PIL import Image

import clip


@pytest.mark.parametrize("model_name", clip.available_models())
def test_consistency(model_name):
Expand Down

0 comments on commit 2034cf5

Please sign in to comment.