Installation
Requirements
- Python >= 3.8
- PyTorch >= 2.4
RoundPipe is built entirely on PyTorch with no hardware-specific extension libraries. If PyTorch can access your GPU, RoundPipe will work.
Install via pip
pip install roundpipe
Install from Source
git clone https://github.com/ITcarrot/RoundPipe.git
cd RoundPipe
pip install -e .