fixing first bug
This commit is contained in:
parent
fa49f64e28
commit
9592bc5676
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ std::string process_output_plugin_ocaml(const std::string start,
|
|||
void process_output_plugin_ocaml_init()
|
||||
{
|
||||
printf( "Linked against OCaml version %s\n", OCAML_VERSION_STRING );
|
||||
caml_startup( NULL );
|
||||
const char *argv[] = {"llamacpp", NULL };
|
||||
caml_startup( argv );
|
||||
}
|
||||
|
||||
void process_output_plugin_ocaml_destroy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue