mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
6 lines
83 B
C++
6 lines
83 B
C++
#include "run.h"
|
|
|
|
int main(int argc, char ** argv) {
|
|
return run(argc, argv);
|
|
}
|