Update docker-compose-cpu.yaml windows docker compose not working fix
This commit is contained in:
parent
b1a67e7405
commit
1549d16d72
1 changed files with 1 additions and 11 deletions
|
|
@ -28,17 +28,7 @@ services:
|
|||
condition: service_completed_successfully
|
||||
restart: unless-stopped
|
||||
command: >
|
||||
-m /models/${ORPHEUS_MODEL_NAME}
|
||||
--host 0.0.0.0
|
||||
--port 5006
|
||||
--ctx-size ${ORPHEUS_MAX_TOKENS}
|
||||
--n-predict ${ORPHEUS_MAX_TOKENS}
|
||||
--threads ${LLAMA_CPU_THREADS:-6}
|
||||
--threads-batch ${LLAMA_CPU_THREADS:-6}
|
||||
--rope-scaling linear
|
||||
--no-mmap
|
||||
--no-slots
|
||||
--no-webui
|
||||
"-m /models/${ORPHEUS_MODEL_NAME} --host 0.0.0.0 --port 5006 --ctx-size ${ORPHEUS_MAX_TOKENS} --n-predict ${ORPHEUS_MAX_TOKENS} --threads ${LLAMA_CPU_THREADS:-6} --threads-batch ${LLAMA_CPU_THREADS:-6} --rope-scaling linear --no-mmap --no-slots --no-webui"
|
||||
model-init:
|
||||
image: curlimages/curl:latest
|
||||
user: ${UID}:${GID}
|
||||
|
|
|
|||
Loading…
Reference in a new issue