Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@bdusell bdusell released this 25 Jun 21:30
· 12 commits to master since this release

Version 1.2.0.

New features:

  • Added support for PyTorch 2.0 and above.
  • When automatic block sizing based on available GPU memory is used, if
    it is estimated that no memory is left, instead of raising an
    exception, just try a block size of 1 and hope for the best.

Bug fixes:

  • Automatic block sizing now works for tensors of dtype bool.
  • Fixed problems with empty argmax tensors in the Viterbi semiring
    (wrong dtype and device).