mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* 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
|