Skip to content

3.1.31

Compare
Choose a tag to compare
@fhieber fhieber released this 01 Feb 09:12
· 11 commits to main since this release
13c63be

[3.1.31]

Fixed

  • Fixed sequence copying integration tests to correctly specify that scoring/translation outputs should not be checked.
  • Enabled bfloat16 integration and system testing on all platforms.

[3.1.30]

Added

  • Added support for --dtype bfloat16 to sockeye-translate, sockeye-score, and sockeye-quantize.

Fixed

  • Fixed compatibility issue with numpy==1.24.0 by using pickle instead of numpy to save/load ParallelSampleIter data permutations.