Commit 56ec08ae authored by zhangyue's avatar zhangyue
Browse files

issue/676: fix format

parent 6cf95c95
...@@ -194,8 +194,7 @@ def test( ...@@ -194,8 +194,7 @@ def test(
) )
lib_topkrouter() lib_topkrouter()
torch.cuda.synchronize()
lable_values, lable_indices = torch_topkrouter(x.actual_tensor(), correction_bias.actual_tensor(), routed_scaling_factor, topk) lable_values, lable_indices = torch_topkrouter(x.actual_tensor(), correction_bias.actual_tensor(), routed_scaling_factor, topk)
atol, rtol = get_tolerance(_TOLERANCE_MAP, dtype) atol, rtol = get_tolerance(_TOLERANCE_MAP, dtype)
......
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