diff --git a/examples/puzzletron/README.md b/examples/puzzletron/README.md index 6beed07467a..5a5aac1fd68 100644 --- a/examples/puzzletron/README.md +++ b/examples/puzzletron/README.md @@ -1,3 +1,9 @@ +# Puzzletron + +For a step-by-step tutorial on the core Puzzletron algorithm, see the [Puzzletron Algorithm Tutorial](`#puzzletron-algorithm-tutorial`) below. +For advanced settings with production-scale models and [AutoModel](https://github.com/NVIDIA-NeMo/Automodel/)-based distributed training, see the [experimental Puzzletron +branch](https://github.com/NVIDIA/Model-Optimizer/tree/puzzletron_v2/examples/puzzletron/README.md). + # Puzzletron Algorithm Tutorial This tutorial demonstrates how to compress large language models using the puzzletron algorithm based on the [Puzzle paper](https://arxiv.org/abs/2411.19146).