From f278524d9d2edc5742efc7e58ed3e9fc1ccd79b7 Mon Sep 17 00:00:00 2001 From: mochi Date: Tue, 5 May 2026 21:02:46 +0100 Subject: [PATCH] chore: add upstream nanochat as submodule at upstream/nanochat Pin to karpathy/nanochat@dc54a1a. Closes #1. --- .gitmodules | 3 +++ upstream/nanochat | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 upstream/nanochat diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b423d3f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "upstream/nanochat"] + path = upstream/nanochat + url = https://github.com/karpathy/nanochat.git diff --git a/upstream/nanochat b/upstream/nanochat new file mode 160000 index 0000000..dc54a1a --- /dev/null +++ b/upstream/nanochat @@ -0,0 +1 @@ +Subproject commit dc54a1a3077cab11d68fac4c5d1cd5c51f5d8c7a