pub fn decompress_with_model<R: Read>( input: &mut R, model_path: Option<&str>, ) -> Result<Vec<u8>>
Decompress with optional explicit model path (for neural Max mode).