JimmyWang commited on
Commit
1c62eb5
1 Parent(s): d42a175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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)