Aurvion / llama.cpp /tools /cli /main.cpp
OmnipotentFool's picture
Add files using upload-large-folder tool
6b9d0d8 verified
Raw
History Blame Contribute Delete
116 Bytes
int llama_cli(int argc, char ** argv);
int main(int argc, char ** argv) {
return llama_cli(argc, argv);
}