From ad569695685220a522a3e644c8aedcb97a656b7d Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 17 Oct 2025 17:09:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/202510_RTX4090笔电操作记录.md b/202510_RTX4090笔电操作记录.md index 497640f..9b38599 100644 --- a/202510_RTX4090笔电操作记录.md +++ b/202510_RTX4090笔电操作记录.md @@ -62,6 +62,6 @@ sudo nohup bash /home/ss/vllm-py12/tshark_bash.sh >> /home/ss/vllm-py12/tshark_b sudo nohup /home/ss/vllm-py12/timer_bash.sh > /home/ss/vllm-py12/timer_bash.log 2>&1 & echo $! > /home/ss/vllm-py12/timer_bash.pid # 杀死上面2个进程的命令 -sudo kill -9 $(cat /home/ss/vllm-py12/timer_bash.log) -sudo kill -9 $(cat /home/ss/vllm-py12/tshark_bash.log) +sudo kill -9 $(cat /home/ss/vllm-py12/timer_bash.pid) +sudo kill -9 $(cat /home/ss/vllm-py12/tshark_bash.pid) ``` \ No newline at end of file