mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-04 10:47:38 +02:00
* app : add batched-bench, fit-params, quantize & perplexity Signed-off-by: Adrien Gallouët <[email protected]> * Add missing main.cpp Signed-off-by: Adrien Gallouët <[email protected]> * Add EOL Signed-off-by: Adrien Gallouët <[email protected]> --------- Signed-off-by: Adrien Gallouët <[email protected]>
6 lines
125 B
C++
6 lines
125 B
C++
int llama_perplexity(int argc, char ** argv);
|
|
|
|
int main(int argc, char ** argv) {
|
|
return llama_perplexity(argc, argv);
|
|
}
|