c/llama2: rm precompiled *.ll files (#407)

This commit is contained in:
xushiwei
2024-06-24 17:31:59 +08:00
committed by GitHub
parent 0b2d6407dd
commit e27daed0ec
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
```