Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
-
pip==23.2.1
|
2 |
uvicorn==0.17.1
|
3 |
orbax==0.1.9
|
4 |
pydantic==1.*
|
5 |
-
|
6 |
-
flax==0.6.6
|
7 |
-
diffusers>=0.13.1
|
8 |
-
accelerate==0.16.0
|
9 |
-
transformers==4.26.1
|
10 |
-
huggingface-hub>=0.15.0
|
11 |
-
torch==1.13.1
|
12 |
-
safetensors==0.2.8
|
13 |
|
14 |
|
|
|
|
|
1 |
uvicorn==0.17.1
|
2 |
orbax==0.1.9
|
3 |
pydantic==1.*
|
4 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
|