Skip to content

Commit 5a83d4f

Browse files
authored
Update model.py
1 parent 24a5fd2 commit 5a83d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlagEmbedding/visual/eva_clip/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import xformers.ops as xops
3232
except ImportError:
3333
xops = None
34-
print("Please 'pip install xformers'")
34+
# print("Please 'pip install xformers'")
3535

3636
@dataclass
3737
class CLIPVisionCfg:

0 commit comments

Comments
 (0)