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

11 lines
153 B
Markdown

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
```