mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
8 lines
126 B
C
8 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
#include "utils.h"
|
||
|
#include "llama.h"
|
||
|
#include "run.h"
|
||
|
|
||
|
int listen_tcp(llama_context * ctx, gpt_params params);
|