更新 202510_RTX4090笔电操作记录.md
This commit is contained in:
parent
e2e248549a
commit
ad56969568
@ -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
|
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个进程的命令
|
# 杀死上面2个进程的命令
|
||||||
sudo kill -9 $(cat /home/ss/vllm-py12/timer_bash.log)
|
sudo kill -9 $(cat /home/ss/vllm-py12/timer_bash.pid)
|
||||||
sudo kill -9 $(cat /home/ss/vllm-py12/tshark_bash.log)
|
sudo kill -9 $(cat /home/ss/vllm-py12/tshark_bash.pid)
|
||||||
```
|
```
|
||||||
Loading…
Reference in New Issue
Block a user