mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-02 09:12:03 +00:00
6 lines
83 B
C++
6 lines
83 B
C++
#include "run.h"
|
|
|
|
int main(int argc, char ** argv) {
|
|
return run(argc, argv);
|
|
}
|