mirror of
https://github.com/ollama/ollama.git
synced 2025-04-12 21:59:22 +02:00
cleanup
This commit is contained in:
parent
ad9791da2e
commit
377fa9d2ba
2
llama/grammar.h
vendored
2
llama/grammar.h
vendored
@ -157,7 +157,7 @@ void grammar_free_impl(struct grammar * grammar);
|
||||
|
||||
struct grammar * grammar_clone_impl(const struct grammar & grammar);
|
||||
|
||||
// TODO: move the API below as member functions of grammar
|
||||
// TODO(parthsareen): move the API below as member functions of grammar
|
||||
void grammar_apply_impl(
|
||||
const struct grammar & grammar,
|
||||
llama_token_data_array * cur_p);
|
||||
|
@ -8,7 +8,6 @@ package llama
|
||||
#cgo CPPFLAGS: -I${SRCDIR}/llama.cpp/examples/llava
|
||||
#cgo CPPFLAGS: -I${SRCDIR}/llama.cpp/src
|
||||
#cgo CPPFLAGS: -I${SRCDIR}/../ml/backend/ggml/ggml/include
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/grammar
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "ggml.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user