ik_llama_opt/src/llama-quantize.h

8 lines
119 B
C++

#pragma once
#include "ggml.h"
#include <utility>
std::pair<ggml_type, int> interleaved_properties(ggml_type type);