mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
module llama [system] {
|
|
header "llama.h"
|
|
header "ggml.h"
|
|
header "ggml-alloc.h"
|
|
header "ggml-backend.h"
|
|
|
|
link "llama"
|
|
|
|
export *
|
|
} |