Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thunder/executors/transformer_engineex_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
import transformer_engine.pytorch as te
import transformer_engine.common.recipe as te_recipe
from transformer_engine.pytorch.constants import MXFP8_BLOCK_SCALING_SIZE
from transformer_engine.common.recipe import Recipe
from transformer_engine.pytorch.fp8 import (
_amax_and_scale_update,
get_fp8_max,
Recipe,
Comment on lines +33 to -36

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update! LGTM

RecipeState,
FP8GlobalStateManager,
)
Expand Down
Loading