mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-08-13 01:53:43 +08:00
Migrate to miniforge, add missing dependencies, update docker file, remove deprecated files (#2732)
* Migrate to miniforge, add missing dependencies, update docker file, remove deprecated files * Add Env Vars and Secrets
This commit is contained in:
+3
-3
@@ -209,15 +209,15 @@ if ($DownloadUVR5) {
|
||||
switch ($Device) {
|
||||
"CU128" {
|
||||
Write-Info "Installing PyTorch For CUDA 12.8..."
|
||||
Invoke-Pip torch torchaudio --index-url "https://download.pytorch.org/whl/cu128"
|
||||
Invoke-Pip torch torchcodec --index-url "https://download.pytorch.org/whl/cu128"
|
||||
}
|
||||
"CU126" {
|
||||
Write-Info "Installing PyTorch For CUDA 12.6..."
|
||||
Invoke-Pip torch torchaudio --index-url "https://download.pytorch.org/whl/cu126"
|
||||
Invoke-Pip torch torchcodec --index-url "https://download.pytorch.org/whl/cu126"
|
||||
}
|
||||
"CPU" {
|
||||
Write-Info "Installing PyTorch For CPU..."
|
||||
Invoke-Pip torch torchaudio --index-url "https://download.pytorch.org/whl/cpu"
|
||||
Invoke-Pip torch torchcodec --index-url "https://download.pytorch.org/whl/cpu"
|
||||
}
|
||||
}
|
||||
Write-Success "PyTorch Installed"
|
||||
|
||||
Reference in New Issue
Block a user