Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuangjux/llama2-rs

llama2-rs is an attempt to perform inference on the llama-2 model using the Rust programming language.
https://github.com/kuangjux/llama2-rs

Last synced: about 2 months ago
JSON representation

llama2-rs is an attempt to perform inference on the llama-2 model using the Rust programming language.

Awesome Lists containing this project

README

        

# llama2-rs
llama2-rs is an attempt to perform inference on the llama-2 model using the Rust programming language.

## Usage
```
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin
wget https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.bin
```