Spaces:
Runtime error
Runtime error
Alexander McKinney
commited on
Commit
·
c6dd3c8
1
Parent(s):
759b55b
secondary torch requirement
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
build==0.6.0
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
ftfy==6.1.1
|
@@ -6,8 +9,5 @@ timm==0.6.11
|
|
6 |
transformers
|
7 |
accelerate
|
8 |
|
9 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
10 |
-
torch
|
11 |
-
|
12 |
ninja
|
13 |
git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch
|
3 |
+
|
4 |
build==0.6.0
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
ftfy==6.1.1
|
|
|
9 |
transformers
|
10 |
accelerate
|
11 |
|
|
|
|
|
|
|
12 |
ninja
|
13 |
git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
|