Skip to content

0.4.0

Compare
Choose a tag to compare
@sdpython sdpython released this 22 Apr 07:36
· 82 commits to main since this release
3c361b1
  • #65: support SlidingWindowCache
    *#63: support option --trained
  • #61: improves dynamic shapes for EncoderDecoderCache
  • #58: add function use_dyn_not_str to replace string by torch.export.Dim.DYNAMIC,
    use string instead of torch.export.Dim.DYNAMIC when returning the dynamic shapes
    for a specific models, it is a valid definition for torch.onnx.export
    which can reuse the names
  • #55: add support for text-classification
  • #54: add support for fill-mask, refactoring
  • #52: add support for zero-shot-image-classification
  • #50: add support for onnxruntime fusion
  • #48: add support for EncoderDecoderCache, test with openai/whisper-tiny
  • #45: improve change_dynamic_dimension to fix some dimensions