mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 20:14:29 +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);
|