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