Update Torch Req to 2.1.0 (#18554)

This commit is contained in:
Ramesh Sampath 2023-10-06 08:37:39 -05:00 committed by GitHub
parent 1fb14e178c
commit e508d29b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,8 @@
tensorflow-cpu>=2.13.0
# Torch.
torch>=2.0.1+cpu
torchvision>=0.15.1+cpu
torch>=2.1.0+cpu
torchvision>=0.16.0+cpu
# Jax.
jax[cpu]