pub fn download_model_with_progress(
repo_id: &str,
filename: &str,
progress: impl Progress,
) -> Result<(), OpsError>
Expand description
Shortcut for downloading a model with progress
The filename including extension and parent directory, such as models.gguf
or gguf/models.gguf
.