Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 871 Bytes

File metadata and controls

33 lines (21 loc) · 871 Bytes

Getting started

Install

git clone --recursive https://github.com/hlky/dinoml
cd dinoml
pip install torch
pip install -e .

Dependencies

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

Next steps

Building modules

Modeling

Architecture

Profiling

Environment variables