mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update python requirements (#2251)
since torch versions <0.13.1 have a critical security issue
This commit is contained in:
parent
26e413ae9c
commit
69b15024a9
@ -1,6 +1,6 @@
|
||||
-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
|
||||
torchvision
|
||||
torch>=1.13.1
|
||||
torchvision>=0.14.1
|
||||
-e .
|
||||
|
@ -1,3 +0,0 @@
|
||||
--pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu
|
||||
-r environments-and-requirements/requirements-base.txt
|
||||
-e .
|
@ -1,5 +1,5 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org
|
||||
-r environments-and-requirements/requirements-base.txt
|
||||
torch
|
||||
torchvision
|
||||
torch>=1.13.1
|
||||
torchvision>=0.14.1
|
||||
-e .
|
||||
|
@ -1,6 +1,6 @@
|
||||
-r environments-and-requirements/requirements-base.txt
|
||||
grpcio<1.51.0
|
||||
protobuf==3.19.6
|
||||
torch<1.13.0
|
||||
torchvision<0.14.0
|
||||
protobuf==3.20.3
|
||||
torch>=1.13.1
|
||||
torchvision>=0.14.1
|
||||
-e .
|
||||
|
@ -1,6 +1,6 @@
|
||||
-r environments-and-requirements/requirements-base.txt
|
||||
# Get hardware-appropriate torch/torchvision
|
||||
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org
|
||||
torch==1.12.1
|
||||
torchvision==0.13.1
|
||||
torch==1.13.1
|
||||
torchvision==0.14.1
|
||||
-e .
|
||||
|
Loading…
Reference in New Issue
Block a user