ggml : define MIN / MAX only if not defined (minor)

This commit is contained in:
Georgi Gerganov
2023-01-05 21:07:50 +02:00
parent 0be6a1afd9
commit d51c5eb906
4 changed files with 9 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ extern "C" {
struct whisper_context * ctx,
const char * text,
whisper_token * tokens,
int n_max_tokens);
int n_max_tokens);
// Largest language id (i.e. number of available languages - 1)
WHISPER_API int whisper_lang_max_id();