mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-01 14:52:33 -05:00
Remove version field from module metadata
- Remove version field from all module.yaml files - Update template generator to exclude version field - Further simplify metadata to focus on system information only - Status remains dynamically determined by test results
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
|
||||
name: "activations"
|
||||
title: "Activations"
|
||||
description: "Neural network activation functions (ReLU, Sigmoid, Tanh)"
|
||||
status: "complete" # complete, in_progress, not_started
|
||||
version: "1.0.0"
|
||||
description: "Activation functions (ReLU, Sigmoid, Tanh, etc.)"
|
||||
|
||||
# Dependencies
|
||||
dependencies:
|
||||
@@ -24,5 +22,5 @@ files:
|
||||
# Components
|
||||
components:
|
||||
- "ReLU"
|
||||
- "Sigmoid"
|
||||
- "Sigmoid"
|
||||
- "Tanh"
|
||||
Reference in New Issue
Block a user