Files
llgo/c/llama2/README.md

11 lines
153 B
Markdown
Raw Normal View History

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