11 lines
153 B
Markdown
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
|
|
```
|