From d1336149626af6607359f5bac9b81c46ed6aad14 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 3 Nov 2023 13:56:36 -0700 Subject: [PATCH] update mirrors --- website/docs/models/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/models/index.mdx b/website/docs/models/index.mdx index c50596a..e59bbcd 100644 --- a/website/docs/models/index.mdx +++ b/website/docs/models/index.mdx @@ -8,10 +8,10 @@ import GitHubReadme from "./readme"; -## Alternative Registry +## Model Mirrors -By default, Tabby utilizes the [Hugging Face organization](https://huggingface.co/TabbyML) as its model registry. Mainland Chinese users have encountered challenges accessing Hugging Face for various reasons. The Tabby team has established a mirrored at [modelscope](https://www.modelscope.cn/organization/TabbyML), which can be utilized using the following environment variable: +Mainland Chinese users might encounter challenges accessing Hugging Face. For models with mirrored to modelscope, you could download model by utilizing following environment variable: ```bash -TABBY_REGISTRY=modelscope tabby serve --model TabbyML/StarCoder-1B +TABBY_DOWNLOAD_HOST=modelscope.cn tabby serve --model TabbyML/StarCoder-1B ```