llama_set_embeddings method
Implementation
void llama_set_embeddings(
ffi.Pointer<llama_context> ctx,
bool embeddings,
) {
return _llama_set_embeddings(
ctx,
embeddings,
);
}
void llama_set_embeddings(
ffi.Pointer<llama_context> ctx,
bool embeddings,
) {
return _llama_set_embeddings(
ctx,
embeddings,
);
}