llama: Include algorithm header needed for C++23
This commit is contained in:
parent
3034836d36
commit
8848d5df15
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "ggml.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
void llama_hparams::set_swa_pattern(uint32_t n_pattern, bool dense_first) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue