Skip to content

Commit 5493524

Browse files
authored
Replace messages that have empty backquotes (#738)
Replace message with empty backquotes. This was part of #733, I was too slow to review :)
1 parent 19e559d commit 5493524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/diffusers/dynamic_modules_utils.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def get_cached_module_file(
198198
199199
<Tip>
200200
201-
Passing `` is required when you want to use a private model.
201+
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
202+
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).
202203
203204
</Tip>
204205
@@ -306,7 +307,8 @@ def get_class_from_dynamic_module(
306307
307308
<Tip>
308309
309-
Passing `` is required when you want to use a private model.
310+
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
311+
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).
310312
311313
</Tip>
312314

0 commit comments

Comments
 (0)