gpt_model/
lib.rs

1//! Pure Rust inference wrapper for the GPT-2
2//! (and possibly later) model family.
3
4pub mod model;
5pub mod tokenizer;