Spaces:
Running
on
L4
Running
on
L4
Commit
•
d26607b
1
Parent(s):
5aebe1f
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
-e git+https://github.com/CompVis/taming-transformers.git
|
2 |
ftfy
|
3 |
regex
|
4 |
tqdm
|
5 |
omegaconf
|
6 |
-
pytorch-lightning
|
7 |
torch-fidelity
|
8 |
transformers
|
9 |
einops
|
|
|
1 |
+
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
2 |
ftfy
|
3 |
regex
|
4 |
tqdm
|
5 |
omegaconf
|
6 |
+
pytorch-lightning==1.7.7
|
7 |
torch-fidelity
|
8 |
transformers
|
9 |
einops
|