Félix Marty commited on
Commit
3f268e5
1 Parent(s): f6dfa54
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +9 -0
  2. dana/.eslintrc +3 -0
  3. dana/AUTHORS +6 -0
  4. dana/CONTRIBUTING.md +15 -0
  5. dana/LICENSE +202 -0
  6. dana/README.md +40 -0
  7. dana/configs/dana.js +28 -0
  8. dana/configs/db/Inference/infos/benchmarks.series.json +1 -0
  9. dana/configs/db/Inference/infos/benchmarks.statusSeries.json +1 -0
  10. dana/configs/db/Inference/infos/builds.json +1 -0
  11. dana/configs/db/Inference/series/llama_1gpu/_0_forward/_latency_s/_.json +1 -0
  12. dana/configs/db/Inference/series/llama_1gpu/_0_forward/_peak_memo/ry_MB_.json +1 -0
  13. dana/configs/db/Inference/series/llama_1gpu/_0_forward/_throughpu/t_samples_/s_.json +1 -0
  14. dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_latency_/s_.json +1 -0
  15. dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_throughp/ut_tokens_/s_.json +1 -0
  16. dana/configs/db/Inference/series/llama_1gpu/_1_forward/_latency_s/_.json +1 -0
  17. dana/configs/db/Inference/series/llama_1gpu/_1_forward/_peak_memo/ry_MB_.json +1 -0
  18. dana/configs/db/Inference/series/llama_1gpu/_1_forward/_throughpu/t_samples_/s_.json +1 -0
  19. dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_latency_/s_.json +1 -0
  20. dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_throughp/ut_tokens_/s_.json +1 -0
  21. dana/configs/db/Inference/series/llama_1gpu/_2_forward/_latency_s/_.json +1 -0
  22. dana/configs/db/Inference/series/llama_1gpu/_2_forward/_peak_memo/ry_MB_.json +1 -0
  23. dana/configs/db/Inference/series/llama_1gpu/_2_forward/_throughpu/t_samples_/s_.json +1 -0
  24. dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_latency_/s_.json +1 -0
  25. dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_throughp/ut_tokens_/s_.json +1 -0
  26. dana/configs/db/Inference/series/llama_1gpu/_3_forward/_latency_s/_.json +1 -0
  27. dana/configs/db/Inference/series/llama_1gpu/_3_forward/_peak_memo/ry_MB_.json +1 -0
  28. dana/configs/db/Inference/series/llama_1gpu/_3_forward/_throughpu/t_samples_/s_.json +1 -0
  29. dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_latency_/s_.json +1 -0
  30. dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_throughp/ut_tokens_/s_.json +1 -0
  31. dana/configs/db/Inference/series/llama_1gpu/_4_forward/_latency_s/_.json +1 -0
  32. dana/configs/db/Inference/series/llama_1gpu/_4_forward/_peak_memo/ry_MB_.json +1 -0
  33. dana/configs/db/Inference/series/llama_1gpu/_4_forward/_throughpu/t_samples_/s_.json +1 -0
  34. dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_latency_/s_.json +1 -0
  35. dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_throughp/ut_tokens_/s_.json +1 -0
  36. dana/configs/db/Inference/series/llama_1gpu/_5_forward/_latency_s/_.json +1 -0
  37. dana/configs/db/Inference/series/llama_1gpu/_5_forward/_peak_memo/ry_MB_.json +1 -0
  38. dana/configs/db/Inference/series/llama_1gpu/_5_forward/_throughpu/t_samples_/s_.json +1 -0
  39. dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_latency_/s_.json +1 -0
  40. dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_throughp/ut_tokens_/s_.json +1 -0
  41. dana/configs/db/Inference/series/llama_1gpu/_6_forward/_latency_s/_.json +1 -0
  42. dana/configs/db/Inference/series/llama_1gpu/_6_forward/_peak_memo/ry_MB_.json +1 -0
  43. dana/configs/db/Inference/series/llama_1gpu/_6_forward/_throughpu/t_samples_/s_.json +1 -0
  44. dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_latency_/s_.json +1 -0
  45. dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_throughp/ut_tokens_/s_.json +1 -0
  46. dana/configs/db/Inference/series/llama_1gpu/_7_forward/_latency_s/_.json +1 -0
  47. dana/configs/db/Inference/series/llama_1gpu/_7_forward/_peak_memo/ry_MB_.json +1 -0
  48. dana/configs/db/Inference/series/llama_1gpu/_7_forward/_throughpu/t_samples_/s_.json +1 -0
  49. dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_latency_/s_.json +1 -0
  50. dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_throughp/ut_tokens_/s_.json +1 -0
.gitignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ dana/node_modules
2
+ dana/unused
3
+ dana/*.log
4
+ dana/www/public/dailyReports
5
+ dana/dana-bot/configs
6
+ dana/dana-bot/project
7
+ dana/dana-bot/tmp
8
+ dana/dana-bot/www/public/sponge
9
+ dana/[._]*.sw[a-p]
dana/.eslintrc ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "extends": "eslint-config-google"
3
+ }
dana/AUTHORS ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Below is a list of people and organizations that have contributed
2
+ # to the Dana project. Names should be added to the list like so:
3
+ #
4
+ # Name/Organization <email address>
5
+
6
+ Google Inc. <*@google.com>
dana/CONTRIBUTING.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # How to Contribute
2
+
3
+ We'd love to accept your patches and contributions to this project. There are
4
+ just a few small guidelines you need to follow.
5
+
6
+ ## Contributor License Agreement
7
+
8
+ Contributions to this project must be accompanied by a Contributor License
9
+ Agreement. You (or your employer) retain the copyright to your contribution,
10
+ this simply gives us permission to use and redistribute your contributions as
11
+ part of the project. Head over to <https://cla.developers.google.com/> to see
12
+ your current agreements on file or to sign a new one.
13
+ You generally only need to submit a CLA once, so if you've already submitted one
14
+ (even if it was for a different project), you probably don't need to do it
15
+ again.
dana/LICENSE ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
dana/README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dana
2
+
3
+ Dana (DAta ANalysis) system provides:
4
+ - a way to agglomerate data coming from tests or benchmarks and processing them on the fly by doing some regression and comparison analysis,
5
+ - a dashboard to provide several views to enable fast identification of regressions or result comparisons,
6
+ - a regression workfow to follow the work on series and the overall progress,
7
+ - a report is sent each day at midnight with a summary of new regressions of the day.
8
+
9
+ ![Demo](docs/Demo.gif)
10
+
11
+ ## Principles
12
+
13
+ See [Principes documentation](docs/Principles.md) to understand key concepts of Dana.
14
+
15
+ ## Dana APIs
16
+
17
+ Dana provides some APIs to add builds, series and samples. APIs are accessible using POST http requests or using a node client using WebSockets.
18
+ See [APIs documentation](docs/Apis.md) for details.
19
+
20
+ ## Have a demo
21
+
22
+ See [Demo documentation](docs/Demo.md) to know who to setup a Demo dana server on your machine in few commands.
23
+
24
+ ## Setup a server
25
+
26
+ See [Setup documentation](docs/Setup.md) to know who to setup a Dana server and [Adding project pages](docs/Project.md) to know how to add dashboard pages for a project.
27
+
28
+ ## Bugs, feature requests
29
+
30
+ - Please file them on https://github.com/google/dana/issues
31
+
32
+ ## Tools used
33
+ - nodejs from https://nodejs.org/
34
+ - Dashboard components coming from https://colorlib.com/polygon/gentelella/index.html
35
+ - Awesome dygraphs library from http://dygraphs.com/
36
+ - Other node modules see package.json
37
+
38
+ ## Disclaimer
39
+
40
+ This is not an official Google product
dana/configs/dana.js ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Copyright 2017 Google Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ module.exports = {
18
+ server: {
19
+ ip: 'localhost',
20
+ port: 7000
21
+ },
22
+ adminUser: {
23
+ username: 'admin',
24
+ password: 'admin',
25
+ email: 'yourEmail@yourDomain.com'
26
+ },
27
+ secureCookie: false
28
+ }
dana/configs/db/Inference/infos/benchmarks.series.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"pytorch_bert_0_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0,"ratio":0,"diff":0},"base":{"average":0}},"state":"similarNeedstriage"},"pytorch_bert_0_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":310.14,"ratio":0,"diff":0},"base":{"average":310.14}},"state":"similarNeedstriage"},"pytorch_gpt2_0_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0,"ratio":0,"diff":0},"base":{"average":0}},"state":"similarNeedstriage"},"pytorch_gpt2_0_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"improvement","current":{"average":255.38,"ratio":-17.62,"diff":-54.62},"base":{"average":310}},"state":"improvementNeedstriage"},"pytorch_gpt2_0_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.5,"ratio":0,"diff":0},"base":{"average":0.5}},"state":"similarNeedstriage"},"pytorch_gpt2_0_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":199.35,"ratio":0,"diff":0},"base":{"average":199.35}},"state":"similarNeedstriage"},"llama_1gpu_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_0_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"state":"similarNeedstriage"},"llama_1gpu_0_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":31.77,"ratio":0,"diff":0},"base":{"average":31.77}},"state":"similarNeedstriage"},"llama_1gpu_0_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":5.99,"ratio":0,"diff":0},"base":{"average":5.99}},"state":"similarNeedstriage"},"llama_1gpu_0_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":33.42,"ratio":0,"diff":0},"base":{"average":33.42}},"state":"similarNeedstriage"},"llama_1gpu_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_1_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":15.56,"ratio":0,"diff":0},"base":{"average":15.56}},"state":"similarNeedstriage"},"llama_1gpu_1_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":5.7,"ratio":0,"diff":0},"base":{"average":5.7}},"state":"similarNeedstriage"},"llama_1gpu_1_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":35.13,"ratio":0,"diff":0},"base":{"average":35.13}},"state":"similarNeedstriage"},"llama_1gpu_2_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"llama_1gpu_2_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"state":"similarNeedstriage"},"llama_1gpu_2_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":63.69,"ratio":0,"diff":0},"base":{"average":63.69}},"state":"similarNeedstriage"},"llama_1gpu_2_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":6.18,"ratio":0,"diff":0},"base":{"average":6.18}},"state":"similarNeedstriage"},"llama_1gpu_2_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":64.82,"ratio":0,"diff":0},"base":{"average":64.82}},"state":"similarNeedstriage"},"llama_1gpu_3_forward_peak_memory_MB_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":30779.02,"ratio":0,"diff":0},"base":{"average":30779.02}},"state":"similarNeedstriage"},"llama_1gpu_3_forward_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":0.11,"ratio":0,"diff":0},"base":{"average":0.11}},"state":"similarNeedstriage"},"llama_1gpu_3_forward_throughput_samples_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":18.3,"ratio":0,"diff":0},"base":{"average":18.3}},"state":"similarNeedstriage"},"llama_1gpu_3_generate_latency_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":7.05,"ratio":0,"diff":0},"base":{"average":7.05}},"state":"similarNeedstriage"},"llama_1gpu_3_generate_throughput_tokens_s_":{"status":{"lastBuildId":13697,"status":"similar","current":{"average":56.73,"ratio":0,"diff":0},"base":{"average":56.73}},"state":"similarNeedstriage"},"llama_1gpu_4_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13681},"state":"similarNeedstriage"},"llama_1gpu_4_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"state":"similarNeedstriage"},"llama_1gpu_4_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":126.2,"ratio":0,"diff":0},"base":{"average":126.2}},"state":"similarNeedstriage"},"llama_1gpu_4_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":6.2,"ratio":0,"diff":0},"base":{"average":6.2}},"state":"similarNeedstriage"},"llama_1gpu_4_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":129,"ratio":0,"diff":0},"base":{"average":129}},"state":"similarNeedstriage"},"llama_1gpu_5_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13681},"state":"similarNeedstriage"},"llama_1gpu_5_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.19,"ratio":0,"diff":0},"base":{"average":0.19}},"state":"similarNeedstriage"},"llama_1gpu_5_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":21.4,"ratio":0,"diff":0},"base":{"average":21.4}},"state":"similarNeedstriage"},"llama_1gpu_5_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":7.7,"ratio":0,"diff":0},"base":{"average":7.7}},"state":"similarNeedstriage"},"llama_1gpu_5_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":103.7,"ratio":0,"diff":0},"base":{"average":103.7}},"state":"similarNeedstriage"},"llama_1gpu_6_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13681},"state":"similarNeedstriage"},"llama_1gpu_6_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.1,"ratio":0,"diff":0},"base":{"average":0.1}},"state":"similarNeedstriage"},"llama_1gpu_6_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":162.8,"ratio":0,"diff":0},"base":{"average":162.8}},"state":"similarNeedstriage"},"llama_1gpu_6_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":6.63,"ratio":0,"diff":0},"base":{"average":6.63}},"state":"similarNeedstriage"},"llama_1gpu_6_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":488.22,"ratio":0,"diff":0},"base":{"average":488.22}},"state":"similarNeedstriage"},"llama_1gpu_7_forward_peak_memory_MB_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":35824.47,"ratio":0,"diff":0},"base":{"average":35824.47}},"state":"similarNeedstriage"},"llama_1gpu_7_forward_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":0.69,"ratio":0,"diff":0},"base":{"average":0.69}},"state":"similarNeedstriage"},"llama_1gpu_7_forward_throughput_samples_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":23.27,"ratio":0,"diff":0},"base":{"average":23.27}},"state":"similarNeedstriage"},"llama_1gpu_7_generate_latency_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":12.96,"ratio":0,"diff":0},"base":{"average":12.96}},"state":"similarNeedstriage"},"llama_1gpu_7_generate_throughput_tokens_s_":{"status":{"lastBuildId":13681,"status":"similar","current":{"average":246.86,"ratio":0,"diff":0},"base":{"average":246.86}},"state":"similarNeedstriage"},"llama_4gpu_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_0_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_1_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_2_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_3_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_4_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_5_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_6_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_4gpu_7_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_0_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_1_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_2_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_3_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_4_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_5_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_6_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_generate_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"llama_2gpu_7_generate_throughput_tokens_s_":{"status":{"error":"Unable to find first average","lastBuildId":13669},"state":"similarNeedstriage"},"pytorch_bert_0_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"pytorch_bert_1_forward_peak_memory_MB_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"pytorch_bert_1_forward_latency_s_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"},"pytorch_bert_1_forward_throughput_samples_s_":{"status":{"error":"Unable to find first average","lastBuildId":13697},"state":"similarNeedstriage"}}
dana/configs/db/Inference/infos/benchmarks.statusSeries.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"0":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692193761260},"1":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692193794757},"2":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692194009957},"3":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692198289729},"4":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692198483261},"5":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692198609720},"6":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261403440},"7":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261439283},"8":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261472884},"9":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261496808},"10":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261574043},"11":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261592822},"12":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261619057},"13":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261648468},"14":{"numSeries":126,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":87,"time":1692261662855},"15":{"numSeries":130,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":91,"time":1692261856719},"16":{"numSeries":130,"numSeriesSimilar":38,"numSeriesImproved":1,"numSeriesRegression":0,"numSeriesUndefined":91,"time":1692261969503}}
dana/configs/db/Inference/infos/builds.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"13635":{"buildId":13635,"infos":{"hash":"9e57e0c0633a7d730c8b4c785e6925dfd907e36d","abbrevHash":"9e57e0c0","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix `torch_job` worker(s) crashing (#25374)","url":null}},"13636":{"buildId":13636,"infos":{"hash":"5bd8c011bb24201148c1a2ba753ffd3f0822f004","abbrevHash":"5bd8c011","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: add config-level validation (#25381)","url":null}},"13637":{"buildId":13637,"infos":{"hash":"9c7b744795623ad045473680bf8cd79c2058b780","abbrevHash":"9c7b7447","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix missing usage of `token` (#25382)","url":null}},"13638":{"buildId":13638,"infos":{"hash":"5b517e1764221c17e57db7bea5679b513c7026a5","abbrevHash":"5b517e17","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Use small config for `OneFormerModelTest.test_model_with_labels` (#25383)","url":null}},"13639":{"buildId":13639,"infos":{"hash":"e3490104da84d0bfd6bbfdcb41ea591be7fa8037","abbrevHash":"e3490104","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Add copied from for image processor methods (#25121)","url":null}},"13640":{"buildId":13640,"infos":{"hash":"3a05e010e0c7e8abd3e5357dd4e89e28cc69003e","abbrevHash":"3a05e010","authorName":"Marc Sun","authorEmail":"57196510+SunMarc@users.noreply.github.com","subject":"change version (#25387)","url":null}},"13641":{"buildId":13641,"infos":{"hash":"41c5f45bfe958be58bac6c891652f632ebac23e2","abbrevHash":"41c5f45b","authorName":"Abhipsha Das","authorEmail":"abhipsha.das16@gmail.com","subject":"[DOCS] Add example for `TopPLogitsWarper` (#25361)","url":null}},"13642":{"buildId":13642,"infos":{"hash":"1367142afd363e2799e3299b9bbf14fcb5e848c0","abbrevHash":"1367142a","authorName":"SeongWooChoi","authorEmail":"46990061+nuatmochoi@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `perf_train_cpu_many.md` to Korean (#24923)","url":null}},"13643":{"buildId":13643,"infos":{"hash":"1564a81ac56b0620230b0e3ed886d8accd22388c","abbrevHash":"1564a81a","authorName":"David Reguera","authorEmail":"33068707+nablabits@users.noreply.github.com","subject":"16059 - Add missing type hints for ASTModel (#25364)","url":null}},"13644":{"buildId":13644,"infos":{"hash":"85447bb22ebfe485c998607ccc1358c8c6a5ade9","abbrevHash":"85447bb2","authorName":"jiqing-feng","authorEmail":"107918818+jiqing-feng@users.noreply.github.com","subject":"rm useless condition since the previous condition contains it. (#25403)","url":null}},"13645":{"buildId":13645,"infos":{"hash":"599377161b75d3c66bd6a94f605a733f7c6edbd1","abbrevHash":"59937716","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Fix path for dynamic module creation (#25402)","url":null}},"13646":{"buildId":13646,"infos":{"hash":"ea5dda22904e807437e07cdfa5d3d89f17a590f7","abbrevHash":"ea5dda22","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"YOLOS - Revert default return_pixel_mask value (#25404)","url":null}},"13647":{"buildId":13647,"infos":{"hash":"d59b872c9e77e23acbc8e504e5720cf59313b40b","abbrevHash":"d59b872c","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Docs: introduction to generation with LLMs (#25240)","url":null}},"13648":{"buildId":13648,"infos":{"hash":"3deed1f97e9dcfc1a7b9071e290a8844526f2d2a","abbrevHash":"3deed1f9","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: length validation (#25384)","url":null}},"13649":{"buildId":13649,"infos":{"hash":"00b93cda213aa3e754ebbec6ccda77cca4b67247","abbrevHash":"00b93cda","authorName":"Alan Ji","authorEmail":"hzji210@gmail.com","subject":"Improve training args (#25401)","url":null}},"13650":{"buildId":13650,"infos":{"hash":"f456b4d10b5c72e0cfe835d3f22a71079c513eb2","abbrevHash":"f456b4d1","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: generation config validation fixes in docs (#25405)","url":null}},"13651":{"buildId":13651,"infos":{"hash":"ef74da6582a3ac9224ea7a770dfc01a1c91b4985","abbrevHash":"ef74da65","authorName":"David Reguera","authorEmail":"33068707+nablabits@users.noreply.github.com","subject":"16059 - Add extra type hints for AltCLIPModel (#25399)","url":null}},"13652":{"buildId":13652,"infos":{"hash":"eb3ded16f730019b223b06514a8d03df4199feb1","abbrevHash":"eb3ded16","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: lower severity of parameterization checks (#25407)","url":null}},"13653":{"buildId":13653,"infos":{"hash":"f2a43c7383091a36275b852b39a47865694b8f39","abbrevHash":"f2a43c73","authorName":"Maria Khalusova","authorEmail":"kafooster@gmail.com","subject":"VQA task guide (#25244)","url":null}},"13654":{"buildId":13654,"infos":{"hash":"133aac09b043cae5fa0aeedfac854d2498431533","abbrevHash":"133aac09","authorName":"MinJae Kang","authorEmail":"39152134+mjk0618@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `add_new_model.md` to Korean (#24957)","url":null}},"13655":{"buildId":13655,"infos":{"hash":"cf84738d2eee4de270b433bfaceb67c816c8b328","abbrevHash":"cf84738d","authorName":"Hyeonseo Yun","authorEmail":"0525yhs@gmail.com","subject":"🌐 [i18n-KO] Translated `model_summary.md` to Korean (#24625)","url":null}},"13656":{"buildId":13656,"infos":{"hash":"704bf595eb08aeedac61ab43a479f3f342dbefe9","abbrevHash":"704bf595","authorName":"Yoach Lacombe","authorEmail":"52246514+ylacombe@users.noreply.github.com","subject":"Update Bark generation configs and tests (#25409)","url":null}},"13657":{"buildId":13657,"infos":{"hash":"cb3c821cb74e3c519667ab4db88002c9d0d2034d","abbrevHash":"cb3c821c","authorName":"hukuda222","authorEmail":"zionbanzai3@gmail.com","subject":"aligned sample_beam output selection with beam_search (#25375)","url":null}},"13658":{"buildId":13658,"infos":{"hash":"944ddce8bfd09ebbbdc71fb1d116421db42149b2","abbrevHash":"944ddce8","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Enable passing number of channels when inferring data format (#25412)","url":null}},"13659":{"buildId":13659,"infos":{"hash":"d0c1aebea467af499331234e7b285a6bf91ea073","abbrevHash":"d0c1aebe","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Bark: flexible generation config overload (#25414)","url":null}},"13660":{"buildId":13660,"infos":{"hash":"b175fc39d93512204e7e784bd5b4f6c87580d54b","abbrevHash":"b175fc39","authorName":"NielsRogge","authorEmail":"48327001+NielsRogge@users.noreply.github.com","subject":"[DINOv2] Update pooler output (#25392)","url":null}},"13661":{"buildId":13661,"infos":{"hash":"b14d4641f60b2287e7212c500d6d2cbfda3e8401","abbrevHash":"b14d4641","authorName":"TaeYupNoh","authorEmail":"107118671+TaeYupNoh@users.noreply.github.com","subject":"🌐 [i18n-KO] Translated `philosophy.md` to Korean (#25010)","url":null}},"13662":{"buildId":13662,"infos":{"hash":"16edf4d9fdc68d6aa43fc9a99db57a0ea70b638b","abbrevHash":"16edf4d9","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Doc checks (#25408)","url":null}},"13663":{"buildId":13663,"infos":{"hash":"123ad5363f1a24bdf8ff97e10200f05144cdebf6","abbrevHash":"123ad536","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generation: strict generation config validation at save time (#25411)","url":null}},"13664":{"buildId":13664,"infos":{"hash":"d0839f1a7429cac49ed5eb347f0a536258c3707f","abbrevHash":"d0839f1a","authorName":"Sanchit Gandhi","authorEmail":"93869735+sanchit-gandhi@users.noreply.github.com","subject":"[WavLM] Fix Arxiv link and authors (#25415)","url":null}},"13665":{"buildId":13665,"infos":{"hash":"3e41cf13fc56335ace852b14decc198557052d4f","abbrevHash":"3e41cf13","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Generate: Load generation config when `device_map` is passed (#25413)","url":null}},"13666":{"buildId":13666,"infos":{"hash":"e7b001db4fbd33d77de95cf684d13d7605660d1b","abbrevHash":"e7b001db","authorName":"Merve Noyan","authorEmail":"merveenoyan@gmail.com","subject":"Fix rendering for `torch.compile()` docs (#25432)","url":null}},"13667":{"buildId":13667,"infos":{"hash":"2d6839eaa666a106e3fa338864143bf2ef22f976","abbrevHash":"2d6839ea","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Add `examples` to tests to run when `setup.py` is modified (#25437)","url":null}},"13668":{"buildId":13668,"infos":{"hash":"a7da2996a00c0ea083012ac86ab70f0bc4799f33","abbrevHash":"a7da2996","authorName":"Zach Mueller","authorEmail":"muellerzr@gmail.com","subject":"Fix issue with ratio evaluation steps and auto find batch size (#25436)","url":null}},"13669":{"buildId":13669,"infos":{"hash":"347001237a8ff845fc23f678107fc505361f9f13","abbrevHash":"34700123","authorName":"Alan Ji","authorEmail":"hzji210@gmail.com","subject":"docs: add LLaMA-Efficient-Tuning to awesome-transformers (#25441)","url":null}},"13671":{"buildId":13671,"infos":{"hash":"454957c9bb5e8270c384ad46a1bb96928997c249","abbrevHash":"454957c9","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Fix for #25437 (#25454)","url":null}},"13672":{"buildId":13672,"infos":{"hash":"41d56ea6dd972a6a7e12c2a2228e491a5ec18a5f","abbrevHash":"41d56ea6","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Refactor image processor testers (#25450)","url":null}},"13673":{"buildId":13673,"infos":{"hash":"4692d2619433f1eb064f3da4f3573f060a115eac","abbrevHash":"4692d261","authorName":"Joao Gante","authorEmail":"joaofranciscocardosogante@gmail.com","subject":"Switch Transformers: remove overwritten beam sample test (#25458)","url":null}},"13674":{"buildId":13674,"infos":{"hash":"1d75768695f667fc1efcb8823c062d41ad30f090","abbrevHash":"1d757686","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Reuse the cache created for latest `main` on PRs/branches if `setup.py` is not modified (#25445)","url":null}},"13675":{"buildId":13675,"infos":{"hash":"0acf56224bd98cbf0413218f362a3a61805a7844","abbrevHash":"0acf5622","authorName":"Gema Parreño","authorEmail":"gema.parreno.piqueras@gmail.com","subject":"Update run_translation.py broken link example Pytoch (#25461)","url":null}},"13676":{"buildId":13676,"infos":{"hash":"11757e2bbd8ef89391ccb9ce0416420e16fa36f9","abbrevHash":"11757e2b","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Add input_data_format argument, image transforms (#25462)","url":null}},"13677":{"buildId":13677,"infos":{"hash":"5e5fa0d88c293e6d5be2517b4f45680ba3bb5df2","abbrevHash":"5e5fa0d8","authorName":"amyeroberts","authorEmail":"22614925+amyeroberts@users.noreply.github.com","subject":"Mark flaky tests (#25463)","url":null}},"13678":{"buildId":13678,"infos":{"hash":"fe3c8ab1af558b95f67f5fafc0c55f09fd2b09db","abbrevHash":"fe3c8ab1","authorName":"Yih-Dar","authorEmail":"2521628+ydshieh@users.noreply.github.com","subject":"Revert \"Reuse the cache created for latest `main` on PRs/branches\" (#25466)","url":null}},"13679":{"buildId":13679,"infos":{"hash":"892f9ea0db18d1bef81ea45221f53745c03509f5","abbrevHash":"892f9ea0","authorName":"Erfan Zekri Esfahani","authorEmail":"40582518+eze1376@users.noreply.github.com","subject":"import required torch and numpy libraries (#25483)","url":null}},"13681":{"buildId":13681,"infos":{"hash":"0ebe7ae16076f727ac40c47f8f9167013c4596d8","abbrevHash":"0ebe7ae1","authorName":"dependabot[bot]","authorEmail":"49699333+dependabot[bot]@users.noreply.github.com","subject":"Bump gitpython from 3.1.30 to 3.1.32 in /examples/research_projects/decision_transformer (#25467)","url":null}},"13697":{"buildId":13697,"infos":{"hash":"5ccf343aebdb7c913cc41149c9f8b4fbe37c0028","abbrevHash":"5ccf343a","authorName":"Sylvain Gugger","authorEmail":"35901082+sgugger@users.noreply.github.com","subject":"Fix nested configs of Jukebox (#25533)","url":null}}}
dana/configs/db/Inference/series/llama_1gpu/_0_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.03,"13669":0.03,"13671":0.03,"13672":0.03,"13673":0.03,"13674":0.03,"13675":0.03,"13676":0.03,"13678":0.03,"13679":0.03,"13681":0.03,"13697":0.06},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"averages":[{"start":0,"end":11,"length":12,"average":0.03,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_0_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16195.13,"13669":16195.13,"13671":45927.5,"13672":16195.13,"13673":16195.13,"13674":16195.13,"13675":58202.13,"13676":16195.13,"13678":16195.13,"13679":16195.13,"13681":16195.13,"13697":29317.01},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}}
dana/configs/db/Inference/series/llama_1gpu/_0_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":32.3,"13669":31.7,"13671":30.5,"13672":30.5,"13673":32.7,"13674":32.5,"13675":31.3,"13676":31.8,"13678":31.9,"13679":32.4,"13681":31.9,"13697":15.6},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":31.77,"ratio":0,"diff":0},"base":{"average":31.77}},"averages":[{"start":0,"end":11,"length":12,"average":31.77,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":5.9,"13669":5.99,"13671":6.25,"13672":6.49,"13673":5.81,"13674":5.91,"13675":7.12,"13676":5.92,"13678":5.97,"13679":5.89,"13681":5.94,"13697":5.83},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":5.99,"ratio":0,"diff":0},"base":{"average":5.99}},"averages":[{"start":0,"end":11,"length":12,"average":5.99,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_0_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":33.9,"13669":33.4,"13671":32,"13672":30.8,"13673":34.4,"13674":33.8,"13675":28.1,"13676":33.8,"13678":33.5,"13679":34,"13681":33.7,"13697":34.3},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":33.42,"ratio":0,"diff":0},"base":{"average":33.42}},"averages":[{"start":0,"end":11,"length":12,"average":33.42,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_1_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.06,"13669":0.06,"13671":0.06,"13672":0.07,"13673":0.06,"13674":0.06,"13675":0.14,"13676":0.06,"13678":0.06,"13679":0.06,"13681":0.06,"13697":0.03},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}}
dana/configs/db/Inference/series/llama_1gpu/_1_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":30317.35,"13669":30317.35,"13671":60049.72,"13672":52225.25,"13673":30317.35,"13674":30317.35,"13675":72324.35,"13676":30317.35,"13678":30317.35,"13679":30317.35,"13681":30317.35,"13697":15651.96},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}}
dana/configs/db/Inference/series/llama_1gpu/_1_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":15.6,"13669":15.6,"13671":15.6,"13672":15.3,"13673":15.6,"13674":15.6,"13675":6.94,"13676":15.5,"13678":15.6,"13679":15.6,"13681":15.6,"13697":32.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":15.56,"ratio":0,"diff":0},"base":{"average":15.56}},"averages":[{"start":0,"end":11,"length":12,"average":15.56,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":5.64,"13669":5.68,"13671":5.95,"13672":5.72,"13673":5.57,"13674":5.65,"13675":10.6,"13676":5.81,"13678":5.66,"13679":5.58,"13681":5.59,"13697":5.8},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":5.7,"ratio":0,"diff":0},"base":{"average":5.7}},"averages":[{"start":0,"end":11,"length":12,"average":5.7,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_1_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":35.5,"13669":35.2,"13671":33.6,"13672":35,"13673":35.9,"13674":35.4,"13675":18.9,"13676":34.4,"13678":35.3,"13679":35.8,"13681":35.8,"13697":34.5},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":35.13,"ratio":0,"diff":0},"base":{"average":35.13}},"averages":[{"start":0,"end":11,"length":12,"average":35.13,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_2_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.03,"13669":0.03,"13671":0.03,"13672":0.03,"13673":0.03,"13674":0.03,"13675":0.04,"13676":0.03,"13678":0.03,"13679":0.03,"13681":0.03,"13697":0.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"averages":[{"start":0,"end":11,"length":12,"average":0.03,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_2_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":16381.77,"13669":16381.77,"13671":46114.14,"13672":46114.14,"13673":16381.77,"13674":16381.77,"13675":59911.31,"13676":16381.77,"13678":16381.77,"13679":16381.77,"13681":16381.77,"13697":18841.73},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13697}}}
dana/configs/db/Inference/series/llama_1gpu/_2_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":63.9,"13669":63.5,"13671":60.8,"13672":63.5,"13673":65.1,"13674":64.1,"13675":48.5,"13676":62.7,"13678":63.5,"13679":65.1,"13681":64.7,"13697":163},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":63.69,"ratio":0,"diff":0},"base":{"average":63.69}},"averages":[{"start":0,"end":11,"length":12,"average":63.69,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":6.15,"13669":6.17,"13671":6.54,"13672":6.18,"13673":6.02,"13674":6.09,"13675":7.58,"13676":6.29,"13678":6.18,"13679":6.05,"13681":6.06,"13697":6.21},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":6.18,"ratio":0,"diff":0},"base":{"average":6.18}},"averages":[{"start":0,"end":11,"length":12,"average":6.18,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_2_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":65,"13669":64.8,"13671":61.2,"13672":64.7,"13673":66.4,"13674":65.7,"13675":52.8,"13676":63.6,"13678":64.7,"13679":66.1,"13681":66,"13697":515},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":64.82,"ratio":0,"diff":0},"base":{"average":64.82}},"averages":[{"start":0,"end":11,"length":12,"average":64.82,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_3_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.11,"13669":0.11,"13671":0.11,"13672":0.11,"13673":0.11,"13674":0.11,"13675":0.15,"13676":0.11,"13678":0.11,"13679":0.11,"13681":0.11,"13697":0.68},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":0.11,"ratio":0,"diff":0},"base":{"average":0.11}},"averages":[{"start":0,"end":11,"length":12,"average":0.11,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_3_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":30778.72,"13669":30778.72,"13671":60513.19,"13672":60511.09,"13673":30778.72,"13674":30778.72,"13675":30778.72,"13676":30778.72,"13678":30778.72,"13679":30780.82,"13681":30778.72,"13697":34801.06},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":30779.02,"ratio":0,"diff":0},"base":{"average":30779.02}},"averages":[{"start":4,"end":11,"length":8,"average":30779.02,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_3_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":18.3,"13669":18.3,"13671":18.3,"13672":18.3,"13673":18.3,"13674":18.3,"13675":13.1,"13676":18.3,"13678":18.3,"13679":18.3,"13681":18.3,"13697":23.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":18.3,"ratio":0,"diff":0},"base":{"average":18.3}},"averages":[{"start":0,"end":11,"length":12,"average":18.3,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":7.04,"13669":7.03,"13671":7.08,"13672":7.04,"13673":7.04,"13674":7.07,"13675":15.3,"13676":7.05,"13678":7.05,"13679":7.06,"13681":7.04,"13697":12.9},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":7.05,"ratio":0,"diff":0},"base":{"average":7.05}},"averages":[{"start":0,"end":11,"length":12,"average":7.05,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_3_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":56.8,"13669":56.9,"13671":56.5,"13672":56.8,"13673":56.8,"13674":56.6,"13675":26.1,"13676":56.7,"13678":56.7,"13679":56.7,"13681":56.8,"13697":248},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13697","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13697,"status":"similar","current":{"average":56.73,"ratio":0,"diff":0},"base":{"average":56.73}},"averages":[{"start":0,"end":11,"length":12,"average":56.73,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_4_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.03,"13669":0.03,"13671":0.03,"13672":0.03,"13673":0.03,"13674":0.03,"13675":0.06,"13676":0.03,"13678":0.03,"13679":0.03,"13681":0.03},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.03,"ratio":0,"diff":0},"base":{"average":0.03}},"averages":[{"start":0,"end":10,"length":11,"average":0.03,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_4_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":17000.43,"13669":17000.43,"13671":46734.9,"13672":46732.8,"13673":17000.43,"13674":17000.43,"13675":59007.43,"13676":17000.43,"13678":17000.43,"13679":17002.53,"13681":17000.43},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13681}}}
dana/configs/db/Inference/series/llama_1gpu/_4_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":127,"13669":126,"13671":121,"13672":125,"13673":129,"13674":127,"13675":69.7,"13676":124,"13678":126,"13679":128,"13681":129},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":126.2,"ratio":0,"diff":0},"base":{"average":126.2}},"averages":[{"start":0,"end":10,"length":11,"average":126.2,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":6.18,"13669":6.19,"13671":6.5,"13672":6.26,"13673":6.04,"13674":6.14,"13675":8.3,"13676":6.32,"13678":6.19,"13679":6.13,"13681":6.08},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":6.2,"ratio":0,"diff":0},"base":{"average":6.2}},"averages":[{"start":0,"end":10,"length":11,"average":6.2,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_4_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":129,"13669":129,"13671":123,"13672":128,"13673":132,"13674":130,"13675":96.4,"13676":127,"13678":129,"13679":131,"13681":132},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":129,"ratio":0,"diff":0},"base":{"average":129}},"averages":[{"start":0,"end":10,"length":11,"average":129,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_5_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.19,"13669":0.19,"13671":0.19,"13672":0.19,"13673":0.19,"13674":0.19,"13675":0.4,"13676":0.19,"13678":0.19,"13679":0.19,"13681":0.19},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.19,"ratio":0,"diff":0},"base":{"average":0.19}},"averages":[{"start":0,"end":10,"length":11,"average":0.19,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_5_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":31481.27,"13669":31481.27,"13671":61213.64,"13672":61213.64,"13673":31481.27,"13674":31481.27,"13675":75262.46,"13676":31481.27,"13678":31481.27,"13679":31481.27,"13681":31481.27},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13681}}}
dana/configs/db/Inference/series/llama_1gpu/_5_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":21.4,"13669":21.4,"13671":21.4,"13672":21.4,"13673":21.4,"13674":21.4,"13675":9.95,"13676":21.4,"13678":21.4,"13679":21.4,"13681":21.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":21.4,"ratio":0,"diff":0},"base":{"average":21.4}},"averages":[{"start":0,"end":10,"length":11,"average":21.4,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":7.93,"13669":7.67,"13671":7.7,"13672":7.67,"13673":7.67,"13674":7.7,"13675":16.6,"13676":7.67,"13678":7.67,"13679":7.69,"13681":7.67},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":7.7,"ratio":0,"diff":0},"base":{"average":7.7}},"averages":[{"start":0,"end":10,"length":11,"average":7.7,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_5_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":101,"13669":104,"13671":104,"13672":104,"13673":104,"13674":104,"13675":48.2,"13676":104,"13678":104,"13679":104,"13681":104},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":103.7,"ratio":0,"diff":0},"base":{"average":103.7}},"averages":[{"start":0,"end":10,"length":11,"average":103.7,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_6_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.1,"13669":0.1,"13671":0.1,"13672":0.1,"13673":0.1,"13674":0.1,"13675":0.12,"13676":0.1,"13678":0.1,"13679":0.1,"13681":0.1},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.1,"ratio":0,"diff":0},"base":{"average":0.1}},"averages":[{"start":0,"end":10,"length":11,"average":0.1,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_6_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":19498.14,"13669":19498.14,"13671":49230.51,"13672":49230.51,"13673":19498.14,"13674":19498.14,"13675":63279.33,"13676":19498.14,"13678":19498.14,"13679":19498.14,"13681":19498.14},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"summary":{"error":"Unable to find first average","lastBuildId":13681}}}
dana/configs/db/Inference/series/llama_1gpu/_6_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":161,"13669":163,"13671":162,"13672":164,"13673":164,"13674":164,"13675":133,"13676":163,"13678":163,"13679":162,"13681":162},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":162.8,"ratio":0,"diff":0},"base":{"average":162.8}},"averages":[{"start":0,"end":10,"length":11,"average":162.8,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":8.2,"13669":6.44,"13671":6.72,"13672":7.21,"13673":6.26,"13674":6.32,"13675":6.44,"13676":7.01,"13678":6.42,"13679":8.13,"13681":6.29},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":6.63,"ratio":0,"diff":0},"base":{"average":6.63}},"averages":[{"start":2,"end":10,"length":9,"average":6.63,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_6_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":390,"13669":497,"13671":476,"13672":444,"13673":511,"13674":506,"13675":497,"13676":456,"13678":498,"13679":394,"13681":509},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":488.22,"ratio":0,"diff":0},"base":{"average":488.22}},"averages":[{"start":1,"end":10,"length":10,"average":488.22,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_7_forward/_latency_s/_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":0.68,"13669":0.68,"13671":0.68,"13672":0.69,"13673":0.68,"13674":0.68,"13675":0.68,"13676":0.73,"13678":0.68,"13679":0.68,"13681":0.68},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":0.69,"ratio":0,"diff":0},"base":{"average":0.69}},"averages":[{"start":0,"end":10,"length":11,"average":0.69,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_7_forward/_peak_memo/ry_MB_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":35824.47,"13669":35824.47,"13671":65556.84,"13672":65556.84,"13673":35824.47,"13674":35824.47,"13675":35824.47,"13676":35824.47,"13678":35824.47,"13679":35824.47,"13681":35824.47},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":35824.47,"ratio":0,"diff":0},"base":{"average":35824.47}},"averages":[{"start":4,"end":10,"length":7,"average":35824.47,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_7_forward/_throughpu/t_samples_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":23.4,"13669":23.4,"13671":23.4,"13672":23.4,"13673":23.4,"13674":23.4,"13675":23.4,"13676":22,"13678":23.4,"13679":23.4,"13681":23.4},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":23.27,"ratio":0,"diff":0},"base":{"average":23.27}},"averages":[{"start":0,"end":10,"length":11,"average":23.27,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_latency_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":13,"13669":12.9,"13671":13,"13672":15.3,"13673":13,"13674":13,"13675":13,"13676":12.9,"13678":12.9,"13679":13,"13681":12.9},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":12.96,"ratio":0,"diff":0},"base":{"average":12.96}},"averages":[{"start":4,"end":10,"length":7,"average":12.96,"ratio":0,"diff":0,"status":"similar"}]}}
dana/configs/db/Inference/series/llama_1gpu/_7_generat/e_throughp/ut_tokens_/s_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"projectId":"Inference","analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"assignee":{"compares":{}},"samples":{"13668":246,"13669":248,"13671":246,"13672":209,"13673":246,"13674":246,"13675":246,"13676":248,"13678":248,"13679":246,"13681":248},"state":{"analyse":"similarNeedstriage","compares":{}},"lastBuildId":"13681","analyseResult":{"details":{"analyse":{"benchmark":{"range":"10%","required":5,"trend":"smaller"}},"aRange":{"up":10,"upIsValue":false,"down":-10,"downIsValue":false},"indexStart":0,"first":0},"summary":{"lastBuildId":13681,"status":"similar","current":{"average":246.86,"ratio":0,"diff":0},"base":{"average":246.86}},"averages":[{"start":4,"end":10,"length":7,"average":246.86,"ratio":0,"diff":0,"status":"similar"}]}}