Update requirements.txt
Browse files- requirements.txt +29 -7
requirements.txt
CHANGED
@@ -1,7 +1,29 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
xformers==0.0.26.post1
|
2 |
+
tokenizers
|
3 |
+
sentencepiece
|
4 |
+
shortuuid
|
5 |
+
transformers==4.51.3
|
6 |
+
accelerate
|
7 |
+
peft
|
8 |
+
bitsandbytes
|
9 |
+
pydantic
|
10 |
+
markdown2[all]
|
11 |
+
numpy
|
12 |
+
scikit-learn
|
13 |
+
gradio==4.16.0
|
14 |
+
gradio_client==0.8.1
|
15 |
+
requests
|
16 |
+
httpx==0.24.0
|
17 |
+
uvicorn
|
18 |
+
fastapi
|
19 |
+
einops==0.6.1
|
20 |
+
einops-exts==0.0.4
|
21 |
+
timm==0.6.13
|
22 |
+
ftfy
|
23 |
+
git+https://github.com/JiuhaiChen/diffusers.git
|
24 |
+
deepspeed
|
25 |
+
datasets
|
26 |
+
tabulate
|
27 |
+
ninja
|
28 |
+
qwen_vl_utils
|
29 |
+
huggingface_hub
|