Applio-Full-ZeroGPU / assets /zluda /reinstall-torch.bat
VoiceCloning-be's picture
h
3a478bf
raw
history blame contribute delete
648 Bytes
set "principal=%cd%"
set "URL_EXTRA=https://huggingface.co./IAHispano/applio/resolve/main"
set "CONDA_ROOT_PREFIX=%UserProfile%\Miniconda3"
set "INSTALL_ENV_DIR=%principal%\env"
set "MINICONDA_DOWNLOAD_URL=https://repo.anaconda.com/miniconda/Miniconda3-py39_23.9.0-0-Windows-x86_64.exe"
set "CONDA_EXECUTABLE=%CONDA_ROOT_PREFIX%\Scripts\conda.exe"
call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%"
rem pip uninstall torch torchvision torchaudio -y
rem pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" deactivate