diff --git a/examples/omni-vlm/omni-vlm-wrapper.cpp b/examples/omni-vlm/omni-vlm-wrapper.cpp index 60d6e9d8c..ea3326294 100644 --- a/examples/omni-vlm/omni-vlm-wrapper.cpp +++ b/examples/omni-vlm/omni-vlm-wrapper.cpp @@ -32,6 +32,9 @@ static struct llama_model* model; static struct omnivlm_context* ctx_omnivlm; static std::unique_ptr g_oss = nullptr; +static bool eval_id(struct llama_context * ctx_llama, int id, int * n_past); +static void omnivlm_free(struct omnivlm_context * ctx_omnivlm); + struct omni_streaming_sample { struct common_sampler * ctx_sampling_; std::string image_;