amiraghhh commited on
Commit
d691cdc
·
verified ·
1 Parent(s): f5d4374

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -24
requirements.txt DELETED
@@ -1,24 +0,0 @@
1
- # Core ML/NLP Libraries
2
- torch>=2.0.0,<3.0
3
- transformers>=4.35.0,<4.40
4
- sentence-transformers>=2.2.0,<3.0
5
- langchain-text-splitters>=0.0.1
6
-
7
- # Database & Vector Storage
8
- chromadb>=0.4.0,<0.5
9
- pydantic>=2.0.0,<3.0
10
-
11
- # Web Interface
12
- gradio>=4.19.0,<5.0
13
- fastapi>=0.100.0,<1.0
14
-
15
- # Data Processing & Utilities
16
- numpy>=1.24.0,<2.0
17
- pandas>=2.0.0,<3.0
18
-
19
- # CRITICAL: HuggingFace Hub compatibility
20
- # Must be <1.0 for transformers compatibility
21
- huggingface-hub>=0.16.4,<1.0
22
-
23
- # Optional: CUDA/GPU support (uncomment if using NVIDIA GPU)
24
- # torch-cuda>=11.8