mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-15 16:00:00 +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
|
if [ "$CUDA_VERSION" = "12.8" ]; then
|
||||||
"$HOME/miniconda3/bin/pip" install torch torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/cu128
|
"$HOME/miniconda3/bin/pip" install torch torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/cu128
|
||||||
elif [ "$CUDA_VERSION" = "12.4" ]; then
|
elif [ "$CUDA_VERSION" = "12.6" ]; 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
|
"$HOME/miniconda3/bin/pip" install torch==2.6 torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/cu126
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"$HOME/miniconda3/bin/pip" cache purge
|
"$HOME/miniconda3/bin/pip" cache purge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user