llama.cpp/main.cpp

6 lines
83 B
C++
Raw Normal View History

#include "run.h"
int main(int argc, char ** argv) {
return run(argc, argv);
}