This website requires JavaScript.
Explore
Help
Sign In
happyz
/
llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
Watch
1
Star
0
Fork
You've already forked llama.cpp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7d53b84db
llama.cpp
/
main.cpp
6 lines
83 B
C++
Raw
Blame
History
#
include
"run.h"
int
main
(
int
argc
,
char
*
*
argv
)
{
return
run
(
argc
,
argv
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink