wangyoucao577 commited on
Commit
264681b
·
verified ·
1 Parent(s): 4783e69

feat: download model

Browse files
Files changed (1) hide show
  1. entrypoint.sh +5 -0
entrypoint.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash -xe
2
+
3
+ mkdir -p /data
4
+
5
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download --resume-download Qwen/Qwen2.5-7B-Instruct --local-dir /data/Qwen2.5-7B-Instruct