mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
2e1680838f
* Support deepseekv3 cache transfer for PD deploy * clean some log info --------- Co-authored-by: K11OntheBoat <“ruianmaidanglao@163.com”>
8 lines
131 B
Bash
8 lines
131 B
Bash
pkill -9 -f python
|
|
pkill -9 -f fastdeploy
|
|
pkill -9 -f gunicorn
|
|
# Kill redis-server if you need.
|
|
#pkill -9 -f redis-server
|
|
|
|
sleep 1
|