Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 226 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 226 Bytes

llama2.go

ref llama2.c, golang version

Usage

make
# download model.bin and tokenizer.bin to _output from https://github.com/karpathy/llama2.c
cd _output
./llama2 run