mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-09 04:18:46 +08:00
requirements: add xformers for CUDA platforms (#2465)
[xformers 0.16](https://github.com/facebookresearch/xformers/releases/tag/v0.0.16) was released earlier today, and is now installable from wheels on PyPI! Fixes #1876.
This commit is contained in:
commit
5441be8169
@ -2,4 +2,5 @@
|
||||
-r environments-and-requirements/requirements-base.txt
|
||||
torch>=1.13.1
|
||||
torchvision>=0.14.1
|
||||
xformers~=0.16
|
||||
-e .
|
||||
|
@ -3,4 +3,5 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cu117 --trusted-host https://download.pytorch.org
|
||||
torch==1.13.1
|
||||
torchvision==0.14.1
|
||||
xformers~=0.16
|
||||
-e .
|
||||
|
Loading…
Reference in New Issue
Block a user