diff --git a/README.md b/README.md index 229772d3..51d34790 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ Documentation: CICodecovLicenseLast CommitAsk DeepWikiWeights & BiasesGrafana Dashboard

+> **⚠️ 100% Burn Period Active (January 2026)** +> +> **Templar is currently in a 100% burn period. Miners are not being evaluated and no emissions are being distributed.** +> +> The Covenant72B training run is complete - the largest model trained on decentralized infrastructure (72B parameters). +> +> We are now finalizing **Templar: Crusades**, a competition system where you submit training code, we evaluate it on target hardware, and the fastest implementation earns emissions. Full details coming soon. + ## Introduction τemplar is a decentralized training framework that enables large-scale model training across heterogeneous compute resources over the internet. By connecting diverse computational nodes through a carefully designed incentive mechanism, τemplar makes it possible to train large models collaboratively while ensuring honest participation and quality contributions. diff --git a/docs/README.md b/docs/README.md index 78079c82..794c9045 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ # Templar Documentation +> **⚠️ 100% Burn Period Active**: Miners are not being evaluated and no emissions are being distributed. See the main [README](../README.md) for current status and information about Templar: Crusades. + Welcome to the Templar documentation. This index provides an overview of all available documentation to help you navigate and find the information you need. ## 📚 Table of Contents diff --git a/docs/miner.md b/docs/miner.md index 53899008..495b4e5c 100644 --- a/docs/miner.md +++ b/docs/miner.md @@ -1,5 +1,7 @@ # Miner Setup +> **⚠️ 100% Burn Period Active**: Miners are not being evaluated and no emissions are being distributed. The Covenant72B training phase is complete. **Templar: Crusades** - a new competition system - is coming soon. See the main [README](../README.md) for current status. + This document provides a comprehensive guide on how to set up and run a miner using `miner.py`. Miners are crucial components of **τemplar**, responsible for training the model on assigned data subsets and sharing their gradients with peers. ## Table of Contents diff --git a/docs/validator.md b/docs/validator.md index 6832fbb4..7f4a6b99 100644 --- a/docs/validator.md +++ b/docs/validator.md @@ -1,5 +1,7 @@ # Validator Setup +> **⚠️ 100% Burn Period Active**: The Covenant72B training phase is complete. Validators are burning 100% of emissions (see [`neurons/burn.py`](../neurons/burn.py)) and are not evaluating miner gradients. **Templar: Crusades** information coming soon. See the main [README](../README.md) for current status. + This document provides a comprehensive guide on how to set up and run a validator using `validator.py`. Validators are crucial components of **τemplar**, responsible for evaluating miners' contributions by assessing their uploaded gradients. ## Table of Contents