Update 'other/vllm/Docker/start-container.sh'
This commit is contained in:
parent
d8ac9dc042
commit
c047df0dc0
|
@ -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
|
||||
|
|
Reference in New Issue