.. fairscale documentation master file, created by sphinx-quickstart on Tue Sep 8 16:19:17 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to fairscale's documentation! ===================================== .. toctree:: :maxdepth: 2 :caption: Contents api/index tutorials/index *fairscale* is a PyTorch extension library for high performance and large scale training for optimizing training on one or across multiple machines/nodes. This library extend basic pytorch capabilities while adding new experimental ones. Components ---------- * Parallelism: * `pipeline parallelism <../api/nn/pipe.html>`_ * `tensor parallelism <../api/nn/model_parallel.html>`_ * Optimization: * `optimizer state sharding <../api/optim/oss.html>`_ .. warning:: This library is under active development. Please be mindful and create an `issue `_ if you have any trouble and/or suggestion. Reference ========= :ref:`genindex` | :ref:`modindex` | :ref:`search`