Skip to content

Releases: sdpython/onnx-diagnostic

0.9.3

Choose a tag to compare

@sdpython sdpython released this 12 May 11:20
cc937c2
  • #422: add remove_inputs to InputObserver
  • #421: fix a few patches for MoE
  • #426: remove MambaCache

0.9.2

Choose a tag to compare

@sdpython sdpython released this 20 Feb 17:02
acade9c
  • #415: improves function make_model_with_local_functions to support ill-defined partitions
  • #413: fix InputObserver in the generic case
  • #412: patches for ViTModel (through rewriting)

0.9.1

Choose a tag to compare

@sdpython sdpython released this 10 Feb 17:43
67281cb

0.9.0

Choose a tag to compare

@sdpython sdpython released this 05 Feb 15:02
eaeec9f
  • #403: update the serialization of SlidingWindowCache to include parameter sliding_window, patch for sdpa_mask
  • #400, #401, #402: improves InputObserver (investigations), add it the documentation

0.8.11

Choose a tag to compare

@sdpython sdpython released this 23 Jan 16:28
37ab9b8
  • #396: fix serialization for DynamicCache with different layer classes
  • #394: add function make_model_with_local_functions to partition a model into local functions

0.8.10

Choose a tag to compare

@sdpython sdpython released this 16 Jan 16:43
cb87e85
  • #384: add weights_only=False when using torch.load

0.8.9

Choose a tag to compare

@sdpython sdpython released this 12 Jan 11:02
7a28903
  • #383: removed bool, int, float, None as input dummies for the exporter in method_to_onnx
  • #382: make the ordering of the inferred dynamic shapes more robust
  • #381: add parameter expand_batch_for to method_to_onnx
  • #378: implements the computation of discrepancies in method_to_onnx
  • #379: update the handling of cache after the removal of HybridCache, SlidingWindowCache in transformers>=5,

0.8.8

Choose a tag to compare

@sdpython sdpython released this 07 Jan 17:32
f4fbaa8
  • #375: export a method to onnx in order to export using method generate
  • #376: fix patched lazy_initialization for transformers>=5
  • #372: fix patch on rotary embedding
  • #371: fix make_fake_with_dynamic_dimensions

0.8.7

Choose a tag to compare

@sdpython sdpython released this 18 Dec 16:36
4c04e26
  • #366: add command line to optimize a model
  • #363: patch for DynamicDimConstraintPrinter
  • #360, #364: preliminary work for phi4

0.8.6

Choose a tag to compare

@sdpython sdpython released this 12 Dec 23:00
ddea098
  • #357: complete simple_loop_for, an easier to rewrite loops
  • #356: include qwen embedding part
  • #355: better command line to export models
  • #353, #354: add command line to compare two onnx models