tyfsadik commited on
Commit
bc43dc2
·
verified ·
1 Parent(s): 606235e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -13
requirements.txt CHANGED
@@ -1,18 +1,11 @@
1
- # Core dependencies
2
- gradio>=4.40.0
3
- huggingface-hub>=0.25.0
4
  transformers>=4.40.0
5
- accelerate>=0.28.0
6
  sentence-transformers>=2.2.2
7
  nltk>=3.8.1
 
8
  numpy>=1.24.0
 
9
  scipy>=1.11.0
10
- readability-lxml>=0.8.1
11
-
12
- # Optional: for better performance on GPU
13
- bitsandbytes>=0.41.0; sys_platform != "win32"
14
-
15
- # Spaces integration
16
- spaces
17
- fastapi
18
- uvicorn
 
1
+ torch>=2.3.0
 
 
2
  transformers>=4.40.0
3
+ accelerate>=0.25.0
4
  sentence-transformers>=2.2.2
5
  nltk>=3.8.1
6
+ py-readability-metrics>=1.4.5
7
  numpy>=1.24.0
8
+ huggingface-hub>=0.30.0
9
  scipy>=1.11.0
10
+ bitsandbytes
11
+ requests>=2.31.0