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
0120f7cc95
llama.cpp
/
examples
/
openai
/
__main__.py
8 lines
103 B
Python
Raw
Blame
History
import
typer
from
examples
.
openai
.
server
import
main
if
__name__
==
"
__main__
"
:
typer
.
run
(
main
)
Reference in New Issue
View Git Blame
Copy Permalink