pub fn fetch_model_weights<S: AsRef<str>>(url: S) -> Result<PathBuf>
Returns a local path to model weights file. If the file does not exist, it will be downloaded from the given URL.