airframe 0.0.1

FP32-first inference core for Llama-family models. Pure Rust physics engine.
Documentation
1
2
3
4
5
6
7
8
//! Airframe: The Physics of Inference
//!
//! This crate is currently reserved for the upcoming Airframe inference engine.
//! See https://github.com/Michael-A-Kuykendall/airframe for details.

pub fn flight_check() {
    println!("Airframe: Systems Initializing...");
}