Skip to content

Commit 146712d

Browse files
authored
Fix docs for hf downloader (#3494)
* Fix docs
1 parent 8fbacb3 commit 146712d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/parameters.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,17 @@ There are also additional environment variables that may change the behavior of
9191

9292
| Variable | Value format | Description |
9393
|-----------------|--------------|--------------------------------------------------------------------------------------------------------------------------|
94-
| `HF_ENDPOINT` | `string` | Default: `huggingface.co`. For users in China, set to `https://hf-mirror.com` if needed. |
94+
| `HF_ENDPOINT` | `string` | Default: `https://huggingface.co`. For users in China, set to `https://www.modelscope.cn/models` or `https://hf-mirror.com` if needed. |
9595
| `HF_TOKEN` | `string` | Authentication token required for accessing some models from Hugging Face. |
9696
| `https_proxy` | `string` | If set, model downloads will use this proxy. |
9797

9898
### Advanced Environment Variables for Pull Mode
9999
| Variable | Format | Description |
100+
|-------------------------------------|---------|------------------------------------------------------------------------------------------------------------|
100101
| `GIT_OPT_SET_SERVER_CONNECT_TIMEOUT`| `int` | Timeout to attempt connections to a remote server. Default value 4000 ms. |
101102
| `GIT_OPT_SET_SERVER_TIMEOUT` | `int` | Timeout for reading from and writing to a remote server. Default value 4000 ms. |
102103
| `GIT_OPT_SET_SSL_CERT_LOCATIONS` | `string`| Path to check for ssl certificates. |
103104

104-
### Advanced Environment Variables for Pull Mode in 2025.2 release
105-
| Variable | Format | Description |
106-
| `GIT_SERVER_CONNECT_TIMEOUT_MS`| `int` | Timeout to attempt connections to a remote server. Default value 4000 ms. |
107-
| `GIT_SERVER_TIMEOUT_MS` | `int` | Timeout for reading from and writing to a remote server. Default value 0 - using system sesttings |
108-
109105
Task specific parameters for different tasks (text generation/image generation/embeddings/rerank) are listed below:
110106

111107
### Text generation

0 commit comments

Comments
 (0)