IlyasMoutawwakil HF Staff commited on
Commit
eda970e
·
verified ·
1 Parent(s): bfebdcc

Upload onnxruntime_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. onnxruntime_config.json +103 -0
onnxruntime_config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "onnxruntime",
3
+ "backend": {
4
+ "name": "onnxruntime",
5
+ "version": "ort-gpu:1.22.0",
6
+ "_target_": "optimum_benchmark.backends.onnxruntime.backend.ONNXRuntimeBackend",
7
+ "model": "bert-base-uncased",
8
+ "processor": "bert-base-uncased",
9
+ "task": "fill-mask",
10
+ "library": "transformers",
11
+ "model_type": "bert",
12
+ "device": "cuda",
13
+ "device_ids": "0,1,2,3,4",
14
+ "seed": 42,
15
+ "inter_op_num_threads": null,
16
+ "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "no_weights": true,
20
+ "export": null,
21
+ "provider": "CUDAExecutionProvider",
22
+ "use_cache": null,
23
+ "use_merged": null,
24
+ "torch_dtype": null,
25
+ "use_io_binding": true,
26
+ "session_options": {},
27
+ "provider_options": {},
28
+ "auto_optimization": null,
29
+ "auto_optimization_config": {},
30
+ "auto_quantization": null,
31
+ "auto_quantization_config": {},
32
+ "auto_calibration": null,
33
+ "auto_calibration_config": {},
34
+ "optimization": false,
35
+ "optimization_config": {},
36
+ "quantization": false,
37
+ "quantization_config": {},
38
+ "calibration": false,
39
+ "calibration_config": {}
40
+ },
41
+ "scenario": {
42
+ "name": "inference",
43
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
44
+ "iterations": 10,
45
+ "duration": 10,
46
+ "warmup_runs": 10,
47
+ "input_shapes": {
48
+ "batch_size": 1,
49
+ "sequence_length": 256
50
+ },
51
+ "new_tokens": null,
52
+ "memory": false,
53
+ "latency": true,
54
+ "energy": false,
55
+ "forward_kwargs": {},
56
+ "generate_kwargs": {},
57
+ "call_kwargs": {}
58
+ },
59
+ "launcher": {
60
+ "name": "process",
61
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
62
+ "device_isolation": false,
63
+ "device_isolation_action": null,
64
+ "numactl": false,
65
+ "numactl_kwargs": {},
66
+ "start_method": "spawn"
67
+ },
68
+ "environment": {
69
+ "cpu": " AMD EPYC 7742 64-Core Processor",
70
+ "cpu_count": 128,
71
+ "cpu_ram_mb": 540671.623168,
72
+ "system": "Linux",
73
+ "machine": "x86_64",
74
+ "platform": "Linux-5.4.0-216-generic-x86_64-with-glibc2.31",
75
+ "processor": "x86_64",
76
+ "python_version": "3.10.18",
77
+ "gpu": [
78
+ "NVIDIA A100-SXM4-80GB",
79
+ "NVIDIA A100-SXM4-80GB",
80
+ "NVIDIA A100-SXM4-80GB",
81
+ "NVIDIA DGX Display",
82
+ "NVIDIA A100-SXM4-80GB"
83
+ ],
84
+ "gpu_count": 5,
85
+ "gpu_vram_mb": 347892350976,
86
+ "optimum_benchmark_version": "0.7.0.dev0",
87
+ "optimum_benchmark_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
88
+ "transformers_version": "4.56.2",
89
+ "transformers_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
90
+ "accelerate_version": "1.10.1",
91
+ "accelerate_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
92
+ "diffusers_version": "0.35.1",
93
+ "diffusers_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
94
+ "optimum_version": "1.27.0",
95
+ "optimum_commit": null,
96
+ "timm_version": "1.0.20",
97
+ "timm_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f",
98
+ "peft_version": "0.17.1",
99
+ "peft_commit": "f1682a2a222be6c725f79bf4038bf5439ec5850f"
100
+ },
101
+ "print_report": false,
102
+ "log_report": true
103
+ }