File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ for an overall introduction to the library and recent highlight and updates.
30
30
api_ref_dtypes
31
31
api_ref_quantization
32
32
api_ref_sparsity
33
+ api_ref_float8
33
34
34
35
.. toctree ::
35
36
:glob:
You can’t perform that action at this time.
0 commit comments