tyfsadik commited on
Commit
aff48c5
·
verified ·
1 Parent(s): c6c80ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -5
requirements.txt CHANGED
@@ -1,11 +1,18 @@
 
1
  gradio>=4.40.0
2
- torch>=2.1.0
3
  transformers>=4.40.0
4
- accelerate>=0.25.0
5
  sentence-transformers>=2.2.2
6
  nltk>=3.8.1
7
- readability-lxml>=0.8.1
8
  numpy>=1.24.0
9
- huggingface-hub>=0.20.0
10
  scipy>=1.11.0
11
- bitsandbytes>=0.41.0
 
 
 
 
 
 
 
 
 
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