Skip to content

Commit

Permalink
fix weight download
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhk-1 committed Dec 11, 2024
1 parent 15a8dd5 commit 7280b9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd scripts/llava/benchmark_common/
bash prepare.sh
#get model
rm -rf models--liuhaotian--llava-v1.6-vicuna-13b
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-7b.tar
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-13b.tar
tar -xf models--liuhaotian--llava-v1.6-vicuna-13b.tar
rm -rf models--liuhaotian--llava-v1.6-vicuna-13b.tar
#run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd scripts/llava/benchmark_common/
bash prepare.sh
#get model
rm -rf models--liuhaotian--llava-v1.6-vicuna-13b
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-7b.tar
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-13b.tar
tar -xf models--liuhaotian--llava-v1.6-vicuna-13b.tar
rm -rf models--liuhaotian--llava-v1.6-vicuna-13b.tar
#run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd scripts/llava/benchmark_common/
bash prepare.sh
#get model
rm -rf models--liuhaotian--llava-v1.6-vicuna-7b
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-13b.tar
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-7b.tar
tar -xf models--liuhaotian--llava-v1.6-vicuna-7b.tar
rm -rf models--liuhaotian--llava-v1.6-vicuna-7b.tar
#run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd scripts/llava/benchmark_common/
bash prepare.sh
#get model
rm -rf models--liuhaotian--llava-v1.6-vicuna-7b
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-13b.tar
wget https://paddlenlp.bj.bcebos.com/models/community/paddlemix/llava_torch/models--liuhaotian--llava-v1.6-vicuna-7b.tar
tar -xf models--liuhaotian--llava-v1.6-vicuna-7b.tar
rm -rf models--liuhaotian--llava-v1.6-vicuna-7b.tar
#run
Expand Down

0 comments on commit 7280b9f

Please sign in to comment.