This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
llama.cpp
Watch
1
Star
0
Fork
0
You've already forked llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
synced
2025-01-02 17:25:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b7f1fa6d8c
llama.cpp
/
run.h
7 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Add main.cpp back and invoke "run" from it Signed-off-by: Thiago Padilha <thiago@padilha.cc>
2023-03-22 13:16:33 +01:00
#
pragma once
Move llama_context setup + perplexity back to main.cpp Signed-off-by: Thiago Padilha <thiago@padilha.cc>
2023-03-22 13:39:25 +01:00
#
include
"llama.h"
#
include
"utils.h"
int
run
(
llama_context
*
ctx
,
gpt_params
params
)
;
Reference in New Issue
Copy Permalink