wgml 0.2.0

Cross-platform GPU LLM inference.
Documentation
1
2
3
4
5
6
7
#![allow(clippy::needless_range_loop)]
#![allow(clippy::too_many_arguments)]

pub mod gguf;
pub mod models;
pub mod ops;
pub mod quantization;