From d46c069e52caa0d75b5d1119b7dd918322e7b590 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:38:54 +0800 Subject: [PATCH] Remove Debug Code (#2471) --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index e6112bd..c3d2085 100644 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ on_error() { run_conda_quiet() { local output - output=$(conda install --yes --quiet "$@" 2>&1) || { + output=$(conda install --yes --quiet -c conda-forge "$@" 2>&1) || { echo -e "${ERROR} Conda install failed:\n$output" exit 1 } @@ -60,8 +60,6 @@ if ! command -v conda &>/dev/null; then exit 1 fi -run_conda_quiet gcc - USE_CUDA=false USE_ROCM=false USE_CPU=false