mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 03:44:35 +00:00
b7f1fa6d8c
Signed-off-by: Thiago Padilha <thiago@padilha.cc>
7 lines
102 B
C
7 lines
102 B
C
#pragma once
|
|
|
|
#include "llama.h"
|
|
#include "utils.h"
|
|
|
|
int run(llama_context * ctx, gpt_params params);
|