Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@EthanMarx EthanMarx released this 03 Oct 11:34
· 5 commits to main since this release

What's Changed

  • Removes support for python3.8 and adds support for python3.12 (#60)
  • Adds support for passing torch.jit.ScriptModules directly to TorchOnnx and TorchScript exporters ( useful if you just want to write out triton config: torch.jit.trace will just be a no-op) (#57)
  • Adds ability to pass batched state updates to stateful models (#59)
  • Allow more flexible triton input/output tensor naming (#62)

Full Changelog: v0.1.0...v0.2.0