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