Skip to content

Commit 72ea2fc

Browse files
[BE/docs] Add float8 training api ref to docsite (#2313)
add float8 training api to api ref docs
1 parent 9cd5851 commit 72ea2fc

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/source/api_ref_float8.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _api_quantization:
2+
3+
====================
4+
torchao.float8
5+
====================
6+
7+
.. currentmodule:: torchao.float8
8+
9+
Main float8 training APIs
10+
----------------------
11+
12+
.. autosummary::
13+
:toctree: generated/
14+
:nosignatures:
15+
16+
convert_to_float8_training
17+
18+
Other float8 training types
19+
-------------------------------
20+
21+
.. autosummary::
22+
:toctree: generated/
23+
:nosignatures:
24+
25+
Float8LinearConfig
26+
Float8GEMMConfig
27+
CastConfig
28+
ScalingType
29+
ScalingGranularity
30+
precompute_float8_dynamic_scale_for_fsdp

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ for an overall introduction to the library and recent highlight and updates.
3030
api_ref_dtypes
3131
api_ref_quantization
3232
api_ref_sparsity
33+
api_ref_float8
3334

3435
.. toctree::
3536
:glob:

0 commit comments

Comments
 (0)