pin torch==2.1.0, torchvision=0.16.0 (#5101)

## Description

pin torch==2.1.0, torchvision=0.16.0

Prevents accidental upgrade to unreleased torch 2.1.1, which breaks
stuff

## Related Tickets & Documents

<!--
For pull requests that relate or close an issue, please include them
below. 

For example having the text: "closes #1234" would connect the current
pull
request to issue 1234.  And when we merge the pull request, Github will
automatically close the issue.
-->

- Related Issue #5065
This commit is contained in:
Millun Atluri 2023-11-16 09:38:04 +11:00 committed by GitHub
commit ae749ada6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,8 @@ dependencies = [
"semver~=3.0.1",
"send2trash",
"test-tube~=0.7.5",
"torch~=2.1.0",
"torchvision~=0.16",
"torch==2.1.0",
"torchvision==0.16.0",
"torchmetrics~=0.11.0",
"torchsde~=0.2.5",
"transformers~=4.35.0",