mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-05 09:36:52 +00:00
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);
|