gpt-model 0.1.0

Pure-Rust inference wrapper for GPT-2 large language models.
Documentation
1
2
3
4
5
//! Pure Rust inference wrapper for the GPT-2
//! (and possibly later) model family.

pub mod model;
pub mod tokenizer;