Skip to content

Commit

Permalink
conert to set
Browse files Browse the repository at this point in the history
  • Loading branch information
gpucce committed Oct 22, 2023
1 parent 20a2cb3 commit 003d357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
torch._C._jit_set_profiling_executor(True)
torch._C._jit_set_profiling_mode(False)

models_to_test = open_clip.list_generative_models().difference(
models_to_test = set(open_clip.list_generative_models()).difference(
{"coca_roberta-ViT-B-32", "coca_base"}
)

Expand Down

0 comments on commit 003d357

Please sign in to comment.