tuoheng_AIPlatform/AI_AutoPlat_sh/stop_ai_services.sh

7 lines
149 B
Bash
Raw Normal View History

2025-07-15 10:01:04 +08:00
#!/bin/bash
# 停止所有相关Python进程
pkill -f "AI_auto_train.py"
pkill -f "ai_auto_train_yolov5.py"
echo "All AI training services stopped"