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
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
//