Skip to main content

teeny_llm/
main.rs

1//! `teeny-llm`: LLM inference server for [teenygrad](https://teenygrad.org).
2//!
3//! Early scaffolding — planned direction is an interactive mode plus an OpenAPI-compatible HTTP
4//! server mode in this one binary. See the crate README.
5
6fn main() {
7    println!("tLLM Server");
8}