Skip to content

Commit 50075f3

Browse files
physicsrobclaude
andcommitted
card: name calculator-memorize in the family paragraph
The earlier attempt patched text the card-review pass had already rewritten and silently no-opped. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d2d6ed6 commit 50075f3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

examples/compile.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@
125125
126126
One example of many compiled with torchwright. Calculator siblings —
127127
`calculator-simple` (serial arithmetic, depth grows with the digit count),
128-
`calculator-advanced` (carry-lookahead, near-flat depth), and
128+
`calculator-advanced` (carry-lookahead, near-flat depth),
129129
`calculator-scratchpad` (flat depth; the serial work streams out as visible
130-
thinking tokens) — are published at several digit widths. Browse the
130+
thinking tokens), and `calculator-memorize` (no arithmetic at all: a fact
131+
table, exponential in the digit count) — are published at several digit
132+
widths. Browse the
131133
[torchwright calculator models](https://huggingface.co/models?search=physicsrob%2Ftorchwright-calculator)
132134
on Hugging Face.
133135
"""

0 commit comments

Comments
 (0)