DSDUDEd commited on
Commit
30cdd4a
Β·
verified Β·
1 Parent(s): 0f71c84

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -11
requirements.txt CHANGED
@@ -1,15 +1,7 @@
1
- # Core
2
- transformers>=4.41.0
3
  torch>=2.2.0
 
4
  datasets>=2.19.0
5
  accelerate>=0.29.0
6
-
7
- # Async HTTP requests
8
  aiohttp>=3.9.0
9
-
10
- # For faster model loading and reduced memory usage
11
- bitsandbytes>=0.41.0
12
- safetensors>=0.3.0
13
-
14
- # Optional: for logging and progress bars
15
- tqdm>=4.66.0
 
 
 
1
  torch>=2.2.0
2
+ transformers>=4.41.0
3
  datasets>=2.19.0
4
  accelerate>=0.29.0
5
+ pandas>=2.0.0
6
+ gradio>=3.45.0
7
  aiohttp>=3.9.0