Spaces:
Running
Running
Commit
·
3c2c5e3
1
Parent(s):
47c5723
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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]
|
14 |
+
langchain
|