index.rst 693 Bytes
Newer Older
xingjinliang's avatar
xingjinliang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. Lumache documentation master file, created by
   sphinx-quickstart on Tue Aug 15 13:44:10 2023.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Megatron Core User Guide
===================================

**Megatron Core** is a Python library that has the core components required to build your language models. 
A reference implementation of Megatron Core can be found in  `NeMo <https://github.com/NVIDIA/NeMo/tree/main>`_ It offers a *simple* and
*intuitive* API.

.. toctree::
   :maxdepth: 2
   :caption: User Guide

   user-guide/index

.. toctree::
   :maxdepth: 3
   :caption: API Guide
   
   api-guide/index