Skip to main content

fetch_model_weights

Function fetch_model_weights 

Source
pub fn fetch_model_weights<S: AsRef<str>>(url: S) -> Result<PathBuf>
Expand description

Returns a local path to model weights file. If the file does not exist, it will be downloaded from the given URL.