From 5aebfc5cdfa387abd6f0a9911649dd9f1c975cb0 Mon Sep 17 00:00:00 2001 From: ivanwu Date: Tue, 2 Dec 2025 07:55:47 +0000 Subject: [PATCH] Update vllm-serve/templates/single.yaml --- vllm-serve/templates/single.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm-serve/templates/single.yaml b/vllm-serve/templates/single.yaml index 0934031..5fc40a2 100644 --- a/vllm-serve/templates/single.yaml +++ b/vllm-serve/templates/single.yaml @@ -51,7 +51,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"