Skip to content

Commit e6a0c99

Browse files
fix plugin te_general_grouped test bug
1 parent b7f65d1 commit e6a0c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transformer_engine/plugin/tests/test_te_general_grouped.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_grouped_gemm_equivalence(self, grad, has_bias, has_pre_gelu, single_out
2222
"\n test te_general_grouped_gemm"
2323
f" grad:{grad} has_bias:{has_bias},has_pre_gelu:{has_pre_gelu},single_output:{single_output}"
2424
)
25-
import transformer_engine_torch_nv as tex
25+
import transformer_engine_torch as tex
2626

2727
num_gemms = 2
2828
m, k, n = 128, 32, 64

0 commit comments

Comments
 (0)