diff --git a/engine/utils/hardware/gguf/ggml.h b/engine/utils/hardware/gguf/ggml.h index e898fc796..7a8f480a1 100644 --- a/engine/utils/hardware/gguf/ggml.h +++ b/engine/utils/hardware/gguf/ggml.h @@ -2,7 +2,6 @@ #include #include #include -#include #include "utils/result.hpp" namespace hardware { @@ -232,4 +231,4 @@ const std::unordered_map kGGMLTypeTraits = { {GGML_TYPE_TQ2_0, {.block_size = 256, .type_size = 66, .is_quantized = true}}, }; -} // namespace hardware \ No newline at end of file +} // namespace hardware