Skip to content

Commit 6f04692

Browse files
committed
fix
1 parent 2d42fc6 commit 6f04692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlenlp/transformers/fp8_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def padding_and_quant_input(tensor):
8989
return tensor_fp8, tensor_scale, tensor_t_fp8, tensor_t_scale
9090

9191
@staticmethod
92-
def kitchen_fp8_gemm(
92+
def kitchen_gemm(
9393
x_fp8, x_scale, w_fp8, w_scale, is_a_1d_scaled, is_b_1d_scaled, out=None, rtn_dtype=paddle.bfloat16
9494
):
9595
if USE_DS_GEMM:

0 commit comments

Comments
 (0)