slm_ikllama_sys 0.1.1

ik_llama.cpp rust sys bindings
1
2
3
4
5
6
7
#pragma once

#include "ggml.h"

#include <utility>

std::pair<ggml_type, int> interleaved_properties(ggml_type type);