Skip to content

Commit 08bf959

Browse files
committed
Add changelog note for Polygraphy minimum
Document the ONNX AutoCast dependency floor update in the 0.47 bug fixes. Signed-off-by: Gwena Cunha <gcunhasergio@nvidia.com>
1 parent 68cd704 commit 08bf959

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Changelog
4141

4242
- Update HuggingFace checkpoint export to use name-based tied-weight deduplication instead of the previous address-based approach. The address-based deduplication could incorrectly drop an untied weight that happened to share memory with a tied one, producing an incomplete checkpoint (observed as a false positive on MiniMax-M2.7).
4343
- Fix EAGLE-3 training with context parallelism (``--cp_size > 1`` in ``examples/speculative_decoding``), which failed to start on ``accelerate >= 1.13`` and then raised ``got mixed torch.Tensor and DTensor``.
44+
- Polygraphy minimum dependency upgraded to ``0.53.4`` to solve ONNX AutoCast failures when marking optional graph outputs.
4445

4546
0.46 (2026-08-17)
4647
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)