c/llama2: rm precompiled *.ll files (#407)
This commit is contained in:
10
c/llama2/README.md
Normal file
10
c/llama2/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user