IlyasMoutawwakil HF staff commited on
Commit
f1694d5
1 Parent(s): 3638282

Upload 2024-09-26-19-52-39/openvino/benchmark_config.json with huggingface_hub

Browse files
2024-09-26-19-52-39/openvino/benchmark_config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-26-19-52-39/openvino",
3
+ "backend": {
4
+ "name": "openvino",
5
+ "version": "2024.4.0",
6
+ "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
7
+ "task": "feature-extraction",
8
+ "library": "transformers",
9
+ "model_type": "bert",
10
+ "model": "hf-internal-testing/tiny-random-bert",
11
+ "processor": "hf-internal-testing/tiny-random-bert",
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
+ "openvino_config": {},
24
+ "half": false,
25
+ "reshape": false,
26
+ "quantization": false,
27
+ "quantization_config": {},
28
+ "calibration": false,
29
+ "calibration_config": {}
30
+ },
31
+ "scenario": {
32
+ "name": "inference",
33
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
34
+ "iterations": 10,
35
+ "duration": 10,
36
+ "warmup_runs": 10,
37
+ "input_shapes": {
38
+ "batch_size": 2,
39
+ "num_choices": 2,
40
+ "sequence_length": 16
41
+ },
42
+ "new_tokens": null,
43
+ "memory": false,
44
+ "latency": true,
45
+ "energy": false,
46
+ "forward_kwargs": {},
47
+ "generate_kwargs": {},
48
+ "call_kwargs": {}
49
+ },
50
+ "launcher": {
51
+ "name": "process",
52
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
53
+ "device_isolation": false,
54
+ "device_isolation_action": null,
55
+ "numactl": false,
56
+ "numactl_kwargs": "",
57
+ "start_method": "spawn"
58
+ },
59
+ "environment": {
60
+ "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
61
+ "cpu_count": 20,
62
+ "cpu_ram_mb": 8162.504704,
63
+ "system": "Linux",
64
+ "machine": "x86_64",
65
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
66
+ "processor": "x86_64",
67
+ "python_version": "3.9.16",
68
+ "gpu": [
69
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
70
+ ],
71
+ "gpu_count": 1,
72
+ "gpu_vram_mb": 8589934592,
73
+ "optimum_benchmark_version": "0.5.0",
74
+ "optimum_benchmark_commit": "659321552dd4aff6d94b83de45e88091c9eb36cf",
75
+ "transformers_version": "4.39.3",
76
+ "transformers_commit": null,
77
+ "accelerate_version": "0.22.0",
78
+ "accelerate_commit": null,
79
+ "diffusers_version": "0.30.3",
80
+ "diffusers_commit": null,
81
+ "optimum_version": "1.22.0",
82
+ "optimum_commit": null,
83
+ "timm_version": null,
84
+ "timm_commit": null,
85
+ "peft_version": "0.5.0",
86
+ "peft_commit": null
87
+ }
88
+ }