From 723bfd706e0be0d8c9520d447284df6e5074be3c Mon Sep 17 00:00:00 2001 From: Woochangho Date: Wed, 19 Mar 2025 09:48:55 +0900 Subject: [PATCH] update vllm --- charts/vllm/custom-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/vllm/custom-values.yaml b/charts/vllm/custom-values.yaml index 88aec8d..236f05d 100644 --- a/charts/vllm/custom-values.yaml +++ b/charts/vllm/custom-values.yaml @@ -28,6 +28,9 @@ servingEngineSpec: "--download-dir", "/data/qwen", ] + env: + - name: HF_HUB_OFFLINE + value: "1" routerSpec: repository: "lmcache/lmstack-router" tag: "latest"