Commit
•
4869015
1
Parent(s):
36613e2
Upload cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub
Browse files
cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json
CHANGED
@@ -6,17 +6,19 @@
|
|
6 |
"version": "2.3.0+cpu",
|
7 |
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
"task": "fill-mask",
|
9 |
-
"library": "transformers",
|
10 |
"model": "google-bert/bert-base-uncased",
|
11 |
-
"
|
12 |
"device": "cpu",
|
13 |
"device_ids": null,
|
14 |
"seed": 42,
|
15 |
"inter_op_num_threads": null,
|
16 |
"intra_op_num_threads": null,
|
17 |
-
"
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
20 |
"no_weights": true,
|
21 |
"device_map": null,
|
22 |
"torch_dtype": null,
|
@@ -71,17 +73,17 @@
|
|
71 |
"environment": {
|
72 |
"cpu": " AMD EPYC 7763 64-Core Processor",
|
73 |
"cpu_count": 4,
|
74 |
-
"cpu_ram_mb": 16757.
|
75 |
"system": "Linux",
|
76 |
"machine": "x86_64",
|
77 |
"platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
|
78 |
"processor": "x86_64",
|
79 |
"python_version": "3.10.14",
|
80 |
"optimum_benchmark_version": "0.2.0",
|
81 |
-
"optimum_benchmark_commit": "
|
82 |
"transformers_version": "4.40.2",
|
83 |
"transformers_commit": null,
|
84 |
-
"accelerate_version": "0.30.
|
85 |
"accelerate_commit": null,
|
86 |
"diffusers_version": "0.27.2",
|
87 |
"diffusers_commit": null,
|
@@ -97,7 +99,7 @@
|
|
97 |
"forward": {
|
98 |
"memory": {
|
99 |
"unit": "MB",
|
100 |
-
"max_ram":
|
101 |
"max_global_vram": null,
|
102 |
"max_process_vram": null,
|
103 |
"max_reserved": null,
|
@@ -105,54 +107,53 @@
|
|
105 |
},
|
106 |
"latency": {
|
107 |
"unit": "s",
|
108 |
-
"count":
|
109 |
-
"total": 1.
|
110 |
-
"mean": 0.
|
111 |
-
"stdev": 0.
|
112 |
-
"p50": 0.
|
113 |
-
"p90": 0.
|
114 |
-
"p95": 0.
|
115 |
-
"p99": 0.
|
116 |
"values": [
|
117 |
-
0.
|
118 |
-
0.
|
119 |
-
0.
|
120 |
-
0.
|
121 |
-
0.
|
122 |
-
0.
|
123 |
-
0.
|
124 |
-
0.
|
125 |
-
0.
|
126 |
-
0.
|
127 |
-
0.
|
128 |
-
0.
|
129 |
-
0.
|
130 |
-
0.
|
131 |
-
0.
|
132 |
-
0.
|
133 |
-
0.
|
134 |
-
0.
|
135 |
-
0.
|
136 |
-
0.
|
137 |
-
0.
|
138 |
-
0.
|
139 |
-
0.03912710399993102
|
140 |
]
|
141 |
},
|
142 |
"throughput": {
|
143 |
"unit": "samples/s",
|
144 |
-
"value":
|
145 |
},
|
146 |
"energy": {
|
147 |
"unit": "kWh",
|
148 |
-
"cpu": 1.
|
149 |
-
"ram": 6.
|
150 |
"gpu": 0.0,
|
151 |
-
"total": 1.
|
152 |
},
|
153 |
"efficiency": {
|
154 |
"unit": "samples/kWh",
|
155 |
-
"value":
|
156 |
}
|
157 |
}
|
158 |
}
|
|
|
6 |
"version": "2.3.0+cpu",
|
7 |
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
"task": "fill-mask",
|
|
|
9 |
"model": "google-bert/bert-base-uncased",
|
10 |
+
"library": "transformers",
|
11 |
"device": "cpu",
|
12 |
"device_ids": null,
|
13 |
"seed": 42,
|
14 |
"inter_op_num_threads": null,
|
15 |
"intra_op_num_threads": null,
|
16 |
+
"hub_kwargs": {
|
17 |
+
"revision": "main",
|
18 |
+
"force_download": false,
|
19 |
+
"local_files_only": false,
|
20 |
+
"trust_remote_code": false
|
21 |
+
},
|
22 |
"no_weights": true,
|
23 |
"device_map": null,
|
24 |
"torch_dtype": null,
|
|
|
73 |
"environment": {
|
74 |
"cpu": " AMD EPYC 7763 64-Core Processor",
|
75 |
"cpu_count": 4,
|
76 |
+
"cpu_ram_mb": 16757.346304,
|
77 |
"system": "Linux",
|
78 |
"machine": "x86_64",
|
79 |
"platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
|
80 |
"processor": "x86_64",
|
81 |
"python_version": "3.10.14",
|
82 |
"optimum_benchmark_version": "0.2.0",
|
83 |
+
"optimum_benchmark_commit": "b880a42960acf7600cf87a7b5756d96d29e2fb24",
|
84 |
"transformers_version": "4.40.2",
|
85 |
"transformers_commit": null,
|
86 |
+
"accelerate_version": "0.30.1",
|
87 |
"accelerate_commit": null,
|
88 |
"diffusers_version": "0.27.2",
|
89 |
"diffusers_commit": null,
|
|
|
99 |
"forward": {
|
100 |
"memory": {
|
101 |
"unit": "MB",
|
102 |
+
"max_ram": 866.922496,
|
103 |
"max_global_vram": null,
|
104 |
"max_process_vram": null,
|
105 |
"max_reserved": null,
|
|
|
107 |
},
|
108 |
"latency": {
|
109 |
"unit": "s",
|
110 |
+
"count": 22,
|
111 |
+
"total": 1.0176193290000697,
|
112 |
+
"mean": 0.04625542404545771,
|
113 |
+
"stdev": 0.0016021138765264973,
|
114 |
+
"p50": 0.04623509600000375,
|
115 |
+
"p90": 0.04803038290003201,
|
116 |
+
"p95": 0.048194395650025965,
|
117 |
+
"p99": 0.04866684363000502,
|
118 |
"values": [
|
119 |
+
0.045889488000000256,
|
120 |
+
0.04608832799999618,
|
121 |
+
0.04489613900000222,
|
122 |
+
0.046058842999968874,
|
123 |
+
0.045878227999992305,
|
124 |
+
0.04592617600002313,
|
125 |
+
0.045722527999998874,
|
126 |
+
0.04606517399997756,
|
127 |
+
0.04638186400001132,
|
128 |
+
0.04879080599999952,
|
129 |
+
0.04744319999997515,
|
130 |
+
0.048200509000025704,
|
131 |
+
0.04661360599999398,
|
132 |
+
0.046898345999977664,
|
133 |
+
0.047599651000041376,
|
134 |
+
0.046843643000045176,
|
135 |
+
0.04549070599995275,
|
136 |
+
0.04704618100004154,
|
137 |
+
0.04807824200003097,
|
138 |
+
0.047090413000034914,
|
139 |
+
0.043560163999984525,
|
140 |
+
0.041057093999995686
|
|
|
141 |
]
|
142 |
},
|
143 |
"throughput": {
|
144 |
"unit": "samples/s",
|
145 |
+
"value": 21.619086207430417
|
146 |
},
|
147 |
"energy": {
|
148 |
"unit": "kWh",
|
149 |
+
"cpu": 1.5660761197408042e-06,
|
150 |
+
"ram": 6.544423457470051e-08,
|
151 |
"gpu": 0.0,
|
152 |
+
"total": 1.6315203543155048e-06
|
153 |
},
|
154 |
"efficiency": {
|
155 |
"unit": "samples/kWh",
|
156 |
+
"value": 612925.237098586
|
157 |
}
|
158 |
}
|
159 |
}
|