local-llm-server/other/vllm/Docker/update-container.sh

12 lines
185 B
Bash
Raw Normal View History

2023-10-15 14:50:04 -06:00
#!/bin/bash
# Run this script to update the container.
# Will restart VLLM as well.
cd /local-llm-server || exit
git fetch
git reset --hard origin/master
supervisorctl restart vllm