Merge pull request #408 from aofei/llama2-libm
fix(c/llama2): explicitly link libm to ensure compatibility with Linux
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
LLGoFiles = "llama2/llama2.c"
|
LLGoFiles = "llama2/llama2.c"
|
||||||
LLGoPackage = "link"
|
LLGoPackage = "link: -lm"
|
||||||
)
|
)
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user