candle-coreml 0.3.1

CoreML inference engine for Candle tensors - provides Apple CoreML/ANE integration with real tokenization, safety fixes, and model calibration awareness
Documentation
1
2
3
4
5
6
//! Integration tests - require models and full system integration
//! These tests may download models and run slower

pub mod coreml;
pub mod pipelines;
pub mod qwen;