llama-cpp-log-decoder 0.8.0

Decoder for the llama.cpp / ggml log callback stream
Documentation
1
2
3
4
5
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum DecodeAnomaly {
    OrphanCont,
    StaleBufferAbandoned,
}