This commit is contained in:
2026-03-29 06:06:52 +08:00
parent d295adc300
commit 5aeaa6764f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -153,4 +153,6 @@ docker compose build --no-cache
docker compose up -d --force-recreate
```
- 如果看到 `No services to build`,说明你执行的是 `docker compose up -d --force-recreate` 且未触发重建;必须先单独执行 `docker compose build --no-cache`。
- 若仍报相同错误,说明当前 `vLLM/Transformers` 组合不支持该模型架构,建议在 `config.json` 切到其他本地模型,或升级基础镜像到更新的 vLLM 版本。