Skip to content

awslabs/ratex

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2022
Aug 17, 2022
Aug 17, 2022
Aug 16, 2022
Aug 17, 2022
Aug 1, 2022
Aug 17, 2022
Feb 25, 2023
Oct 27, 2021
Jun 21, 2022
Jun 21, 2022
Aug 1, 2022
Jun 30, 2022
Jun 29, 2022
Aug 3, 2022
Aug 26, 2022

Repository files navigation

RATEX: RAf via pyTorch EXtension

CI-Lass-Pass

It aims to bridge torch models and RAF backends. Please refer to our wiki for more information.

PyTorch Compatbility

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

  1. Rebase pt-nightly-compatible regularly to catch up the latest Ratex.
  2. Test pt-nightly-compatible with the latest PyTorch nightly regularly.
  3. Merge pt-nightly-compatible to main 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.