Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kill and restart text generation webui #4

Closed
alexbrowngh opened this issue Jun 22, 2024 · 1 comment
Closed

Kill and restart text generation webui #4

alexbrowngh opened this issue Jun 22, 2024 · 1 comment

Comments

@alexbrowngh
Copy link

Hi,

Thanks for providing this wonderful template for runpod. I wonder whether there is a way to kill and restart text generation webui when it hangs without stopping and starting a new instance?

@ashleykleynhans
Copy link
Owner

You can restart it as follows:

fuser -k 3001/tcp
cd /workspace/text-generation-webui
nohup ./start_textgen_server.sh > /workspace/logs/textgen.log 2>&1 &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants