c/llama2: rm precompiled *.ll files

This commit is contained in:
xushiwei
2024-06-24 17:27:12 +08:00
parent 32a66be555
commit d2183a8b32
6 changed files with 986 additions and 8 deletions

10
c/llama2/README.md Normal file
View 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
```