|
|
|
|
|
by remram
1723 days ago
|
|
$XDG_CACHE_HOME is usually not set, it is an override and software should default to $HOME/.cache. As per your link: > If $XDG_CACHE_HOME is either not set or empty, a default equal to $HOME/.cache should be used. So even if Huggingface is aware of that variable (and it probably is) that won't help at all. |
|
[1] https://huggingface.co/transformers/v4.3.3/installation.html...