llama : use cmake for swift build

This commit is contained in:
slaren 2024-11-26 19:25:44 +01:00 committed by Georgi Gerganov
parent d9c3ba2b77
commit 47844dc232
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
5 changed files with 55 additions and 106 deletions

View file

@ -0,0 +1,5 @@
module llama [system] {
header "llama.h"
link "llama"
export *
}