You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permalinks to transformers.PreTrainedModel.from_pretrained attributes are broken in releases starting from v4.41.0/v4.41.1/v4.41.2/v4.41.3 EN.
Example: .config attribute
Clicking the permalink icon redirects to https://huggingface.co/docs/transformers/v4.41.3/en/main_classes/#transformers.PreTrainedModel.from_pretrained.config
which says:
"The documentation page MAIN_CLASSES/#TRANSFORMERS.PRETRAINEDMODEL.FROM_PRETRAINED.CONFIG doesn’t exist in v4.41.3, but exists on the main version. Click here to redirect to the main version of the documentation."
Clicking on "here" redirects to a 404.
Expected behaviour
In previous versions, e.g. v4.40.0/v4.40.1/v4.40.2 EN this feature works properly.
Creating a permalink for transformers.PreTrainedModel.from_pretrained.config results in the following URL https://huggingface.co/docs/transformers/v4.40.2/en/main_classes/model#transformers.PreTrainedModel.from_pretrained.config
The text was updated successfully, but these errors were encountered:
Bug description.
Permalinks to transformers.PreTrainedModel.from_pretrained attributes are broken in releases starting from
v4.41.0/v4.41.1/v4.41.2/v4.41.3 EN
.Example:
.config
attributeClicking the permalink icon redirects to
https://huggingface.co/docs/transformers/v4.41.3/en/main_classes/#transformers.PreTrainedModel.from_pretrained.config
which says:
Clicking on "here" redirects to a 404.
Expected behaviour
In previous versions, e.g.
v4.40.0/v4.40.1/v4.40.2 EN
this feature works properly.Creating a permalink for
transformers.PreTrainedModel.from_pretrained.config
results in the following URLhttps://huggingface.co/docs/transformers/v4.40.2/en/main_classes/model#transformers.PreTrainedModel.from_pretrained.config
The text was updated successfully, but these errors were encountered: