From 167e756b31f7935356569ee6b2dcdedb0bcd5d9d Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Mon, 11 Nov 2024 20:08:33 +0400 Subject: [PATCH] add documentation of HF_HOME model storage location in README. fixes #427 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b12c7c5..392ef297 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,12 @@ With a custom prompt: 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 Enable debug logs with the DEBUG environment variable (0-9).