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

View File

@@ -23,6 +23,7 @@ import (
)
const (
LLGoFiles = "llama2/llama2.c"
LLGoPackage = "link"
)