Compare commits
2 Commits
4e9a086547
...
51163f0442
| Author | SHA1 | Date | |
|---|---|---|---|
| 51163f0442 | |||
| 69da2b8c5b |
@ -50,7 +50,7 @@ spec:
|
||||
exit 0
|
||||
fi
|
||||
echo "⬇️ Starting download..."
|
||||
apk add --no-cache bash aria2 wget ca-certificates
|
||||
apk add --no-cache bash aria2 wget ca-certificates curl
|
||||
wget https://hf-mirror.com/hfd/hfd.sh -O hfd.sh && chmod +x hfd.sh
|
||||
./hfd.sh {{ .Values.model.huggingfaceName }} --tool aria2c -x 8 --local-dir "$DEST_DIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user