From c39e21f56df5e896cab0a7784c63e3dd286b494c Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 17 Oct 2025 17:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20202510=5FRTX4090=E7=AC=94?= =?UTF-8?q?=E7=94=B5=E6=93=8D=E4=BD=9C=E8=AE=B0=E5=BD=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202510_RTX4090笔电操作记录.md | 3 +++ 1 file changed, 3 insertions(+) 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