eld_llm 0.0.1

An LLM built from scratch in Rust
1
2
3
4
pub mod dev;
pub mod handler;
#[path = "pub/mod.rs"]
pub mod public;