mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
upgrade requirements to CUDA 11.7, torch 1.13 (#2331)
* upgrade requirements to CUDA 11.7, torch 1.13 * fix ROCm version number Co-authored-by: Lincoln Stein <lstein@gmail.com>
This commit is contained in:
parent
5b35fa53a7
commit
3a1724652e
@ -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
|
||||
--extra-index-url https://download.pytorch.org/whl/rocm5.2 --trusted-host https://download.pytorch.org
|
||||
torch>=1.13.1
|
||||
torchvision>=0.14.1
|
||||
-e .
|
||||
|
@ -1,4 +1,4 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cu116 --trusted-host https://download.pytorch.org
|
||||
--trusted-host https://download.pytorch.org
|
||||
-r environments-and-requirements/requirements-base.txt
|
||||
torch>=1.13.1
|
||||
torchvision>=0.14.1
|
||||
|
@ -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
|
||||
--extra-index-url https://download.pytorch.org/whl/cu117 --trusted-host https://download.pytorch.org
|
||||
torch==1.13.1
|
||||
torchvision==0.14.1
|
||||
-e .
|
||||
|
Loading…
Reference in New Issue
Block a user