Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 47 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,53 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Lightning-Graphcore documentation
=================================
Accelerator: IPU training
=========================

.. raw:: html

<div class="display-card-container">
<div class="row">

.. Add callout items below this line

.. displayitem::
:header: Prepare your code (Optional)
:description: Prepare your code to run on any hardware
:col_css: col-md-6
:button_link: prepare.html
:height: 150
:tag: basic

.. displayitem::
:header: Basic
:description: Learn the basics of single and multi-IPU training.
:col_css: col-md-6
:button_link: basic.html
:height: 150
:tag: basic

.. displayitem::
:header: Intermediate
:description: Tune model performance with mix-precision settings and the performance analyser.
:col_css: col-md-6
:button_link: intermediate.html
:height: 150
:tag: intermediate

.. displayitem::
:header: Advanced
:description: Learn advanced techniques to customize IPU training for massive models.
:col_css: col-md-6
:button_link: advanced.html
:height: 150
:tag: advanced

.. raw:: html

</div>
</div>

.. toctree::
:maxdepth: 1
:name: start
Expand Down
50 changes: 0 additions & 50 deletions docs/source/ipu.rst

This file was deleted.