refactor: download from own vps and update docker compose

This commit is contained in:
Lenoctambule
2026-03-13 22:49:15 +01:00
parent 6220162186
commit c155aa1892
2 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,9 @@ services:
- ./models:/models
command:
- -m
- /models/qwen3.5-9B-Q5.gguf
- /models/qwen-3.5-0.8b/Qwen3.5-0.8B-UD-Q2_K_XL.gguf
- --mmproj
- /models/qwen-3.5-0.8b/mmproj-F16.gguf
- --host
- 0.0.0.0
- --port
@@ -24,3 +26,4 @@ services:
- "20"
- --min-p
- "0.00"