From 93dfbc1291406978bc0f565303e775a51a56f63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 26 Mar 2026 12:04:57 +0100 Subject: [PATCH] common : make LLAMA_CACHE the one cache for everything (#21009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- common/hf-cache.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/hf-cache.cpp b/common/hf-cache.cpp index 3fb9f3ffc8..80dcab0177 100644 --- a/common/hf-cache.cpp +++ b/common/hf-cache.cpp @@ -38,6 +38,7 @@ static fs::path get_cache_directory() { const char * var; fs::path path; } entries[] = { + {"LLAMA_CACHE", fs::path()}, {"HF_HUB_CACHE", fs::path()}, {"HUGGINGFACE_HUB_CACHE", fs::path()}, {"HF_HOME", fs::path("hub")},