Files
llgo/c/llama2/README.md
2024-06-24 17:31:59 +08:00

153 B

LLGo wrapper of karpathy/llama2.c

How to update source to llgo

git submodule init
git submodule update
cp llama2.c/run.c llama2/run.c