docs: use code block for module status check command

This commit is contained in:
Vijay Janapa Reddi
2025-12-21 18:33:41 -05:00
parent 97b818a0ea
commit 04b2c3fdee
6 changed files with 30 additions and 6 deletions

View File

@@ -36,7 +36,11 @@ Input (features) --> Linear --> Sigmoid --> Output (0 or 1)
## Running the Milestone
Ensure Modules 01-04 are completed for Part 1, and Modules 01-08 for Part 2. Check with `tito module status`.
Before running, ensure you have completed the prerequisite modules. Part 1 requires Modules 01-04, Part 2 requires Modules 01-08. You can check your progress:
```bash
tito module status
```
```bash
cd milestones/01_1957_perceptron

View File

@@ -53,7 +53,11 @@ These 4 points **cannot** be separated by a single line. No amount of training c
## Running the Milestone
Ensure Modules 01-08 are completed. Check with `tito module status`.
Before running, ensure you have completed Modules 01-08. You can check your progress:
```bash
tito module status
```
```bash
cd milestones/02_1969_xor

View File

@@ -36,7 +36,11 @@ Images --> Flatten --> Linear --> ReLU --> Linear --> ReLU --> Linear --> Classe
## Running the Milestone
Ensure Modules 01-08 are completed. Check with `tito module status`.
Before running, ensure you have completed Modules 01-08. You can check your progress:
```bash
tito module status
```
```bash
cd milestones/03_1986_mlp

View File

@@ -33,7 +33,11 @@ Images --> Conv --> ReLU --> Pool --> Conv --> ReLU --> Pool --> Flatten --> Lin
## Running the Milestone
Ensure Modules 01-09 are completed. Check with `tito module status`.
Before running, ensure you have completed Modules 01-09. You can check your progress:
```bash
tito module status
```
```bash
cd milestones/04_1998_cnn

View File

@@ -39,7 +39,11 @@ Tokens --> Embeddings --> [Attention --> FFN] x N --> Output
## Running the Milestone
Ensure Modules 01-13 are completed. Check with `tito module status`.
Before running, ensure you have completed Modules 01-13. You can check your progress:
```bash
tito module status
```
```bash
cd milestones/05_2017_transformer

View File

@@ -37,7 +37,11 @@ Measure --> Optimize --> Validate --> Repeat
## Running the Milestone
Ensure Modules 01-18 are completed. Check with `tito module status`.
Before running, ensure you have completed Modules 01-18. You can check your progress:
```bash
tito module status
```
```bash
cd milestones/06_2018_mlperf