-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dependabot says to update to torch=2.2.0
- Loading branch information
1 parent
83742ff
commit fcc3839
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters