mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-01 17:42:34 -05:00
Removes development headers
Removes development headers from several files. These headers were used during the development process and are no longer needed.
This commit is contained in:
@@ -279,10 +279,6 @@ def matmul_baseline(A: Tensor, B: Tensor) -> Tensor:
|
||||
### END SOLUTION
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
## 🔧 DEVELOPMENT
|
||||
"""
|
||||
|
||||
# %% nbgrader={"grade": false, "grade_id": "test-custom-matmul", "locked": false, "schema_version": 3, "solution": false, "task": false}
|
||||
### 🧪 Unit Test: Baseline Matrix Multiplication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user