llama: Include algorithm header needed for C++23 (#18078)

This commit is contained in:
Chris Peterson 2025-12-15 23:37:55 -08:00 committed by GitHub
parent c560316440
commit 2aa45ef9e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "ggml.h" #include "ggml.h"
#include <algorithm>
#include <cassert> #include <cassert>
void llama_hparams::set_swa_pattern(uint32_t n_pattern, bool dense_first) { void llama_hparams::set_swa_pattern(uint32_t n_pattern, bool dense_first) {