2023-11-03 20:22:00 +00:00
---
sidebar_position: 4
2023-11-03 20:57:45 +00:00
hide_table_of_contents: true
2023-11-03 20:22:00 +00:00
---
2023-11-03 20:51:36 +00:00
import GitHubReadme from "./readme";
# 🧑🔬 Models Registry
2023-11-03 20:22:00 +00:00
2023-11-03 20:51:36 +00:00
<GitHubReadme src="https://raw.githubusercontent.com/TabbyML/registry-tabby/main/README.md" />
2023-11-03 20:22:00 +00:00
2023-11-03 20:56:36 +00:00
## Model Mirrors
2023-11-03 20:22:00 +00:00
2023-11-03 20:56:36 +00:00
Mainland Chinese users might encounter challenges accessing Hugging Face. For models with mirrored to modelscope, you could download model by utilizing following environment variable:
2023-11-03 20:22:00 +00:00
```bash
2023-11-03 20:56:36 +00:00
TABBY_DOWNLOAD_HOST=modelscope.cn tabby serve --model TabbyML/StarCoder-1B
2023-11-03 20:22:00 +00:00
```