gliner2 0.1.1

Rust implementation of GLiNER2 with compatibility for upstream weights and Python training output.
Documentation
1
2
3
4
5
#[cfg(feature = "candle")]
pub mod candle;

#[cfg(feature = "tch")]
pub mod tch;