Skip to content

Commit

Permalink
Update pandrator_installer_launcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszliniewicz authored Nov 11, 2024
1 parent 104f3eb commit 9745799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandrator_installer_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def install_pytorch_for_xtts_finetuning(self, conda_path, env_name):
self.run_command([
os.path.join(conda_path, 'Scripts', 'conda.exe'),
'run', '-p', env_path,
'pip', 'install', 'torch==2.1.1+cu118', 'torchaudio==2.1.1+cu118',
'pip', 'install', 'torch==2.2.0+cu118', 'torchaudio==2.2.0+cu118',
'--index-url', 'https://download.pytorch.org/whl/cu118'
])
logging.info("PyTorch for XTTS Fine-tuning installed successfully.")
Expand Down

0 comments on commit 9745799

Please # to comment.