MrUnknown420 commited on
Commit
b8647cf
·
verified ·
1 Parent(s): f72165d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -8
requirements.txt CHANGED
@@ -1,10 +1,19 @@
1
- gradio
 
 
 
2
  transformers
3
  datasets
4
- huggingface_hub
5
- torch
6
- transformers==4.40.0
7
- datasets==2.19.0
8
- gradio==4.36.1
9
- accelerate>=0.21.0
10
- huggingface-hub>=0.19
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+
3
+ # Core ML frameworks
4
+ torch
5
  transformers
6
  datasets
7
+
8
+ # UI framework
9
+ gradio
10
+
11
+ # Utilities
12
+ tqdm
13
+ numpy
14
+
15
+ # For logging and JSON memory
16
+ loguru
17
+
18
+ # Hugging Face Hub access (optional but useful for fetching models/datasets)
19
+ huggingface_hub