Keep torch version at 1.13.1 (#2985)

Now that torch 2.0 is out, Invoke 2.3 should lock down its version to 1.13.1 for new installs and upgrades.
This commit is contained in:
Jonathan 2023-03-23 14:27:12 -05:00 committed by GitHub
parent a044403ac3
commit b856fac713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ dependencies = [
"taming-transformers-rom1504",
"test-tube>=0.7.5",
"torch-fidelity",
"torch>=1.13.1",
"torch~=1.13.1",
"torchmetrics",
"torchvision>=0.14.1",
"transformers~=4.26",