Skip to content

Commit 8f8af46

Browse files
Bump onnx-weekly from 1.19.0.dev20250726 to 1.20.0.dev20251006 in /requirements/ci (#218)
Bumps [onnx-weekly](https://github.com/onnx/onnx) from 1.19.0.dev20250726 to 1.20.0.dev20251006. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onnx/onnx/releases">onnx-weekly's releases</a>.</em></p> <blockquote> <h2>v1.19.1</h2> <!-- raw HTML omitted --> <blockquote> <p>[!NOTE] This patch release includes important bug fixes to the function definition of Attention-23/24 under the Group Query Attention mode and to the reference implementation of RotaryEmbedding-23.</p> </blockquote> <h2>All changes</h2> <ul> <li>Avoid unnecessary re-generating of proto files (<a href="https://redirect.github.com/onnx/onnx/issues/7253">#7253</a>) in <a href="https://redirect.github.com/onnx/onnx/pull/7306">onnx/onnx#7306</a></li> <li>Require ml_dtypes&gt;=0.5.0 (<a href="https://redirect.github.com/onnx/onnx/issues/7254">#7254</a>) in <a href="https://redirect.github.com/onnx/onnx/pull/7307">onnx/onnx#7307</a></li> <li>Cherry pick four attention PRs in <a href="https://redirect.github.com/onnx/onnx/pull/7315">onnx/onnx#7315</a></li> <li>Update rotary_embedding reference implementation and tests (<a href="https://redirect.github.com/onnx/onnx/issues/7304">#7304</a>, <a href="https://redirect.github.com/onnx/onnx/issues/7316">#7316</a>) in <a href="https://redirect.github.com/onnx/onnx/pull/7313">onnx/onnx#7313</a></li> <li>Override <code>__repr__</code> for some proto classes (<a href="https://redirect.github.com/onnx/onnx/issues/7259">#7259</a>) in <a href="https://redirect.github.com/onnx/onnx/pull/7314">onnx/onnx#7314</a></li> <li>add check for rc-candidates (Update create_release.yml) (<a href="https://redirect.github.com/onnx/onnx/issues/7261">#7261</a>) in <a href="https://redirect.github.com/onnx/onnx/pull/7323">onnx/onnx#7323</a></li> <li>Implement repr methods for Model/Graph/Function (<a href="https://redirect.github.com/onnx/onnx/issues/7320">#7320</a>) in <a href="https://redirect.github.com/onnx/onnx/pull/7325">onnx/onnx#7325</a></li> </ul> <h2>v1.19.0</h2> <!-- raw HTML omitted --> <p>ONNX v1.19.0 is now available with exciting new features! We would like to thank everyone who contributed to this release! Please visit <a href="https://onnx.ai/">onnx.ai</a> to learn more about ONNX and associated projects.</p> <h1>Key Updates</h1> <h2>IR Version 12</h2> <ul> <li>Added FLOAT8E8M0 type</li> </ul> <h2>ai.onnx Opset 24</h2> <ul> <li>Added Swish op</li> <li>Added TensorScatter op and updated Attention op for in-place KV cache updates</li> <li>Enabled FLOAT8E8M0 for QuantizeLinear, DequantizeLinear, Cast, CastLike, Constant, ConstantOfShape, Identity, Reshape, Shape, Size, If, Loop, Scan, Flatten, Pad, Squeeze, Unsqueeze, and Transpose.</li> <li>Enabled BF16 for TopK and SplitToSequence.</li> </ul> <h2>Other</h2> <ul> <li>Added dependency on ml-dtypes</li> <li><code>BUILD_ONNX_PYTHON</code> symbol is deprecated (we be removed for 1.20). Please, use <code>ONNX_BUILD_PYTHON</code> instead.</li> </ul> <h2>What's Changed</h2> <h3>Breaking Changes and Deprecations</h3> <ul> <li>Deprecate printable_graph in helper by <a href="https://github.com/justinchuby"><code>@​justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/6803">onnx/onnx#6803</a></li> <li>Remove deprecated mapping constants by <a href="https://github.com/justinchuby"><code>@​justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/6914">onnx/onnx#6914</a></li> <li>Remove re2 dependency by <a href="https://github.com/cbourjau"><code>@​cbourjau</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7083">onnx/onnx#7083</a></li> <li>Use ml_dtypes everywhere by <a href="https://github.com/justinchuby"><code>@​justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7089">onnx/onnx#7089</a></li> </ul> <h3>Spec and Operator</h3> <ul> <li>Clarify the <code>axes</code> input of [un]Squeeze to be 1D tensors by <a href="https://github.com/justinchuby"><code>@​justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/6888">onnx/onnx#6888</a></li> <li>Clarify that variable shadowing is not allowed by <a href="https://github.com/justinchuby"><code>@​justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/6955">onnx/onnx#6955</a></li> <li>Clarify Mod operator by <a href="https://github.com/cbourjau"><code>@​cbourjau</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/6973">onnx/onnx#6973</a></li> <li>Fix typo regarding Attention scale in the spec by <a href="https://github.com/yuanyao-nv"><code>@​yuanyao-nv</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/6984">onnx/onnx#6984</a></li> <li>Clarify default value for <code>ratio</code> input of Dropout operator by <a href="https://github.com/robertknight"><code>@​robertknight</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7032">onnx/onnx#7032</a></li> <li>Correct <code>dtype</code> attribute docs for EyeLike operator by <a href="https://github.com/robertknight"><code>@​robertknight</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7031">onnx/onnx#7031</a></li> <li>Update float8 table for the Cast op spec by <a href="https://github.com/justinchuby"><code>@​justinchuby</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7085">onnx/onnx#7085</a></li> <li>Document Multi-Device Configuration proto specifications in IR.md by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7056">onnx/onnx#7056</a></li> <li>Add FLOAT8E8M0 data type by <a href="https://github.com/yuanyao-nv"><code>@​yuanyao-nv</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7030">onnx/onnx#7030</a></li> <li>Enable float8e8m0 for Q/DQ, and other ops by <a href="https://github.com/yuanyao-nv"><code>@​yuanyao-nv</code></a> in <a href="https://redirect.github.com/onnx/onnx/pull/7120">onnx/onnx#7120</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/onnx/onnx/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=onnx-weekly&package-manager=pip&previous-version=1.19.0.dev20250726&new-version=1.20.0.dev20251006)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43ebf47 commit 8f8af46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
onnx-weekly==1.19.0.dev20250726
1+
onnx-weekly==1.20.0.dev20251006

0 commit comments

Comments
 (0)