Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucidrains/llama2.nim
Implementation of Llama2 inference in Nim
https://github.com/lucidrains/llama2.nim
artificial-intelligence attention nim-lang
Last synced: 25 days ago
JSON representation
Implementation of Llama2 inference in Nim
- Host: GitHub
- URL: https://github.com/lucidrains/llama2.nim
- Owner: lucidrains
- License: mit
- Created: 2023-08-01T15:24:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T17:39:23.000Z (over 1 year ago)
- Last Synced: 2024-10-15T00:16:34.538Z (3 months ago)
- Topics: artificial-intelligence, attention, nim-lang
- Language: Nim
- Homepage:
- Size: 2.93 KB
- Stars: 11
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Llama2 - Nim (wip)
Basically a transcription of Andrej Karpathy's Llama.c to Nim. Just to gain more experience with Nim.