Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -2,9 +2,9 @@ gradio==4.31.0
|
|
2 |
torch # requires torch 2.1.1+ (for efficient sdpa implementation)
|
3 |
PyMuPDF # for reading PDFs with Python
|
4 |
tqdm # for progress bars
|
5 |
-
sentence-transformers
|
6 |
-
accelerate
|
7 |
-
bitsandbytes
|
8 |
-
flash-attn
|
9 |
nltk
|
10 |
spacy
|
|
|
2 |
torch # requires torch 2.1.1+ (for efficient sdpa implementation)
|
3 |
PyMuPDF # for reading PDFs with Python
|
4 |
tqdm # for progress bars
|
5 |
+
sentence-transformers
|
6 |
+
accelerate
|
7 |
+
bitsandbytes
|
8 |
+
flash-attn
|
9 |
nltk
|
10 |
spacy
|