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>
|
<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>
|
</Tip>
|
||||||
|
|
||||||
@@ -306,7 +307,8 @@ def get_class_from_dynamic_module(
|
|||||||
|
|
||||||
<Tip>
|
<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>
|
</Tip>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user