Update torch to 2.1.1 and xformers to 0.0.23

This commit is contained in:
Wubbbi
2023-12-11 23:41:54 +01:00
committed by Kent Keirsey
parent 076d9b05ea
commit 340957f920
2 changed files with 5 additions and 5 deletions

View File

@ -244,9 +244,9 @@ class InvokeAiInstance:
"numpy~=1.24.0", # choose versions that won't be uninstalled during phase 2
"urllib3~=1.26.0",
"requests~=2.28.0",
"torch==2.1.0",
"torch==2.1.1",
"torchmetrics==0.11.4",
"torchvision>=0.14.1",
"torchvision>=0.16.1",
"--force-reinstall",
"--find-links" if find_links is not None else None,
find_links,