Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit c9a35d0

Browse files
chore: remove unused header (#2045)
Co-authored-by: vansangpfiev <[email protected]>
1 parent 3e7f764 commit c9a35d0

File tree

1 file changed

+1
-2
lines changed
  • engine/utils/hardware/gguf

1 file changed

+1
-2
lines changed

engine/utils/hardware/gguf/ggml.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <stdint.h>
33
#include <string>
44
#include <unordered_map>
5-
#include <vector>
65
#include "utils/result.hpp"
76

87
namespace hardware {
@@ -232,4 +231,4 @@ const std::unordered_map<GGMLType, GGMLTypeTrait> kGGMLTypeTraits = {
232231
{GGML_TYPE_TQ2_0,
233232
{.block_size = 256, .type_size = 66, .is_quantized = true}},
234233
};
235-
} // namespace hardware
234+
} // namespace hardware

0 commit comments

Comments
 (0)