From f44e87ff0e78d197cd26ecacff650d885586d30f Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 3 Oct 2023 22:28:07 -0700 Subject: [PATCH] docs(fix): broken links in model directory --- website/docs/models/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/models/index.md b/website/docs/models/index.md index a8d485d..1272bc8 100644 --- a/website/docs/models/index.md +++ b/website/docs/models/index.md @@ -30,7 +30,7 @@ To ensure optimal response quality, and given that latency requirements are not ## Alternative Registry -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](https://www.modelscope.cn/organization/TabbyML)), which can be utilized using the following environment variable: +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: ```bash TABBY_REGISTRY=modelscope tabby serve --model TabbyML/StarCoder-1B