We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fdb82 commit 24a5fd2Copy full SHA for 24a5fd2
1 file changed
FlagEmbedding/visual/eva_clip/eva_vit_model.py
@@ -27,7 +27,7 @@
27
import xformers.ops as xops
28
except ImportError:
29
xops = None
30
- print("Please 'pip install xformers'")
+ # print("Please 'pip install xformers'")
31
32
33
class DropPath(nn.Module):
0 commit comments