CVRPDataset commited on
Commit
73f5520
·
verified ·
1 Parent(s): 30e143a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -12,7 +12,10 @@
12
  ***Clone***
13
 
14
  ```bash
15
- git clone https://huggingface.co/CVRPDataset/Model
 
 
 
16
  cd Model
17
  git clone https://github.com/open-mmlab/mmsegmentation.git -b v1.1.2 mmsegmentation
18
 
 
12
  ***Clone***
13
 
14
  ```bash
15
+ # Download files and models using huggingface_cli.
16
+ pip install huggingface_hub
17
+ huggingface-cli login
18
+ huggingface-cli download CVRPDataset/Model --local-dir ./model
19
  cd Model
20
  git clone https://github.com/open-mmlab/mmsegmentation.git -b v1.1.2 mmsegmentation
21