InvokeAI/environments-and-requirements/requirements-lin-amd.txt
Matthias Wild 69b15024a9
update python requirements (#2251)
since torch versions <0.13.1 have a critical security issue
2023-01-08 07:44:03 -05:00

7 lines
244 B
Plaintext

-r environments-and-requirements/requirements-base.txt
# Get hardware-appropriate torch/torchvision
--extra-index-url https://download.pytorch.org/whl/rocm5.1.1 --trusted-host https://download.pytorch.org
torch>=1.13.1
torchvision>=0.14.1
-e .