From b88cef60534e0619b7972b6f11fb2bc483767331 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 14 Jan 2026 15:11:55 +0100 Subject: [PATCH] fix typo --- tasks/customjson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/customjson.py b/tasks/customjson.py index e1b5f0b..aeb1a3f 100644 --- a/tasks/customjson.py +++ b/tasks/customjson.py @@ -25,7 +25,7 @@ class CustomJSON(Task): print("-" * 80) print(f"Warning: File {filepath} does not exist") print("HINT (Oct 21 2025)") - print("If you recently did a git pull and suddely see this, it might be due to the new addition of identity conversations") + print("If you recently did a git pull and suddenly see this, it might be due to the new addition of identity conversations") print("See this discussion for more details: https://github.com/karpathy/nanochat/discussions/139") print("Quick fix: simply run the following command to download the file and you're done:") print(f"curl -L -o {filepath} https://karpathy-public.s3.us-west-2.amazonaws.com/identity_conversations.jsonl")