Link to Accelerate’s internal mechanisms doesn't seem to work

System Info

Not applicable, it is a documentation error

Reproduction

In https://huggingface.co/docs/accelerate/concept_guides/internal_mechanism or, alternatively, https://github.com/huggingface/accelerate/blob/main/docs/source/concept_guides/internal_mechanism.md, the last link that reference the documentation of Acceleration's internals doesn't seem to work. When clicking on the link, I get the following error:

The documentation page CONCEPT_GUIDES/PACKAGE_REFERENCE/TORCH_WRAPPERS doesn’t exist in v1.6.0, but exists on the main version. Click here to redirect to the main version of the documentation.

Then, that link (https://huggingface.co/docs/accelerate/main/en/concept_guides/package_reference/torch_wrappers) returns a 404 page.

Steps:

  1. Go to https://huggingface.co/docs/accelerate/concept_guides/internal_mechanism
  2. Click on the last link

Image

  1. The loaded page should be:

Image

  1. The link of "Click here to redirect to..." returns a 404

Image

Expected behavior

I guess it should be to redirect to the documentation 🤷‍♂