1
0

更新 202510_RTX4090笔电操作记录.md

This commit is contained in:
8ga 2025-10-17 17:11:34 +08:00
parent ad56969568
commit c39e21f56d

View File

@ -64,4 +64,7 @@ sudo nohup /home/ss/vllm-py12/timer_bash.sh > /home/ss/vllm-py12/timer_bash.log
# 杀死上面2个进程的命令 # 杀死上面2个进程的命令
sudo kill -9 $(cat /home/ss/vllm-py12/timer_bash.pid) sudo kill -9 $(cat /home/ss/vllm-py12/timer_bash.pid)
sudo kill -9 $(cat /home/ss/vllm-py12/tshark_bash.pid) sudo kill -9 $(cat /home/ss/vllm-py12/tshark_bash.pid)
# 清理日志
cd /home/ss/vllm-py12 && rm -rf timer_bash.log tshark_bash.log shark.log
``` ```