mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-14 23:29:46 +08:00
Update miniconda_install.sh
This commit is contained in:
parent
825c689940
commit
768040a9d4
@ -55,8 +55,8 @@ source "$HOME/miniconda3/etc/profile.d/conda.sh"
|
||||
|
||||
if [ "$CUDA_VERSION" = "12.8" ]; then
|
||||
"$HOME/miniconda3/bin/pip" install torch torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/cu128
|
||||
elif [ "$CUDA_VERSION" = "12.4" ]; then
|
||||
"$HOME/miniconda3/bin/pip" install torch==2.5.1 torchaudio==2.5.1 --no-cache-dir --index-url https://download.pytorch.org/whl/cu124
|
||||
elif [ "$CUDA_VERSION" = "12.6" ]; then
|
||||
"$HOME/miniconda3/bin/pip" install torch==2.6 torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/cu126
|
||||
fi
|
||||
|
||||
"$HOME/miniconda3/bin/pip" cache purge
|
||||
|
Loading…
x
Reference in New Issue
Block a user