Browse Source

feat:添加workers

zhaohaipeng 2 weeks ago
parent
commit
7d701efa8e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docker/Dockerfile

+ 0 - 1
docker/Dockerfile

@@ -379,7 +379,6 @@ RUN printf '%s\n' \
     '  --llama-checkpoint-path "${LLAMA_CHECKPOINT_PATH}" \' \
     '  --decoder-checkpoint-path "${DECODER_CHECKPOINT_PATH}" \' \
     '  --decoder-config-name "${DECODER_CONFIG_NAME}" \' \
-    '  --workers 3 \' \
     '  ${DEVICE_ARGS} ${COMPILE_ARGS} ${HALF_ARGS}' \
     > /app/start_server.sh && chmod +x /app/start_server.sh