From 27c5fc76b130cfd88bb41399b707a7651496be5d Mon Sep 17 00:00:00 2001 From: madroid Date: Tue, 8 Aug 2023 01:50:19 +0800 Subject: [PATCH] Add Google Colab button --- README.md | 2 ++ run.ipynb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 241c822..86c5848 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Please note that this started recently as just a fun weekend project: I took my ## feel the magic +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/karpathy/llama2.c/blob/master/run.ipynb) + First, navigate to the folder when you keep your projects and clone this repository to this folder: ```bash diff --git a/run.ipynb b/run.ipynb index f02a4cf..26b4b77 100644 --- a/run.ipynb +++ b/run.ipynb @@ -8,6 +8,8 @@ "source": [ "# Run.c\n", "\n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/karpathy/llama2.c/blob/master/run.ipynb)\n", + "\n", "More details can be found in the [README.md](README.md) ." ] },