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
7
8
9
10
11
12
//! Unit tests - no external dependencies or models required
//! These tests focus on pure logic validation and run quickly

pub mod builders;
pub mod config;
pub mod coreml_metadata_extraction_tests;
pub mod infer_position_ids_shape_tests;
pub mod infer_shape_test;
pub mod metadata_function_extraction_tests;
pub mod qwen_shapes_test;
pub mod tensors;
pub mod utilities;