We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cba8bb commit 93dfbc1Copy full SHA for 93dfbc1
1 file changed
common/hf-cache.cpp
@@ -38,6 +38,7 @@ static fs::path get_cache_directory() {
38
const char * var;
39
fs::path path;
40
} entries[] = {
41
+ {"LLAMA_CACHE", fs::path()},
42
{"HF_HUB_CACHE", fs::path()},
43
{"HUGGINGFACE_HUB_CACHE", fs::path()},
44
{"HF_HOME", fs::path("hub")},
0 commit comments