Skip to content

Commit 5bf9632

Browse files
reidliu41reidliu41
authored andcommitted
[doc] add download path tips (vllm-project#17013)
Signed-off-by: reidliu41 <[email protected]> Co-authored-by: reidliu41 <[email protected]>
1 parent 7369d09 commit 5bf9632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/models/supported_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class MyConfig(PretrainedConfig):
133133

134134
### Hugging Face Hub
135135

136-
By default, vLLM loads models from [Hugging Face (HF) Hub](https://huggingface.co/models).
136+
By default, vLLM loads models from [Hugging Face (HF) Hub](https://huggingface.co/models). To change the download path for models, you can set the `HF_HOME` environment variable; for more details, refer to [their official documentation](https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfhome).
137137

138138
To determine whether a given model is natively supported, you can check the `config.json` file inside the HF repository.
139139
If the `"architectures"` field contains a model architecture listed below, then it should be natively supported.

0 commit comments

Comments
 (0)