git clone --recursive https://github.com/hlky/dinoml
cd dinoml
pip install torch
pip install -e .The base package metadata is intentionally small and does not install GPU runtime packages for you. For actual module building you should install PyTorch first, then the model-loading stack used by DinoML builders.
Some modeling is based on 🧨 Diffusers and Transformers. DinoML uses them to load source configs and weights before converting them into DinoML constants.
pip install diffusers
pip install transformers==4.57.3