Remove Debug Code (#2471)

This commit is contained in:
XXXXRT666 2025-06-18 10:38:54 +08:00 committed by GitHub
parent 6fdc67ca83
commit d46c069e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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