llama-cpp-sys-4 0.2.45

Low Level Bindings to llama.cpp
Documentation
1
2
3
4
5
6
7
8
9
#version 450

#include "glu_head.glsl"

float op(float a, float b) {
    return a / (1.0f + exp(-a)) * b;
}

#include "glu_main.glsl"