Spaces:
Sleeping
Sleeping
Commit
·
ab4e177
1
Parent(s):
12975ba
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
bitsandbytes
|
3 |
+
gradio
|
4 |
+
protobuf
|
5 |
+
scipy
|
6 |
+
sentencepiece
|
7 |
+
torch
|
8 |
+
text_generation
|
9 |
+
git+https://github.com/huggingface/transformers@main
|
10 |
+
huggingface_hub
|
11 |
+
chromadb
|
12 |
+
unstructured
|
13 |
+
unstructured[local-inference]
|