Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 570 Bytes

File metadata and controls

27 lines (17 loc) · 570 Bytes

trellis

A declarative framework for probabalistic model specification with jax.

📑 Design

trellis aims to provide a natural api for declarative model specification. By separating the concerns of model definition, state information, and parameter values, trellis enables transparent and flexible model training / conditioning.

🚀 Quickstart

  1. Clone Repo
git clone https://github.com/JWSchaefer/trellis.git
  1. Play
uv run examples/fixed_prior.py