mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 02:53:41 +08:00
2 lines
78 B
Bash
Executable File
2 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
ps -ef|grep 'mlx_lm.server'|awk '{print $2}'|xargs kill -9 |