mullama 0.1.1

Comprehensive Rust bindings for llama.cpp with memory-safe API and advanced features
1
2
3
4
5
6
7
#include "llama.h"
#include "ggml.h"
#include "ggml-backend.h"

// Multimodal support (vision/audio)
#include "mtmd.h"
#include "mtmd-helper.h"