From daaf507c582eb178c6f5e03d64cfedb07d68806c Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sat, 25 Oct 2025 14:00:22 -0400 Subject: [PATCH] Update work in progress status in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e06aff2..026405da 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Documentation](https://img.shields.io/badge/docs-jupyter_book-orange.svg)](https://mlsysbook.github.io/TinyTorch/) ![Status](https://img.shields.io/badge/status-active-success.svg) -> 🚧 **Work in Progress** - We're actively developing TinyTorch for Spring 2025! Core modules (01-09) are complete and tested. Transformer modules (10-14) in active development on `transformers-integration` branch. Join us in building the future of ML systems education. +> 🚧 **Work in Progress** - We're actively developing TinyTorch for Spring 2025! Core modules (01-09) are complete and tested. Transformer modules (10-14) in active development right now. ## 📖 Table of Contents - [Why TinyTorch?](#why-tinytorch) @@ -477,4 +477,4 @@ cd modules/source/01_tensor && jupyter lab tensor_dev.py --- -**Start Small. Go Deep. Build ML Systems.** \ No newline at end of file +**Start Small. Go Deep. Build ML Systems.**