Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
6dc5714
1
Parent(s):
321362d
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
spaces
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
triton
|
4 |
+
pydantic==1.10.9
|
5 |
+
accelerate==0.27.2
|
6 |
+
imageio==2.25.1
|
7 |
+
numpy==1.26.4
|
8 |
+
omegaconf==2.3.0
|
9 |
+
tokenizers==0.13.2
|
10 |
+
diffusers==0.28.2
|
11 |
+
sentencepiece==0.1.99
|