Getting Started#
Installation#
Prerequisites – Python 3.13+ and a working pip. GPU support
requires a CUDA-enabled PyTorch installation
(see pytorch.org).
Install from source (recommended while the package is in development):
git clone https://github.com/yyexela/SHRED-X.git
cd SHRED-X
pyenv install 3.13.7
pyenv local 3.13.7
python -m venv ~/.virtualenvs/shredx
source ~/.virtualenvs/shredx/bin/activate
pip install -e .
For development (tests, linting, docs):
pip install -e ".[dev]"