llama.cpp/Sources/llama/module.modulemap
2024-12-07 21:13:14 +02:00

6 lines
77 B
Plaintext

module llama [system] {
header "llama.h"
link "llama"
export *
}