It aims to bridge torch models and RAF backends. Please refer to our wiki for more information.
The main branch is compatible with torch 1.12.0 stable release.
PyTorch upstream may include non back compatible changes, so we maintain the compaitble Ratex in
a feature branch pt-nightly-compatible
. We will
- Rebase
pt-nightly-compatible
regularly to catch up the latest Ratex. - Test
pt-nightly-compatible
with the latest PyTorch nightly regularly. - Merge
pt-nightly-compatible
tomain
when there is a new stable release.
Please switch to the pt-nightly-compatible
branch and find scripts/pinned_torch_nightly.txt
to see the current compatible PyTorch nightly version.