From 5e9aa8f25d03a9cda234bdfc47261346e7f4f439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 27 Nov 2025 00:20:42 +0100 Subject: [PATCH] fix: HF_HOME for vllm --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index 4810dc4..dba8488 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -69,7 +69,7 @@ stdout_logfile_maxbytes=50MB stdout_logfile_backups=10 stderr_logfile_maxbytes=50MB stderr_logfile_backups=10 -environment=HF_TOKEN="%(ENV_HF_TOKEN)s" +environment=HF_HOME="./.cache/vllm",HF_TOKEN="%(ENV_HF_TOKEN)s" priority=200 stopwaitsecs=30 @@ -86,7 +86,7 @@ stdout_logfile_maxbytes=50MB stdout_logfile_backups=10 stderr_logfile_maxbytes=50MB stderr_logfile_backups=10 -environment=HF_TOKEN="%(ENV_HF_TOKEN)s" +environment=HF_HOME="./.cache/vllm",HF_TOKEN="%(ENV_HF_TOKEN)s" priority=201 stopwaitsecs=30