Skip to content

b3525

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 17:29
0a4ce78
common : Changed tuple to struct (TODO fix) (#8823)

* common : Changed tuple to struct (TODO fix)

Use struct `llama_init_result` to replace the previous
std::tuple<struct llama_model *, struct llama_context *>

* delete llama_init_default_params()

* delete the extra whitespace