mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
feat: add dev→main sync to live publish workflow
- Live publish now merges dev into main before building - Removed auto-trigger on push to main (manual only) - All build jobs depend on sync completing first - Ensures public site always reflects tested dev state - Updated README with improved badges and formatting
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
# TinyTorch
|
||||
<div align="center">
|
||||
|
||||
**Build ML Systems From First Principles**
|
||||
# 🔥 TinyTorch
|
||||
|
||||
### Build Your Own ML Framework From Scratch
|
||||
|
||||
[](https://github.com/harvard-edge/cs249r_book/actions/workflows/tinytorch-ci.yml)
|
||||
[](https://mlsysbook.ai/tinytorch)
|
||||

|
||||

|
||||
[](https://mlsysbook.ai/tinytorch)
|
||||
[](https://python.org)
|
||||
[](LICENSE)
|
||||
[](https://mlsysbook.ai)
|
||||
|
||||
**Most ML courses teach you to *use* frameworks. TinyTorch teaches you to *build* them.**
|
||||
|
||||
[Get Started](#-quick-start) · [20 Modules](#-20-progressive-modules) · [Documentation](https://mlsysbook.ai/tinytorch) · [Contributing](CONTRIBUTING.md)
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
> 🧪 **Early Access** - TinyTorch is available for early adopters! All 20 modules are implemented with complete solutions and the `tito` CLI for streamlined workflows.
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user