echarlaix HF staff commited on
Commit
56e87d9
1 Parent(s): 47f6dfe

Upload 2024-10-16-16-23-28/openvino/benchmark_config.json with huggingface_hub

Browse files
2024-10-16-16-23-28/openvino/benchmark_config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-10-16-16-23-28/openvino",
3
+ "backend": {
4
+ "name": "openvino",
5
+ "version": "2024.4.0",
6
+ "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
7
+ "task": "text-generation",
8
+ "library": "transformers",
9
+ "model_type": "mistral",
10
+ "model": "echarlaix/tiny-random-mistral",
11
+ "processor": "echarlaix/tiny-random-mistral",
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": true,
44
+ "latency": true,
45
+ "energy": false,
46
+ "forward_kwargs": {},
47
+ "generate_kwargs": {
48
+ "max_new_tokens": 32,
49
+ "min_new_tokens": 32
50
+ },
51
+ "call_kwargs": {}
52
+ },
53
+ "launcher": {
54
+ "name": "process",
55
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
56
+ "device_isolation": false,
57
+ "device_isolation_action": null,
58
+ "numactl": true,
59
+ "numactl_kwargs": {
60
+ "cpunodebind": 0,
61
+ "membind": 0
62
+ },
63
+ "start_method": "spawn"
64
+ },
65
+ "environment": {
66
+ "cpu": " AMD EPYC 7R13 Processor",
67
+ "cpu_count": 64,
68
+ "cpu_ram_mb": 529717.02272,
69
+ "system": "Linux",
70
+ "machine": "x86_64",
71
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
72
+ "processor": "",
73
+ "python_version": "3.10.15",
74
+ "optimum_benchmark_version": "0.5.0",
75
+ "optimum_benchmark_commit": null,
76
+ "transformers_version": "4.44.2",
77
+ "transformers_commit": null,
78
+ "accelerate_version": "0.34.2",
79
+ "accelerate_commit": null,
80
+ "diffusers_version": null,
81
+ "diffusers_commit": null,
82
+ "optimum_version": "1.22.0",
83
+ "optimum_commit": null,
84
+ "timm_version": null,
85
+ "timm_commit": null,
86
+ "peft_version": null,
87
+ "peft_commit": null
88
+ },
89
+ "print_report": false,
90
+ "log_report": true
91
+ }