Merge pull request #408 from aofei/llama2-libm

fix(c/llama2): explicitly link libm to ensure compatibility with Linux
This commit is contained in:
xushiwei
2024-06-25 00:43:28 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ import (
const ( const (
LLGoFiles = "llama2/llama2.c" LLGoFiles = "llama2/llama2.c"
LLGoPackage = "link" LLGoPackage = "link: -lm"
) )
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------

Binary file not shown.