lukeyourheart commited on
Commit
b7d1edd
·
verified ·
1 Parent(s): 7c48a9a

Upload 2024-12-14-01:08:37/openvino/benchmark_config.json with huggingface_hub

Browse files
2024-12-14-01:08:37/openvino/benchmark_config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "2024-12-14-01:08:37/openvino",
3
+ "backend": {
4
+ "name": "openvino",
5
+ "version": "2024.5.0",
6
+ "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
7
+ "task": "text-generation",
8
+ "library": "transformers",
9
+ "model_type": "gpt2",
10
+ "model": "openai-community/gpt2",
11
+ "processor": "openai-community/gpt2",
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": null,
21
+ "use_cache": null,
22
+ "use_merged": null,
23
+ "load_in_8bit": null,
24
+ "load_in_4bit": null,
25
+ "ov_config": {},
26
+ "half": false,
27
+ "compile": false,
28
+ "reshape": false,
29
+ "reshape_kwargs": {
30
+ "batch_size": 2,
31
+ "sequence_length": 16
32
+ }
33
+ },
34
+ "scenario": {
35
+ "name": "inference",
36
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
37
+ "iterations": 10,
38
+ "duration": 10,
39
+ "warmup_runs": 10,
40
+ "input_shapes": {
41
+ "batch_size": 2,
42
+ "sequence_length": 16
43
+ },
44
+ "new_tokens": null,
45
+ "memory": true,
46
+ "latency": true,
47
+ "energy": false,
48
+ "forward_kwargs": {},
49
+ "generate_kwargs": {
50
+ "max_new_tokens": 32,
51
+ "min_new_tokens": 32
52
+ },
53
+ "call_kwargs": {
54
+ "num_inference_steps": 5
55
+ }
56
+ },
57
+ "launcher": {
58
+ "name": "process",
59
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
60
+ "device_isolation": false,
61
+ "device_isolation_action": null,
62
+ "numactl": true,
63
+ "numactl_kwargs": {
64
+ "cpunodebind": 0,
65
+ "membind": 0
66
+ },
67
+ "start_method": "spawn"
68
+ },
69
+ "environment": {
70
+ "cpu": " AMD EPYC 7R13 Processor",
71
+ "cpu_count": 64,
72
+ "cpu_ram_mb": 529717.02272,
73
+ "system": "Linux",
74
+ "machine": "x86_64",
75
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
76
+ "processor": "",
77
+ "python_version": "3.10.16",
78
+ "optimum_benchmark_version": "0.5.0.dev0",
79
+ "optimum_benchmark_commit": null,
80
+ "transformers_version": "4.46.3",
81
+ "transformers_commit": null,
82
+ "accelerate_version": "1.2.0",
83
+ "accelerate_commit": null,
84
+ "diffusers_version": "0.31.0",
85
+ "diffusers_commit": null,
86
+ "optimum_version": "1.23.3",
87
+ "optimum_commit": null,
88
+ "timm_version": null,
89
+ "timm_commit": null,
90
+ "peft_version": null,
91
+ "peft_commit": null
92
+ },
93
+ "print_report": false,
94
+ "log_report": true
95
+ }