From da3b0fce4af481839d0113306d218907d8a01031 Mon Sep 17 00:00:00 2001 From: Roushan Kumar Singh <158602016+github-roushan@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:50:07 +0530 Subject: [PATCH] chore: remove unused header --- engine/utils/hardware/gguf/ggml.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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