ik_llama_opt/src/llama-dflash.h

8 lines
138 B
C++

#pragma once
#include <cstdint>
struct llama_context;
bool llama_prepare_dflash_graph_inputs(llama_context & lctx, uint32_t n_tokens);