Spaces:
Runtime error
Runtime error
Commit
Β·
ba60903
1
Parent(s):
6353a86
Initial Commit
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
pypdf
|
2 |
docx2txt
|
3 |
faiss-cpu
|
4 |
-
|
5 |
-
git+https://github.com/huggingface/transformers.git
|
6 |
accelerate
|
7 |
bitsandbytes
|
8 |
-
-i https://test.pypi.org/simple/ bitsandbytes
|
9 |
gradio
|
|
|
|
|
|
1 |
pypdf
|
2 |
docx2txt
|
3 |
faiss-cpu
|
4 |
+
transformers==4.30
|
|
|
5 |
accelerate
|
6 |
bitsandbytes
|
|
|
7 |
gradio
|
8 |
+
git+https://github.com/huggingface/optimum.git
|
9 |
+
|