Add Google Colab button

This commit is contained in:
madroid
2023-08-08 01:50:19 +08:00
parent 57ca3c0401
commit 27c5fc76b1
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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) ."
]
},