Update docker-compose-gpu.yml command is not working on windows fix

This commit is contained in:
Gowtham 2025-05-02 14:57:34 +02:00 committed by GitHub
parent 70a5e06aef
commit b1a67e7405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,13 +42,7 @@ services:
capabilities: [gpu]
restart: unless-stopped
command: >
-m /models/${ORPHEUS_MODEL_NAME}
--port 5006
--host 0.0.0.0
--n-gpu-layers 29
--ctx-size ${ORPHEUS_MAX_TOKENS}
--n-predict ${ORPHEUS_MAX_TOKENS}
--rope-scaling linear
"-m /models/${ORPHEUS_MODEL_NAME} --port 5006 --host 0.0.0.0 --n-gpu-layers 29 --ctx-size ${ORPHEUS_MAX_TOKENS} --n-predict ${ORPHEUS_MAX_TOKENS} --rope-scaling linear"
model-init:
image: curlimages/curl:latest