Skip to content

Commit 428c65a

Browse files
committed
update readme
1 parent cc3d234 commit 428c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The [Hugging Face](https://huggingface.co) platform hosts a [number of LLMs](htt
267267

268268
You can either manually download the GGUF file or directly use any `llama.cpp`-compatible models from [Hugging Face](https://huggingface.co/) or other model hosting sites, such as [ModelScope](https://modelscope.cn/), by using this CLI argument: `-hf <user>/<model>[:quant]`.
269269

270-
By default, the CLI would download from Hugging Face, you can switch to other options with the environment variable `MODEL_ENDPOINT`. For example, you may opt to downloading model checkpoints from ModelScope by setting the environment variable to `MODEL_ENDPOINT=https://www.modelscope.cn/`.
270+
By default, the CLI would download from Hugging Face, you can switch to other options with the environment variable `MODEL_ENDPOINT`. For example, you may opt to downloading model checkpoints from ModelScope or other model sharing communities by setting the environment variable, e.g. `MODEL_ENDPOINT=https://www.modelscope.cn/`.
271271

272272
After downloading a model, use the CLI tools to run it locally - see below.
273273

0 commit comments

Comments
 (0)