Skip to content
Snippets Groups Projects
Commit 06888277 authored by Jan Ebert's avatar Jan Ebert
Browse files

Mention `TRITON_HOME`

parent ddde4efe
Branches
No related tags found
No related merge requests found
...@@ -247,7 +247,11 @@ default values. ...@@ -247,7 +247,11 @@ default values.
- PyTorch kernels: `PYTORCH_KERNEL_CACHE_PATH="$HOME"/.cache/torch/kernels` - PyTorch kernels: `PYTORCH_KERNEL_CACHE_PATH="$HOME"/.cache/torch/kernels`
- PyTorch Hub: `TORCH_HOME="$HOME"/.cache/torch/hub` - PyTorch Hub: `TORCH_HOME="$HOME"/.cache/torch/hub`
- PyTorch extensions: `TORCH_EXTENSIONS_DIR="$HOME"/.cache/torch_extensions` - 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` - HuggingFace: `HF_HOME="$HOME"/.cache/huggingface`
#### `venv` directories #### `venv` directories
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment