llama : fix build + fix fabs compile warnings (#8683)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-07-25 19:57:31 +03:00 committed by GitHub
parent bf5a81df37
commit 4226a8d10e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 10 deletions

View file

@ -13,8 +13,6 @@ struct llama_grammar {
llama_partial_utf8 partial_utf8;
};
struct llama_grammar * llama_get_grammar(struct llama_context * ctx);
//
// internal API
//