Docs

Open RPT research guide

RPT now publishes the useful path: scripts, notebooks, manifests, results and runtime experiments. The goal is simple: anyone can inspect what worked, reproduce the numbers and build their own variant.

Local setup

git clone https://github.com/cesarfavero/RPT.git
cd RPT
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
jupyter lab gemma4_theory/notebooks

Run notebooks in order when reproducing the full trail. For quick inspection, start with the consolidated result files and packed runtime README before launching GPU work.

v

Linux environment with NVIDIA GPU for the validated runtime path

v

Python environment from requirements.txt

v

PyTorch, Transformers and the project runtime dependencies

v

Enough disk for Gemma-class checkpoints, packed artifacts and result logs

v

Model license compliance before downloading or redistributing weights

Reproduction path

Public artifact map

AreaWhat to useLink
RPT researchMain public repository with notebooks, scripts, reproducibility docs, result logs and research notes.Open
Runtime repositoryPublic runtime surface for builders who want to follow or extend the execution layer separately from the research notebooks.Open
Model bundlesBundle-oriented repository for model package organization, manifests, notices and release-side materials.Open
Core scriptsmodel.py, bitnet.py and trainer.py hold the compact implementation surface for builders who want to inspect or fork the approach.Open
NotebooksThe gemma4_theory notebooks document baseline, pruning, recovery, quantization, expansion, export, runtime and benchmark steps.Open
Runtimepacked_recovered_l78 includes loaders and inference entry points for native and Triton-backed execution experiments.Open
ResultsJSON and CSV outputs preserve the actual benchmark trail, including consolidated summaries, external evaluation and packed recovery logs.Open
Deployment notesdeploy and ops folders capture package manifests, install notes and release-side operational checks.Open
Paper and docsPaper, model card, reproducibility guide, commercialization notes and roadmap keep the research and product rationale auditable.Open