From 7385c17f640ef1ffa098d0eadad9e9bbbc50de5f Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Fri, 5 Sep 2025 04:51:18 +0800 Subject: [PATCH] . --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b11ff7a3..eac72723 100644 --- a/install.sh +++ b/install.sh @@ -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