安装 TabbyAPI
TabbyAPI 是最流行的 ExLlamaV2 服务封装,自带 Web UI。
bash
git clone https://github.com/theroyallab/tabbyAPI
cd tabbyAPI
pip install -r requirements.txt配置并运行
将 EXL2 模型放入 models/ 目录并启动 API 服务。
bash
python main.py --port 5000
# API: http://localhost:5000/v1/chat/completions相关指南
部署指南仅供学习参考。每个模型均有独立许可协议 — 下载或部署前请阅读 Hugging Face 官方模型卡。