mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 05:42:22 +01:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
module llama [system] {
|
|
header "llama.h"
|
|
link "llama"
|
|
export *
|
|
}
|