mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-30 02:35:29 +08:00
update server
This commit is contained in:
parent
34bb681db1
commit
3e9d088cd9
@ -23,4 +23,5 @@ else:
|
||||
serve = f".{args.serve}"
|
||||
shell_script = base_shell.format(serve)
|
||||
|
||||
subprocess.run(shell_script,shell=True,check=True)
|
||||
subprocess.run(shell_script,shell=True,check=True)
|
||||
print(f"llm api sever --{args.serve} has been shutdown!")
|
||||
@ -1 +0,0 @@
|
||||
ps -eo user,pid,cmd|grep fastchat|grep -v grep|awk '{print $2}'|xargs kill -9
|
||||
@ -1 +0,0 @@
|
||||
ps -eo user,pid,cmd|grep fastchat.serve.controller|grep -v grep|awk '{print $2}'|xargs kill -9
|
||||
@ -1 +0,0 @@
|
||||
ps -eo user,pid,cmd|grep fastchat.serve.openai_api_server|grep -v grep|awk '{print $2}'|xargs kill -9
|
||||
@ -1 +0,0 @@
|
||||
ps -eo user,pid,cmd|grep fastchat.serve.model_worker|grep -v grep|awk '{print $2}'|xargs kill -9
|
||||
Loading…
x
Reference in New Issue
Block a user