Compare commits

...

3 Commits

Author SHA1 Message Date
foreverhell
b4bbefa896
Merge 36df18cbb94041a71f30501c10f3b73b18e8a1e4 into d46c069e52caa0d75b5d1119b7dd918322e7b590 2025-06-18 15:49:49 +08:00
XXXXRT666
d46c069e52
Remove Debug Code (#2471) 2025-06-18 10:38:54 +08:00
foreverhell
36df18cbb9
Create api_v4.py
支持API调用v4
2025-05-07 18:13:01 +08:00
2 changed files with 1212 additions and 3 deletions

1211
api_v4.py Normal file

File diff suppressed because it is too large Load Diff

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