Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +22 -28
requirements.txt
CHANGED
@@ -1,39 +1,33 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy==1.26.4
|
3 |
pandas==2.2.3
|
4 |
scipy==1.14.1
|
5 |
scikit-learn==1.5.2
|
6 |
-
torch==2.5.1
|
7 |
-
torchvision==0.20.1
|
8 |
-
torchaudio==2.5.1
|
9 |
-
transformers==4.45.2
|
10 |
sentence-transformers==3.3.0
|
11 |
langchain==0.3.7
|
12 |
vllm==0.6.4.post1
|
13 |
-
|
14 |
-
|
15 |
-
# NLP and Tokenization
|
16 |
-
tiktoken==0.7.0
|
17 |
-
tokenizers==0.20.1
|
18 |
-
sentencepiece==0.2.0
|
19 |
-
|
20 |
-
# Utility Libraries
|
21 |
-
requests==2.32.3
|
22 |
-
jsonschema==4.23.0
|
23 |
-
pydantic==2.9.2
|
24 |
-
protobuf==3.20.3
|
25 |
-
pyyaml==6.0.2
|
26 |
-
joblib==1.4.2
|
27 |
-
tenacity==8.4.2
|
28 |
-
tqdm==4.66.5
|
29 |
uvicorn==0.32.0
|
30 |
-
|
31 |
-
# Data Processing
|
32 |
pyarrow==17.0.0
|
33 |
huggingface-hub==0.26.1
|
34 |
-
|
35 |
-
# Visualization and Development Tools
|
36 |
gradio==5.6.0
|
37 |
-
|
38 |
-
|
39 |
-
pylint==2.17.4
|
|
|
1 |
+
azure-storage-blob==12.14.1
|
2 |
+
runpod==1.7.4
|
3 |
+
torch==2.3.1
|
4 |
+
xformers==0.0.27
|
5 |
+
transformers>=4.35.0
|
6 |
+
accelerate>=0.34.1
|
7 |
+
bitsandbytes>=0.43.3
|
8 |
+
trl>=0.7.1
|
9 |
+
peft>=0.7.0
|
10 |
+
triton
|
11 |
+
PyPDF2==2.11.2
|
12 |
+
PyMuPDF
|
13 |
+
pytesseract==0.3.10
|
14 |
+
Pillow>=9.0.0
|
15 |
+
openai>=1.0.0
|
16 |
+
datasets>=2.13.1
|
17 |
+
packaging==23.0
|
18 |
+
tqdm==4.66.1
|
19 |
+
git+https://github.com/unslothai/unsloth.git#egg=unsloth[colab-new]
|
20 |
numpy==1.26.4
|
21 |
pandas==2.2.3
|
22 |
scipy==1.14.1
|
23 |
scikit-learn==1.5.2
|
|
|
|
|
|
|
|
|
24 |
sentence-transformers==3.3.0
|
25 |
langchain==0.3.7
|
26 |
vllm==0.6.4.post1
|
27 |
+
rouge-score==0.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
uvicorn==0.32.0
|
|
|
|
|
29 |
pyarrow==17.0.0
|
30 |
huggingface-hub==0.26.1
|
|
|
|
|
31 |
gradio==5.6.0
|
32 |
+
nltk
|
33 |
+
requests
|
|