Compare commits

...

2 Commits

Author SHA1 Message Date
51163f0442 Merge pull request 'fix: fix bugs for initContainer in LWS' (#3) from vllm into main
All checks were successful
Publish Helm Charts / helm-publish (push) Successful in 7s
Reviewed-on: #3
2025-12-02 08:39:07 +00:00
69da2b8c5b fix: fix bugs for initContainer in LWS 2025-12-02 16:37:57 +08:00

View File

@ -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"