Spaces:
Paused
Paused
requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# file: requirements.txt
|
2 |
unsloth[cu124-torch250] @ git+https://github.com/unslothai/unsloth.git
|
3 |
-
transformers
|
4 |
accelerate
|
5 |
torch
|
6 |
sentence-transformers
|
@@ -9,4 +9,4 @@ faiss-cpu
|
|
9 |
pymupdf
|
10 |
python-docx
|
11 |
thefuzz
|
12 |
-
gradio
|
|
|
1 |
# file: requirements.txt
|
2 |
unsloth[cu124-torch250] @ git+https://github.com/unslothai/unsloth.git
|
3 |
+
transformers==4.53.0
|
4 |
accelerate
|
5 |
torch
|
6 |
sentence-transformers
|
|
|
9 |
pymupdf
|
10 |
python-docx
|
11 |
thefuzz
|
12 |
+
gradio==5.35.0
|