Unverified Commit 5493524b authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

Replace messages that have empty backquotes (#738)

Replace message with empty backquotes.

This was part of #733, I was too slow to review :)
parent 19e559d5
...@@ -198,7 +198,8 @@ def get_cached_module_file( ...@@ -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( ...@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment