Update 'other/vllm/Docker/start-container.sh'
This commit is contained in:
parent
79fef7bc5a
commit
ee83608a52
|
@ -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
|
echo "--model /storage/vllm/models/model-path --max-num-batched-tokens 4098" >/storage/vllm/cmd.txt
|
||||||
fi
|
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
|
# Start the services
|
||||||
/usr/bin/supervisord
|
/usr/bin/supervisord
|
||||||
|
|
Reference in New Issue