Skip to content

Alpha v0.12.7

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 02:54
· 1341 commits to main since this release

Another minor release that fixes some bugs and makes a couple of changes.

Bug Fixes

  • Fix ONNX node issues (#970) (#980)
    • Mainly, fixed Convert to ONNX being broken.
  • Lower max PyTorch VRAM amount again (#981)
    • There have been some reports that the increased VRAM is making it actually slower overall, so this brings it back down closer to what it was originally.
  • Clear chaiNNer's internal cache when a node gets cleared (#978)
  • Fixed starting nodes not running after clearing (#974)

Other

  • Improve the update check on startup (#971)
    • From now on, the update checker will give a list of the main changes as well as tell you your current version, rather than only telling you that an update is available.
  • Pre-optimize ONNX models via constant folding on convert from PyTorch (#969)
  • Shorter type error messages (#975)