Commit
•
872763c
1
Parent(s):
4cdfb0f
Upload cpu_inference_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json with huggingface_hub
Browse files
cpu_inference_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json
CHANGED
@@ -6,17 +6,19 @@
|
|
6 |
"version": "2.3.0+cpu",
|
7 |
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
|
8 |
"task": "multiple-choice",
|
9 |
-
"library": "transformers",
|
10 |
"model": "FacebookAI/roberta-base",
|
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": 942.
|
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.038699422000036066
|
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": "multiple-choice",
|
|
|
9 |
"model": "FacebookAI/roberta-base",
|
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": "217063f5c507ed7cc255df7e1f64c4333a0b4dfe",
|
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": 942.493696,
|
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.030545244000166,
|
112 |
+
"mean": 0.04684296563637118,
|
113 |
+
"stdev": 0.0009319396316343916,
|
114 |
+
"p50": 0.046964633000015965,
|
115 |
+
"p90": 0.04776702220001994,
|
116 |
+
"p95": 0.04817651119999766,
|
117 |
+
"p99": 0.04864695583998923,
|
118 |
"values": [
|
119 |
+
0.04876657099998738,
|
120 |
+
0.04668853100002934,
|
121 |
+
0.04716142600000239,
|
122 |
+
0.045147686999996495,
|
123 |
+
0.0481969749999962,
|
124 |
+
0.04668560599998273,
|
125 |
+
0.04657781399998839,
|
126 |
+
0.04721005800001876,
|
127 |
+
0.0447086039999931,
|
128 |
+
0.04750846500002126,
|
129 |
+
0.04731295100003763,
|
130 |
+
0.046591851000016504,
|
131 |
+
0.047433295000018916,
|
132 |
+
0.04778769900002544,
|
133 |
+
0.046603532000006,
|
134 |
+
0.04711854600003562,
|
135 |
+
0.047580930999970406,
|
136 |
+
0.046886402000041016,
|
137 |
+
0.045920383000009224,
|
138 |
+
0.047042863999990914,
|
139 |
+
0.04603786300003776,
|
140 |
+
0.04557718999996041
|
|
|
141 |
]
|
142 |
},
|
143 |
"throughput": {
|
144 |
"unit": "samples/s",
|
145 |
+
"value": 21.347922498390044
|
146 |
},
|
147 |
"energy": {
|
148 |
"unit": "kWh",
|
149 |
+
"cpu": 1.552842773942866e-06,
|
150 |
+
"ram": 6.489612832495685e-08,
|
151 |
"gpu": 0.0,
|
152 |
+
"total": 1.6177389022678228e-06
|
153 |
},
|
154 |
"efficiency": {
|
155 |
"unit": "samples/kWh",
|
156 |
+
"value": 618146.722316038
|
157 |
}
|
158 |
}
|
159 |
}
|