IlyasMoutawwakil HF staff commited on
Commit
4ba27d2
1 Parent(s): 1301e62

Upload 2024-09-25-18-38-28/benchmark_config.json with huggingface_hub

Browse files
2024-09-25-18-38-28/benchmark_config.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-25-18-38-28",
3
+ "backend": {
4
+ "name": "onnxruntime",
5
+ "version": "ort:1.19.2",
6
+ "_target_": "optimum_benchmark.backends.onnxruntime.backend.ORTBackend",
7
+ "task": "feature-extraction",
8
+ "library": "transformers",
9
+ "model_type": "bert",
10
+ "model": "bert-base-uncased",
11
+ "processor": "bert-base-uncased",
12
+ "device": "cpu",
13
+ "device_ids": null,
14
+ "seed": 42,
15
+ "inter_op_num_threads": null,
16
+ "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "no_weights": false,
20
+ "export": true,
21
+ "use_cache": true,
22
+ "use_merged": true,
23
+ "torch_dtype": "float32",
24
+ "provider": "CPUExecutionProvider",
25
+ "provider_options": {},
26
+ "use_io_binding": true,
27
+ "session_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": 2,
49
+ "num_choices": 2,
50
+ "sequence_length": 16
51
+ },
52
+ "new_tokens": null,
53
+ "memory": false,
54
+ "latency": true,
55
+ "energy": false,
56
+ "forward_kwargs": {},
57
+ "generate_kwargs": {},
58
+ "call_kwargs": {}
59
+ },
60
+ "launcher": {
61
+ "name": "process",
62
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
63
+ "device_isolation": false,
64
+ "device_isolation_action": null,
65
+ "numactl": false,
66
+ "numactl_kwargs": "",
67
+ "start_method": "spawn"
68
+ },
69
+ "environment": {
70
+ "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
71
+ "cpu_count": 20,
72
+ "cpu_ram_mb": 8162.504704,
73
+ "system": "Linux",
74
+ "machine": "x86_64",
75
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
76
+ "processor": "x86_64",
77
+ "python_version": "3.9.16",
78
+ "gpu": [
79
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
80
+ ],
81
+ "gpu_count": 1,
82
+ "gpu_vram_mb": 8589934592,
83
+ "optimum_benchmark_version": "0.5.0",
84
+ "optimum_benchmark_commit": null,
85
+ "transformers_version": "4.39.3",
86
+ "transformers_commit": null,
87
+ "accelerate_version": "0.22.0",
88
+ "accelerate_commit": null,
89
+ "diffusers_version": "0.30.3",
90
+ "diffusers_commit": null,
91
+ "optimum_version": "1.22.0",
92
+ "optimum_commit": null,
93
+ "timm_version": null,
94
+ "timm_commit": null,
95
+ "peft_version": "0.5.0",
96
+ "peft_commit": null
97
+ }
98
+ }