Skip to content

Commit

Permalink
build: Update pytorch to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikorose committed Jul 20, 2022
1 parent f0048e6 commit ea03012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeepFilterNet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ poethepoet = "^0.11"
pre-commit = "^2.17"

[tool.poe.tasks]
install-torch-cuda11 = "python -m pip install torch==1.11.0 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113/"
install-torch-cpu = "python -m pip install torch==1.11.0 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cpu/"
install-torch-cuda11 = "python -m pip install torch==1.12.0 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu113/"
install-torch-cpu = "python -m pip install torch==1.12.0 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cpu/"

[build-system]
requires = ["poetry>=1.0"]
Expand Down

0 comments on commit ea03012

Please sign in to comment.