Skip to content

Commit

Permalink
Update default value in the recipe docs
Browse files Browse the repository at this point in the history
Signed-off-by: Przemek Tredak <[email protected]>
  • Loading branch information
ptrendx committed Dec 4, 2023
1 parent 5debfdb commit 10633bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +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=1024, amax_compute_algo="max", scaling_factor_compute_algo=None, override_linear_precision=(False, False, False))
.. autoapiclass:: transformer_engine.common.recipe.DelayedScaling(margin=0, interval=1, fp8_format=Format.HYBRID, amax_history_len=1024, amax_compute_algo="max", scaling_factor_compute_algo=None, override_linear_precision=(False, False, False))

0 comments on commit 10633bd

Please sign in to comment.