Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Aug 26, 2024
1 parent b586692 commit 9bb321b
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,9 +1,10 @@
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 9bb321b

Please sign in to comment.