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

5 lines
77 B
Text

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