pub async fn download_model( model_ref: impl AsRef<str>, cache_dir: impl AsRef<Path>, ) -> Result<DownloadedModel>