xiangan commited on
Commit
7eab55e
·
verified ·
1 Parent(s): 0c45d94

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ```shell
2
+ git clone https://github.com/deepglint/unicom
3
+ cd mlcd
4
+
5
+ python
6
+ >>> from vit_rope2d_hf import MLCDVisionModel
7
+ >>> model = MLCDVisionModel.from_pretrained("DeepGlint-AI/mlcd-vit-bigG-patch14-224")
8
+
9
+ ```