What's Changed
- Removes support for
python3.8
and adds support forpython3.12
(#60) - Adds support for passing
torch.jit.ScriptModules
directly toTorchOnnx
andTorchScript
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