From f00d10b59fb7340891b49a777d4faf8d697c1d69 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sun, 19 Apr 2026 21:39:13 -0400 Subject: [PATCH] more references fix --- README.md | 3 +++ open_mythos/variants.py | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 834d554..5c73d7f 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,9 @@ Theoretical analysis suggests 2-3x improvements in inference throughput. For a d - Looped transformer cyclic trajectories and input injection (rosinality): https://x.com/rosinality/status/2043953033428541853 - Parcae scaling laws for stable looped language models — thread (Hayden Prairie): https://x.com/hayden_prairie/status/2044453231913537927 - RoPE-like loop index embedding idea to differentiate functions across iterations (davidad): https://x.com/davidad/status/2044453231913537927 +- On the Looped Transformers Controversy by ChrisHayduk: https://x.com/ChrisHayduk/status/2045947623572688943 +- On the Looped Transformers Controversy Summary by @realsigridjin https://x.com/realsigridjin/status/2046012743778766875 + ### Papers diff --git a/open_mythos/variants.py b/open_mythos/variants.py index 8422b4e..a63f6a5 100644 --- a/open_mythos/variants.py +++ b/open_mythos/variants.py @@ -191,6 +191,3 @@ def mythos_1t() -> MythosConfig: lora_rank=256, max_output_tokens=131072, ) - - -# fmt: on