Skip to content

Commit 24a5fd2

Browse files
authored
Update eva_vit_model.py
1 parent 89fdb82 commit 24a5fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlagEmbedding/visual/eva_clip/eva_vit_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import xformers.ops as xops
2828
except ImportError:
2929
xops = None
30-
print("Please 'pip install xformers'")
30+
# print("Please 'pip install xformers'")
3131

3232

3333
class DropPath(nn.Module):

0 commit comments

Comments
 (0)