You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/guides/manage-cache.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The caching system is designed as follows:
21
21
├─ <SPACES>
22
22
```
23
23
24
-
The `<CACHE_DIR>` is usually your user's home directory. However, it is customizable with the `cache_dir` argument on all methods, or by specifying either `HF_HOME` or `HF_HUB_CACHE` environment variable.
24
+
The default `<CACHE_DIR>` is `~/.cache/huggingface/hub`. However, it is customizable with the `cache_dir` argument on all methods, or by specifying either `HF_HOME` or `HF_HUB_CACHE` environment variable.
25
25
26
26
Models, datasets and spaces share a common root. Each of these repositories contains the
27
27
repository type, the namespace (organization or username) if it exists and the
@@ -164,6 +165,10 @@ Each library defines its own policy (i.e. which usage to monitor) but the core i
164
165
165
166
You can set `HF_HUB_DISABLE_TELEMETRY=1` as environment variable to globally disable telemetry.
166
167
168
+
### HF_HUB_DISABLE_XET
169
+
170
+
Set to disable using `hf-xet`, even if it is available in your Python environment. This is since `hf-xet` will be used automatically if it is found, this allows explicitly disabling its usage.
171
+
167
172
### HF_HUB_ENABLE_HF_TRANSFER
168
173
169
174
Set to `True` for faster uploads and downloads from the Hub using `hf_transfer`.
0 commit comments