diff --git a/202510_RTX4090笔电操作记录.md b/202510_RTX4090笔电操作记录.md index 9b38599..a10d037 100644 --- a/202510_RTX4090笔电操作记录.md +++ b/202510_RTX4090笔电操作记录.md @@ -64,4 +64,7 @@ sudo nohup /home/ss/vllm-py12/timer_bash.sh > /home/ss/vllm-py12/timer_bash.log # 杀死上面2个进程的命令 sudo kill -9 $(cat /home/ss/vllm-py12/timer_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 ``` \ No newline at end of file