浏览代码

Merge pull request #429 from exo-explore/readme_hf_home

add documentation of HF_HOME model storage location in README
Alex Cheema 10 月之前
父节点
当前提交
526f8a7ad5
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -208,6 +208,12 @@ With a custom prompt:
 exo run llama-3.2-3b --prompt "What is the meaning of exo?"
 exo run llama-3.2-3b --prompt "What is the meaning of exo?"
 ```
 ```
 
 
+### Model Storage
+
+Models by default are stored in `~/.cache/huggingface/hub`.
+
+You can set a different model storage location by setting the `HF_HOME` env var.
+
 ## Debugging
 ## Debugging
 
 
 Enable debug logs with the DEBUG environment variable (0-9).
 Enable debug logs with the DEBUG environment variable (0-9).