Skip to content

Commit 88e9837

Browse files
committed
docs: Hugging Face URL shortcuts
1 parent fe477dc commit 88e9837

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/guide/downloading-models.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ Doing this allows the resolver to resolve to a local model file without checking
126126
so it will be resolved offline and faster.
127127
:::
128128

129+
::: tip Shortcuts for quick experimentation {#uri-shortcuts}
130+
You can copy the page URLs of models and files on Hugging Face
131+
and use them with any of the [CLI commands](../cli/index.md).
132+
133+
**Important:** do not use these page URL shortcuts in production code, and do not commit them to your codebase.
134+
The resolving of such page URL shortcuts are inefficient and unreliable for production use.
135+
:::
136+
129137
## Downloading Gated Models From Hugging Face {#hf-token}
130138
Some models on Hugging Face are "gated", meaning they require a manual consent from you before you can download them.
131139

0 commit comments

Comments
 (0)