跳转至

安装

环境要求

  • Python >= 3.8
  • PyTorch >= 2.4

RoundPipe 基于纯 PyTorch 实现,不依赖任何特定硬件的扩展库。只要 PyTorch 能正常使用 GPU,RoundPipe 就可以运行。

pip 安装

pip install roundpipe

源码安装

git clone https://github.com/ITcarrot/RoundPipe.git
cd RoundPipe
pip install -e .