flaneur2020 / llama2.rs

πŸ¦™πŸ¦™.πŸ¦€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ¦™πŸ¦™.πŸ¦€

An rust reimplementatin of https://github.com/karpathy/llama2.c.

Run it

This repo contains a tinystories15M in the testdata/ folder, you can run it with the following command:

cargo run --release
./target/release/llama2-rs "rust is a crab"
Screen.Recording.2023-09-10.at.21.30.10.mov

Performance

model tokens/s
tinystories15M 120~197

About

πŸ¦™πŸ¦™.πŸ¦€

License:Apache License 2.0


Languages

Language:Rust 99.7%Language:Makefile 0.3%