pub fn diff_ml_models( model1_path: &Path, model2_path: &Path, epsilon: Option<f64>, ) -> Result<Vec<DiffResult>>
Compare two PyTorch/Safetensors models and return differences