mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
* Refactor pip requirements across the board Signed-off-by: Ben Alkov <ben.alkov@gmail.com> * fix name, version in setup.py Signed-off-by: Ben Alkov <ben.alkov@gmail.com> * Update notebooks for new requirements file changes Signed-off-by: Ben Alkov <ben.alkov@gmail.com>
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
-r requirements.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
|
|
-e .
|