mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
Replace messages that have empty backquotes (#738)
Replace message with empty backquotes. This was part of #733, I was too slow to review :)
This commit is contained in:
@@ -198,7 +198,8 @@ def get_cached_module_file(
|
||||
|
||||
<Tip>
|
||||
|
||||
Passing `` is required when you want to use a private model.
|
||||
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
|
||||
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).
|
||||
|
||||
</Tip>
|
||||
|
||||
@@ -306,7 +307,8 @@ def get_class_from_dynamic_module(
|
||||
|
||||
<Tip>
|
||||
|
||||
Passing `` is required when you want to use a private model.
|
||||
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
|
||||
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).
|
||||
|
||||
</Tip>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user