Unverified Commit d09f5aa2 authored by Benjamin Lefaudeux's avatar Benjamin Lefaudeux Committed by GitHub
Browse files

[doc] Fixing relative html links (#212)

Fixing the relative positions of the html docs.
parent 8e85ce8c
...@@ -25,12 +25,13 @@ Components ...@@ -25,12 +25,13 @@ Components
---------- ----------
* Parallelism: * Parallelism:
* `pipeline parallelism <../../build/html/api/nn/pipe.html>`_ * `pipeline parallelism <../../en/latest/api/nn/pipe.html>`_
* `tensor parallelism <../../build/html/api/nn/model_parallel.html>`_ * `sharded distributed data parallel <../../en/latest/api/nn/sharded_ddp.html>`_
* Optimization: * Optimization:
* `optimizer state sharding <../../build/html/api/optim/oss.html>`_ * `optimizer state sharding <../../en/latest/api/optim/oss.html>`_
* `sharded grad scaler - AMP <../../build/html/api/optim/grad_scaler.html>`_ * `sharded grad scaler - AMP <../../en/latest/api/optim/grad_scaler.html>`_
* `AdaScale SGD <../../build/html/api/optim/adascale.html>`_ * `AdaScale SGD <../../en/latest/api/optim/adascale.html>`_
.. warning:: .. warning::
......
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