CVRPDataset commited on
Commit
41938f2
·
verified ·
1 Parent(s): eefcb63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -12,9 +12,8 @@
12
  ***Clone***
13
 
14
  ```bash
15
- sudo apt-get install git-lfs
16
- git lfs install
17
- git clone https://huggingface.co/CVRPDataset/Model
18
  cd Model
19
  git clone https://github.com/open-mmlab/mmsegmentation.git -b v1.1.2 mmsegmentation
20
 
 
12
  ***Clone***
13
 
14
  ```bash
15
+ pip install huggingface_hub
16
+ huggingface-cli download CVRPDataset/Model --local-dir /your/path/to/save/Model
 
17
  cd Model
18
  git clone https://github.com/open-mmlab/mmsegmentation.git -b v1.1.2 mmsegmentation
19