This document provides setup instructions for the Robotics Diffusion Transformer implementation optimized with Intel OpenVINO toolkit.
- Git installed on your system
- Robotics AI Suite environment set up
- Intel OpenVINO toolkit installed
git clone https://github.com/thu-ml/RoboticsDiffusionTransformer.git
cd RoboticsDiffusionTransformer
git checkout 9af5241cb4456836ddf852b5a0286441f7b5d1d6Apply the following patches in order to enable OpenVINO-specific optimizations:
git am ../patches/0001-add-language-convert-script.patch
git am ../patches/0002-add-MUJOCO-pipeline-for-cuda.patch
git am ../patches/0003-add-MUJOCO-OpenVINO-pipeline.patch
git am ../patches/0004-add-OpenVINO-convert-script.patch
git am ../patches/0005-Add-jupyter-notebook-guide-and-enable-t5-model-conve.patch
git am ../patches/0006-add-dockerfile-5.patch
git am ../patches/0001-Fix-unsafe-PyTorch-load-issue.patchAfter completing the source code setup, please refer to the Robotics AI Suite documentation to build and run the sample pipeline.
For issues related to the OpenVINO optimizations, please consult the Robotics AI Suite documentation or contact the development team.