Skip to content

Release 2.1.5

Choose a tag to compare

@markus583 markus583 released this 01 Apr 13:35
· 5 commits to main since this release

Changelog

  • Avoid unnecessary len check by using is None for tokenizer, leading to major speedups (#150)
  • Change default install onnxruntime from cpu to flexible install gpu and cpu (#152)
  • Allow using pre-downloaded tokenizer so SaT can be used offline (#151)
  • Add checks when setting a ONNX model object (#149)