Commit
•
b7fe4e0
1
Parent(s):
de4837c
Upload 2024-09-26-21-43-11/pytorch/benchmark.json with huggingface_hub
Browse files
2024-09-26-21-43-11/pytorch/benchmark.json
ADDED
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"name": "2024-09-26-21-43-11/pytorch",
|
4 |
+
"backend": {
|
5 |
+
"name": "pytorch",
|
6 |
+
"version": "2.4.1",
|
7 |
+
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
+
"task": "feature-extraction",
|
9 |
+
"library": "transformers",
|
10 |
+
"model_type": "bert",
|
11 |
+
"model": "google-bert/bert-base-uncased",
|
12 |
+
"processor": "google-bert/bert-base-uncased",
|
13 |
+
"device": "cpu",
|
14 |
+
"device_ids": null,
|
15 |
+
"seed": 42,
|
16 |
+
"inter_op_num_threads": null,
|
17 |
+
"intra_op_num_threads": null,
|
18 |
+
"model_kwargs": {},
|
19 |
+
"processor_kwargs": {},
|
20 |
+
"no_weights": false,
|
21 |
+
"device_map": null,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"eval_mode": true,
|
24 |
+
"to_bettertransformer": false,
|
25 |
+
"low_cpu_mem_usage": null,
|
26 |
+
"attn_implementation": null,
|
27 |
+
"cache_implementation": null,
|
28 |
+
"autocast_enabled": false,
|
29 |
+
"autocast_dtype": null,
|
30 |
+
"torch_compile": false,
|
31 |
+
"torch_compile_target": "forward",
|
32 |
+
"torch_compile_config": {},
|
33 |
+
"quantization_scheme": null,
|
34 |
+
"quantization_config": {},
|
35 |
+
"deepspeed_inference": false,
|
36 |
+
"deepspeed_inference_config": {},
|
37 |
+
"peft_type": null,
|
38 |
+
"peft_config": {}
|
39 |
+
},
|
40 |
+
"scenario": {
|
41 |
+
"name": "inference",
|
42 |
+
"_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
|
43 |
+
"iterations": 10,
|
44 |
+
"duration": 10,
|
45 |
+
"warmup_runs": 10,
|
46 |
+
"input_shapes": {
|
47 |
+
"batch_size": 2,
|
48 |
+
"num_choices": 2,
|
49 |
+
"sequence_length": 16
|
50 |
+
},
|
51 |
+
"new_tokens": null,
|
52 |
+
"memory": false,
|
53 |
+
"latency": true,
|
54 |
+
"energy": false,
|
55 |
+
"forward_kwargs": {},
|
56 |
+
"generate_kwargs": {},
|
57 |
+
"call_kwargs": {}
|
58 |
+
},
|
59 |
+
"launcher": {
|
60 |
+
"name": "process",
|
61 |
+
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
|
62 |
+
"device_isolation": false,
|
63 |
+
"device_isolation_action": null,
|
64 |
+
"numactl": true,
|
65 |
+
"numactl_kwargs": {},
|
66 |
+
"start_method": "spawn"
|
67 |
+
},
|
68 |
+
"environment": {
|
69 |
+
"cpu": " AMD EPYC 7R13 Processor",
|
70 |
+
"cpu_count": 64,
|
71 |
+
"cpu_ram_mb": 529717.02272,
|
72 |
+
"system": "Linux",
|
73 |
+
"machine": "x86_64",
|
74 |
+
"platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
|
75 |
+
"processor": "",
|
76 |
+
"python_version": "3.10.15",
|
77 |
+
"optimum_benchmark_version": "0.5.0",
|
78 |
+
"optimum_benchmark_commit": null,
|
79 |
+
"transformers_version": "4.44.2",
|
80 |
+
"transformers_commit": null,
|
81 |
+
"accelerate_version": "0.34.2",
|
82 |
+
"accelerate_commit": null,
|
83 |
+
"diffusers_version": null,
|
84 |
+
"diffusers_commit": null,
|
85 |
+
"optimum_version": "1.22.0",
|
86 |
+
"optimum_commit": null,
|
87 |
+
"timm_version": null,
|
88 |
+
"timm_commit": null,
|
89 |
+
"peft_version": null,
|
90 |
+
"peft_commit": null
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"report": {
|
94 |
+
"load": {
|
95 |
+
"memory": null,
|
96 |
+
"latency": {
|
97 |
+
"unit": "s",
|
98 |
+
"values": [
|
99 |
+
0.27893632277846336
|
100 |
+
],
|
101 |
+
"count": 1,
|
102 |
+
"total": 0.27893632277846336,
|
103 |
+
"mean": 0.27893632277846336,
|
104 |
+
"p50": 0.27893632277846336,
|
105 |
+
"p90": 0.27893632277846336,
|
106 |
+
"p95": 0.27893632277846336,
|
107 |
+
"p99": 0.27893632277846336,
|
108 |
+
"stdev": 0,
|
109 |
+
"stdev_": 0
|
110 |
+
},
|
111 |
+
"throughput": null,
|
112 |
+
"energy": null,
|
113 |
+
"efficiency": null
|
114 |
+
},
|
115 |
+
"forward": {
|
116 |
+
"memory": null,
|
117 |
+
"latency": {
|
118 |
+
"unit": "s",
|
119 |
+
"values": [
|
120 |
+
1.5597784407436848,
|
121 |
+
1.5577568151056767,
|
122 |
+
1.5631968602538109,
|
123 |
+
1.5614424012601376,
|
124 |
+
1.5599367134273052,
|
125 |
+
1.5602937936782837,
|
126 |
+
1.5729607865214348,
|
127 |
+
1.575380053371191,
|
128 |
+
1.5772702395915985,
|
129 |
+
1.5743625722825527
|
130 |
+
],
|
131 |
+
"count": 10,
|
132 |
+
"total": 15.662378676235676,
|
133 |
+
"mean": 1.5662378676235675,
|
134 |
+
"p50": 1.5623196307569742,
|
135 |
+
"p90": 1.5755690719932318,
|
136 |
+
"p95": 1.576419655792415,
|
137 |
+
"p99": 1.5771001228317618,
|
138 |
+
"stdev": 0.007330992333604205,
|
139 |
+
"stdev_": 0.4680637906378438
|
140 |
+
},
|
141 |
+
"throughput": {
|
142 |
+
"unit": "samples/s",
|
143 |
+
"value": 1.276945246531789
|
144 |
+
},
|
145 |
+
"energy": null,
|
146 |
+
"efficiency": null
|
147 |
+
}
|
148 |
+
}
|
149 |
+
}
|