tuoheng_AIPlatform/AI_AutoPlat_sh/stop_ai_services.sh

7 lines
149 B
Bash
Executable File

#!/bin/bash
# 停止所有相关Python进程
pkill -f "AI_auto_train.py"
pkill -f "ai_auto_train_yolov5.py"
echo "All AI training services stopped"