Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: mit
|
|
| 3 |
---
|
| 4 |
```shell
|
| 5 |
git clone https://github.com/deepglint/unicom
|
| 6 |
-
cd mlcd
|
| 7 |
|
| 8 |
python
|
| 9 |
>>> from vit_rope2d_hf import MLCDVisionModel
|
|
|
|
| 3 |
---
|
| 4 |
```shell
|
| 5 |
git clone https://github.com/deepglint/unicom
|
| 6 |
+
cd unicom/mlcd
|
| 7 |
|
| 8 |
python
|
| 9 |
>>> from vit_rope2d_hf import MLCDVisionModel
|