Skip to content

Commit

Permalink
fix: dependabot says to update to torch=2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jul 25, 2024
1 parent 83742ff commit fcc3839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements.torch.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# these requirements have to be installed ahead of time in your environment and from a different URL:
# CUDA_TAG=cu118 pip install -r requirements.torch.txt --find-links https://download.pytorch.org/whl/torch_stable.html
torch==2.1.0; sys_platform == "darwin"
torchaudio==2.1.0; sys_platform == "darwin"
torch==2.1.0+${CUDA_TAG}; sys_platform != "darwin"
torchaudio==2.1.0+${CUDA_TAG}; sys_platform != "darwin"
torch==2.2.0; sys_platform == "darwin"
torchaudio==2.2.0; sys_platform == "darwin"
torch==2.2.0+${CUDA_TAG}; sys_platform != "darwin"
torchaudio==2.2.0+${CUDA_TAG}; sys_platform != "darwin"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ simple-term-menu==1.5.2
setuptools==59.5.0 # https://github.com/pytorch/pytorch/issues/69894
tabulate==0.9.0
tensorboard>=2.14.1
torch==2.1.0
torchaudio==2.1.0
torch==2.2.0
torchaudio==2.2.0
torchinfo==1.8.0
typer>=0.12.3

0 comments on commit fcc3839

Please sign in to comment.