Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -12
requirements.txt
CHANGED
@@ -1,15 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
13 |
|
14 |
|
15 |
#2024 june requirements
|
|
|
1 |
+
timm
|
2 |
+
sentencepiece
|
3 |
+
protobuf
|
4 |
+
numpy
|
5 |
+
torch
|
6 |
+
transformers
|
7 |
+
langchain
|
8 |
+
langchain_community
|
9 |
+
faiss-cpu
|
10 |
+
accelerate
|
11 |
+
bitsandbytes
|
12 |
+
einops
|
13 |
+
xformers
|
14 |
+
gradio
|
15 |
+
huggingface_hub
|
16 |
|
17 |
|
18 |
#2024 june requirements
|