llama2_rs

Crates.iollama2_rs
lib.rsllama2_rs
version0.1.1
sourcesrc
created_at2023-07-25 09:51:07.433981
updated_at2023-07-25 09:56:33.636497
descriptionA rust port of llama2.c
homepage
repository
max_upload_size
id925362
size34,353
Sagar Poudel (poudels14)

documentation

README

llama2 in Rust!

This was derived from https://github.com/karpathy/llama2.c to run multi-threaded inference.

It's 3+ times faster to run inference using this Rust port than the original llama2.c.

Commit count: 0

cargo fmt