A golang reimplementation of llama2.c, with OpenCL support.
# download model.bin and tokenizer.bin to _output from
# https://github.com/karpathy/llama2.c
make
cd _output
./llama2 run
A golang reimplementation of llama2.c, with OpenCL support.
# download model.bin and tokenizer.bin to _output from
# https://github.com/karpathy/llama2.c
make
cd _output
./llama2 run