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

View File

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