JanadaSroor commited on
Commit
ba7eef1
·
verified ·
1 Parent(s): 1f78d31

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +26 -0
requirements.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML libraries
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ torchaudio>=2.0.0
5
+
6
+ # Transformers and tokenizers
7
+ transformers>=4.21.0
8
+ huggingface_hub>=0.15.0
9
+
10
+ # ONNX conversion and runtime
11
+ onnx>=1.12.0
12
+ onnxruntime>=1.15.0
13
+ onnxruntime-tools>=1.7.0
14
+ optimum[onnxruntime]>=1.7.0
15
+
16
+ # Image processing
17
+ Pillow>=9.0.0
18
+
19
+ # Data processing
20
+ numpy>=1.21.0
21
+
22
+ # Optional: for model visualization
23
+ matplotlib>=3.5.0
24
+
25
+ # Optional: for advanced quantization
26
+ onnxconverter-common>=1.12.0