awslabs / sockeye

Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
https://awslabs.github.io/sockeye/
Apache License 2.0
1.21k stars 323 forks source link

Update to PyTorch 1.13 (+ 1.14 compatibility) #1074

Closed fhieber closed 2 years ago

fhieber commented 2 years ago

Torch nightly builds started failing with torch 1.14 nightly as it deprecates assert_allclose(). More info: https://github.com/pytorch/pytorch/issues/61844

Pull Request Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

mjdenkowski commented 2 years ago

Thanks Felix!