Unverified Commit a892b259 authored by Wentao Ye's avatar Wentao Ye Committed by GitHub
Browse files

[Doc] Remove Useless Comments (#24687)


Signed-off-by: default avataryewentao256 <zhyanwentao@126.com>
parent 127ded0a
......@@ -760,7 +760,6 @@ class Fp8MoEMethod(FusedMoEMethodBase):
# DeepGemm scales need to be transposed and aligned. We try to do
# it ahead of time for performance reasons.
if self.allow_deep_gemm and not is_deep_gemm_e8m0_used():
# Lazy import to avoid CUDA initialization problems.
if _is_col_major(layer.w13_weight_scale_inv):
layer.w13_weight_scale_inv = \
get_col_major_tma_aligned_tensor(layer.w13_weight_scale_inv).contiguous()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment