Skip to content

Commit 93dfbc1

Browse files
authored
common : make LLAMA_CACHE the one cache for everything (ggml-org#21009)
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
1 parent 3cba8bb commit 93dfbc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common/hf-cache.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static fs::path get_cache_directory() {
3838
const char * var;
3939
fs::path path;
4040
} entries[] = {
41+
{"LLAMA_CACHE", fs::path()},
4142
{"HF_HUB_CACHE", fs::path()},
4243
{"HUGGINGFACE_HUB_CACHE", fs::path()},
4344
{"HF_HOME", fs::path("hub")},

0 commit comments

Comments
 (0)