Merge branch 'karpathy:master' into master

This commit is contained in:
Krishnaraj Bhat
2023-08-10 11:06:19 +05:30
committed by GitHub
3 changed files with 116 additions and 3 deletions
+5 -1
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
@@ -240,7 +242,9 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg
- Kotlin
- [llama2.kt](https://github.com/madroidmaq/llama2.kt) by @[madroidmaq](https://github.com/madroidmaq): a Kotlin port of this project
- Python
- [llama2.py](https://github.com/tairov/llama2.py) by @[tairov](https://github.com/tairov): a simple one file pure Python port of this project with zero dependencies
- [llama2.py](https://github.com/tairov/llama2.py) by @[tairov](https://github.com/tairov): a simple one file pure Python port of this project with zero dependencies
- C#
- [llama2.cs](https://github.com/trrahul/llama2.cs) by @[trrahul](https://github.com/trrahul): a C# port of this project
- [llama2.c - Llama 2 Everywhere](https://github.com/trholding/llama2.c) by @[trholding](https://github.com/trholding): Standalone, Bootable & Portable Binary Llama 2
## unsorted todos