mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 11:54:35 +00:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
module llama [system] {
|
|
header "llama.h"
|
|
link "llama"
|
|
export *
|
|
}
|