rullama 0.3.0

Browser-resident Gemma 4 inference: pure Rust → WebAssembly + WebGPU. Loads Ollama's on-disk GGUF blobs and runs the forward pass on the local GPU via hand-written WGSL.
Documentation
1
2
3
4
5
//! Gemma 4 model: config, weights, forward pass.

pub mod config;
pub mod gemma4;
pub mod weights;