diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-08 14:49:12 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2026-02-08 14:49:12 +0100 |
| commit | f5c9813ba9098fe0d78aa660dbaf9741dad431ee (patch) | |
| tree | 2d845222e6847d00254270a8ee90d78bd0621e84 /.config/shell/variables | |
| parent | f76eb28092088264be1ffa30073fe61e615769d4 (diff) | |
Diffstat (limited to '.config/shell/variables')
| -rw-r--r-- | .config/shell/variables | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/shell/variables b/.config/shell/variables index 6cffdc1..6515c53 100644 --- a/.config/shell/variables +++ b/.config/shell/variables @@ -62,6 +62,10 @@ export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv # Ollama models path export OLLAMA_MODELS="/storage2/projects/ollama/models" +# Huggingface +export HF_HUB_DISABLE_TELEMETRY=1 +export HF_HOME="/storage2/huggingface" + # This is the list for lf icons: export LF_ICONS="di=:\ fi=:\ |