refactor: download from own vps and update docker compose
This commit is contained in:
@@ -9,7 +9,9 @@ services:
|
|||||||
- ./models:/models
|
- ./models:/models
|
||||||
command:
|
command:
|
||||||
- -m
|
- -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
|
- --host
|
||||||
- 0.0.0.0
|
- 0.0.0.0
|
||||||
- --port
|
- --port
|
||||||
@@ -24,3 +26,4 @@ services:
|
|||||||
- "20"
|
- "20"
|
||||||
- --min-p
|
- --min-p
|
||||||
- "0.00"
|
- "0.00"
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
mkdir -p models
|
mkdir -p models
|
||||||
curl -L -o ./models/qwen3.5-9B-Q5 https://huggingface.co/unsloth/Qwen3.5-9B-GGUF/resolve/main/Qwen3.5-9B-Q5_K_M.gguf
|
wget https://lenoctambule.dev/media/qwen.tar.gz
|
||||||
|
tar xvf qwen.tar.gz -C ./models/
|
||||||
|
|||||||
Reference in New Issue
Block a user