File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ You can download either the PyTorch version or the Hugging Face version based on
8686cd pretrained/
8787wget https://huggingface.co/OpenGVLab/InternVL/resolve/main/internvl_c_13b_224px.pth
8888# pip install -U huggingface_hub
89- hugging face -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-14B-224px --local-dir internvl_14b_224px
89+ huggingface -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-14B-224px --local-dir internvl_14b_224px
9090```
9191
9292The directory structure is:
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ Please download the above model weights and place them in the `pretrained/` fold
8585``` sh
8686cd pretrained/
8787# pip install -U huggingface_hub
88- hugging face -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-14B-224px --local-dir internvl_14b_224px
89- hugging face -cli download --resume-download --local-dir-use-symlinks False lmsys/vicuna-13b-v1.5 --local-dir vicuna-13b-v1.5
90- hugging face -cli download --resume-download --local-dir-use-symlinks False lmsys/vicuna-7b-v1.5 --local-dir vicuna-7b-v1.5
88+ huggingface -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-14B-224px --local-dir internvl_14b_224px
89+ huggingface -cli download --resume-download --local-dir-use-symlinks False lmsys/vicuna-13b-v1.5 --local-dir vicuna-13b-v1.5
90+ huggingface -cli download --resume-download --local-dir-use-symlinks False lmsys/vicuna-7b-v1.5 --local-dir vicuna-7b-v1.5
9191```
9292
9393The directory structure is:
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ You can download either the PyTorch version or the Hugging Face version based on
112112``` sh
113113cd pretrained/
114114# pip install -U huggingface_hub
115- hugging face -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-14B-224px --local-dir internvl_14b_224px
115+ huggingface -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-14B-224px --local-dir internvl_14b_224px
116116```
117117
118118The directory structure is:
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ Please download the above model weights and place them in the `pretrained/` fold
8888``` shell
8989cd pretrained/
9090# pip install -U huggingface_hub
91- hugging face -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternViT-6B-224px --local-dir internvit_6b_224px
92- hugging face -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-7B --local-dir InternVL-Chat-ViT-6B-Vicuna-7B
93- hugging face -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B --local-dir InternVL-Chat-ViT-6B-Vicuna-13B
91+ huggingface -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternViT-6B-224px --local-dir internvit_6b_224px
92+ huggingface -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-7B --local-dir InternVL-Chat-ViT-6B-Vicuna-7B
93+ huggingface -cli download --resume-download --local-dir-use-symlinks False OpenGVLab/InternVL-Chat-ViT-6B-Vicuna-13B --local-dir InternVL-Chat-ViT-6B-Vicuna-13B
9494```
9595
9696The directory structure is:
You can’t perform that action at this time.
0 commit comments