We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ce93e commit fc420d3Copy full SHA for fc420d3
tools/mtmd/clip.cpp
@@ -29,6 +29,7 @@
29
#include <limits>
30
#include <array>
31
#include <numeric>
32
+#include <functional>
33
34
struct clip_logger_state g_logger_state = {GGML_LOG_LEVEL_CONT, clip_log_callback_default, NULL};
35
0 commit comments