We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a83d4f commit 3bfd718Copy full SHA for 3bfd718
1 file changed
FlagEmbedding/visual/eva_clip/transformer.py
@@ -31,7 +31,7 @@
31
import xformers.ops as xops
32
except ImportError:
33
xops = None
34
- print("Please 'pip install xformers'")
+ # print("Please 'pip install xformers'")
35
36
class LayerNormFp32(nn.LayerNorm):
37
"""Subclass torch's LayerNorm to handle fp16 (by casting to float32 and back)."""
0 commit comments