Update docker-compose-gpu.yml command is not working on windows fix
This commit is contained in:
parent
70a5e06aef
commit
b1a67e7405
1 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue