Skip to content

Commit

Permalink
Update doc to match with latest code. (NVIDIA#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenhuan Liu <[email protected]>
  • Loading branch information
Victarry authored Dec 4, 2023
1 parent 178b64a commit 5debfdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ Common API

.. autoapiclass:: transformer_engine.common.recipe.Format

.. autoapiclass:: transformer_engine.common.recipe.DelayedScaling(margin=0, interval=1, fp8_format=Format.E4M3, amax_history_len=1, amax_compute_algo="most_recent", scaling_factor_compute_algo=None, override_linear_precision=(False, False, False))

.. autoapiclass:: transformer_engine.common.recipe.DelayedScaling(margin=0, interval=1, fp8_format=Format.E4M3, amax_history_len=1024, amax_compute_algo="max", scaling_factor_compute_algo=None, override_linear_precision=(False, False, False))

0 comments on commit 5debfdb

Please sign in to comment.