Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,7 @@ Under the ModelScope framework, the current model can be used by calling a simpl
|
|
31 |
```
|
32 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/modelscope/modelscope && cd modelscope && pip install -e . && cd ../
|
33 |
pip install open_clip_torch
|
|
|
34 |
```
|
35 |
|
36 |
### Code example (Demo Code)
|
|
|
31 |
```
|
32 |
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/modelscope/modelscope && cd modelscope && pip install -e . && cd ../
|
33 |
pip install open_clip_torch
|
34 |
+
pip install pytorch-lightning
|
35 |
```
|
36 |
|
37 |
### Code example (Demo Code)
|