From 458d1d3363aa89dc5f20b2832f1d1c5fdd43c3e3 Mon Sep 17 00:00:00 2001 From: aFrogThatExists <54812998+aFrogThatExists@users.noreply.github.com> Date: Mon, 11 May 2026 21:00:51 +0200 Subject: [PATCH] Updated README.md to fix example code Updated README.md to fix example code that didn't run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2b4e0..d00b443 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ from open_mythos import ( OpenMythos, ) -cfg = mythos_7b() # returns a MythosConfig +cfg = mythos_1b() # returns a MythosConfig model = OpenMythos(cfg) total = sum(p.numel() for p in model.parameters())