ik-llama-cpp-sys 0.1.2

Low level bindings to ik_llama.cpp (ikawrakow's SOTA-quant fork)
Documentation
1
2
3
4
5
6
7
8
9
#version 450

#include "glu_head.comp"

float op(float a, float b) {
    return max(a, 0.0f) * b;
}

#include "glu_main.comp"