Update 'other/vllm/Docker/start-container.sh'

This commit is contained in:
Cyberes 2023-09-30 13:24:47 -06:00
parent d8ac9dc042
commit c047df0dc0
1 changed files with 7 additions and 0 deletions

View File

@ -15,4 +15,11 @@ if [ -f /storage/vllm/ssh ]; then
echo "Copied ssh from /storage"
fi
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
# Start the services
/usr/bin/supervisord