Skip to content

Commit 79a3e77

Browse files
yiyixuxudg845
andauthored
Update .ai/models.md
Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com>
1 parent c33ab92 commit 79a3e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ai/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Linked from `AGENTS.md`, `skills/model-integration/SKILL.md`, and `review-rules.
1717

1818
## Single-file model layout
1919

20-
A model follows the **single-file policy**: its full implementation lives in one `transformer_<name>.py` (or `unet_<name>.py`) — attention (the `Attention` class and its processor), transformer blocks, RoPE, and any model-specific layers all in that file.
20+
A model follows the **single-file policy**: its full implementation lives in one `transformer_<name>.py` (or `unet_<name>.py`) — attention (the `Attention` class and its processor), transformer blocks, RoPE, and any model-specific layers should all be in that file.
2121

2222
For shared building blocks, either:
2323
- **import** a common layer from `normalization.py`, `attention.py`, or `embeddings.py`, or

0 commit comments

Comments
 (0)