mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-04-14 19:26:09 +02:00
fix build on windows
This commit is contained in:
parent
98ce93e776
commit
fc420d3c7e
@ -29,6 +29,7 @@
|
||||
#include <limits>
|
||||
#include <array>
|
||||
#include <numeric>
|
||||
#include <functional>
|
||||
|
||||
struct clip_logger_state g_logger_state = {GGML_LOG_LEVEL_CONT, clip_log_callback_default, NULL};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user