models.gpt.rst 669 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
models.gpt package
==================
This is the implementation of the popular GPT model. It supports several features like model parallelization (Tensor Parallel, Pipeline Parallel, Data Parallel) , mixture of experts, FP8 , Distributed optimizer etc. We are constantly adding new features. So be on the lookout or raise an issue if you want to have something added. 

Submodules
----------

models.gpt.gpt\_model module
----------------------------

.. automodule:: core.models.gpt.gpt_model
   :members:
   :undoc-members:
   :show-inheritance:

Module contents
---------------

.. automodule:: core.models.gpt
   :members:
   :undoc-members:
   :show-inheritance: