Skip to content

0.8.3

Latest

Choose a tag to compare

@sdpython sdpython released this 01 Dec 16:28
· 6 commits to main since this release
cccd7cd
  • #331: adds a helper to convert an onnx model into dot
  • #330: fixes access rope_parameters for transformers>=5
  • #329: supports lists with OnnxruntimeEvaluator
  • #326: use ConcatFromSequence in LoopMHA with the loop
  • #325: adds plug for LoopMHA, extends the unit tests to measure the discrepancies
  • #324: supports FunctionProto with arguments in OnnxruntimeEvaluator
  • #323: drops torch 2.8 on CI
  • #322: support rerunning onnx kernels with torch intermediate results in side-by-side
  • #314: fix modelbuilder download needed after this change microsoft/onnxruntime-genai#1862
  • #311: use custom and local function to use PackedMultiHeadAttention from onnxruntime
  • #310: splits patches into multiple files
  • #308: add option --save_ep to dump the exported program as well as torch input
  • #304, #306, #316, #317, #318, #319: improves side-by-side comparison, creates command line sbs