url property

String url
final

The authoritative download URL (…/resolve/<revision>/<file>) — the resolver builds it and MAY pin a non-main revision/commit for reproducibility. Install from this via installModel(...).fromNetwork(url) (the plugin still auto-applies the HF token to huggingface.co hosts); fromHuggingFace(repo, file:) rebuilds a main URL and so would drop a pinned revision.

Implementation

final String url;