From 068882775031845a98f7e0f9fb68c7959bad1e72 Mon Sep 17 00:00:00 2001 From: janEbert <janpublicebert@posteo.net> Date: Thu, 24 Oct 2024 21:00:36 +0200 Subject: [PATCH] Mention `TRITON_HOME` --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86806a1..8a8b897 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,11 @@ default values. - PyTorch kernels: `PYTORCH_KERNEL_CACHE_PATH="$HOME"/.cache/torch/kernels` - PyTorch Hub: `TORCH_HOME="$HOME"/.cache/torch/hub` - PyTorch extensions: `TORCH_EXTENSIONS_DIR="$HOME"/.cache/torch_extensions` -- Triton (PyTorch dependency): `TRITON_CACHE_DIR="$HOME"/.triton/cache` +- Triton (PyTorch dependency): `TRITON_HOME="$HOME"` (`.triton` + directory will be created under this location) (older versions use + `TRITON_CACHE_DIR="$HOME"/.triton/cache`)<!-- `TRITON_CACHE_DIR` + mention can be removed on 2025-06-26, a year after its official + documentation --> - HuggingFace: `HF_HOME="$HOME"/.cache/huggingface` #### `venv` directories -- GitLab