Skip to content

3.1.7

Compare
Choose a tag to compare
@fhieber fhieber released this 23 Mar 09:21
· 38 commits to main since this release
b24b2c1

[3.1.7]

Changed

  • SockeyeModel components are now traced regardless of whether inference_only is set, including for the CheckpointDecoder during training.

[3.1.6]

Changed

  • Moved offsetting of topk scores out of the (traced) TopK module. This allows sending requests of variable
    batch size to the same Translator/Model/BeamSearch instance.

[3.1.5]

Changed

  • Allow PyTorch 1.11 in requirements