We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa97b9 commit f77b79dCopy full SHA for f77b79d
examples/omni-vlm/omni-vlm-wrapper.cpp
@@ -32,6 +32,9 @@ static struct llama_model* model;
32
static struct omnivlm_context* ctx_omnivlm;
33
static std::unique_ptr<struct omni_streaming_sample> g_oss = nullptr;
34
35
+static bool eval_id(struct llama_context * ctx_llama, int id, int * n_past);
36
+static void omnivlm_free(struct omnivlm_context * ctx_omnivlm);
37
+
38
struct omni_streaming_sample {
39
struct common_sampler * ctx_sampling_;
40
std::string image_;
0 commit comments