This commit is contained in:
XXXXRT666 2025-09-05 04:51:18 +08:00
parent 13bb0b23a1
commit 7385c17f64

View File

@ -301,7 +301,7 @@ fi
if [ "$USE_CUDA" = true ] && [ "$WORKFLOW" = false ]; then
echo -e "${INFO}Checking For Nvidia Driver Installation..."
if command -v nvidia-smi &>/dev/null; then
echo "${INFO}Nvidia Driver Founded"
echo -e "${INFO}Nvidia Driver Founded"
else
echo -e "${WARNING}Nvidia Driver Not Found, Fallback to CPU"
USE_CUDA=false