Skip to content

Commit

Permalink
Update import_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 authored Jun 5, 2023
1 parent 370db7e commit aab67bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomeov/import_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def is_diffusers_available():

def is_openclip_available():
try:
import open_clip_torch
import open_clip
return True
except ImportError:
print("OpenCLIP library is not available. Please install it to use Token Merging.")
Expand Down

0 comments on commit aab67bf

Please sign in to comment.