Skip to content

Commit 860f01c

Browse files
fix default CACHE_DIR (#3050)
1 parent fcbc37a commit 860f01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/guides/manage-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The caching system is designed as follows:
2121
├─ <SPACES>
2222
```
2323

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.
2525

2626
Models, datasets and spaces share a common root. Each of these repositories contains the
2727
repository type, the namespace (organization or username) if it exists and the

0 commit comments

Comments
 (0)