enable-prefix-caching
This commit is contained in:
parent
cb32e0b429
commit
6b8a1f341a
|
|
@ -32,6 +32,8 @@ services:
|
||||||
- --served-model-name=qwen3-14b-awq
|
- --served-model-name=qwen3-14b-awq
|
||||||
- --enable-auto-tool-choice
|
- --enable-auto-tool-choice
|
||||||
- --tool-call-parser=hermes
|
- --tool-call-parser=hermes
|
||||||
|
- --enable-prefix-caching # 2x RTX 3060 (12 GB)
|
||||||
|
- --prefix-cache-threshold=0.8 # 24 GB VRAM
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8005/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8005/health"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue