mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-19 13:13:38 +08:00
* llama : use cmake for swift build * swift : <> -> "" * ci : remove make * ci : disable ios build * Revert "swift : <> -> """ This reverts commit d39ffd9556482b77d4ea5b118b453fc1c097a31d. * ci : try fix ios build * ci : cont * ci : cont --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
module llama [system] {
|
|
header "llama.h"
|
|
link "llama"
|
|
export *
|
|
}
|