diff --git a/other/vllm/Docker/start-container.sh b/other/vllm/Docker/start-container.sh index 9214eeb..7cccb88 100644 --- a/other/vllm/Docker/start-container.sh +++ b/other/vllm/Docker/start-container.sh @@ -19,7 +19,7 @@ if [ ! -f /storage/vllm/cmd.txt ]; then echo "--model /storage/vllm/models/model-path --max-num-batched-tokens 4098" >/storage/vllm/cmd.txt fi -cp /local-llm-server/other/Docker/idle.ipynb /notebooks/idle.ipynb +cp /local-llm-server/other/vllm/Docker/idle.ipynb /notebooks/idle.ipynb # Start the services /usr/bin/supervisord