IlyasMoutawwakil HF staff commited on
Commit
70ba180
1 Parent(s): 264b3a7

Upload 2024-09-26-20-30-42/openvino/benchmark_config.json with huggingface_hub

Browse files
2024-09-26-20-30-42/openvino/benchmark_config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-09-26-20-30-42/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": "google-bert/bert-base-uncased",
11
+ "processor": "google-bert/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
+ "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": " AMD EPYC 7R13 Processor",
61
+ "cpu_count": 64,
62
+ "cpu_ram_mb": 529717.02272,
63
+ "system": "Linux",
64
+ "machine": "x86_64",
65
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
66
+ "processor": "",
67
+ "python_version": "3.10.15",
68
+ "optimum_benchmark_version": "0.5.0",
69
+ "optimum_benchmark_commit": null,
70
+ "transformers_version": "4.44.2",
71
+ "transformers_commit": null,
72
+ "accelerate_version": "0.34.2",
73
+ "accelerate_commit": null,
74
+ "diffusers_version": null,
75
+ "diffusers_commit": null,
76
+ "optimum_version": "1.22.0",
77
+ "optimum_commit": null,
78
+ "timm_version": null,
79
+ "timm_commit": null,
80
+ "peft_version": null,
81
+ "peft_commit": null
82
+ }
83
+ }