mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
734dacfbe9
- starting to remove unneeded entries and pins - no longer require -e in front of github dependencies - update setup.py with release number - update manual installation instructions
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
-r requirements.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
|
|
-e .
|