mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
docs(tinytorch): fix Python version and add version badge
- Fix Python badge: 3.8+ → 3.10+ (matches installer requirement) - Add version badge (v0.1.1) to README - Add tito --version and tito update to getting-started docs
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
|
||||
### Build Your Own ML Framework From Scratch
|
||||
|
||||
[](https://github.com/harvard-edge/cs249r_book/releases?q=tinytorch)
|
||||
[](https://github.com/harvard-edge/cs249r_book/discussions/1076)
|
||||
[](https://mlsysbook.ai/tinytorch)
|
||||
[](https://python.org)
|
||||
[](https://python.org)
|
||||
[](LICENSE)
|
||||
[](https://mlsysbook.ai)
|
||||
|
||||
|
||||
@@ -48,12 +48,22 @@ tito setup
|
||||
```
|
||||
|
||||
**What this does:**
|
||||
- Checks your system (Python 3.8+, git)
|
||||
- Checks your system (Python 3.10+, git)
|
||||
- Downloads TinyTorch to a `tinytorch/` folder
|
||||
- Creates an isolated virtual environment
|
||||
- Installs all dependencies
|
||||
- Verifies installation
|
||||
|
||||
**Check your version:**
|
||||
```bash
|
||||
tito --version
|
||||
```
|
||||
|
||||
**Update TinyTorch:**
|
||||
```bash
|
||||
tito update
|
||||
```
|
||||
|
||||
## Step 2: Your First Module (15 Minutes)
|
||||
|
||||
Let's build Module 01 (Tensor)—the foundation of all neural networks.
|
||||
|
||||
Reference in New Issue
Block a user