Skip to content

Commit b14f7f8

Browse files
committed
fix binding
Signed-off-by: jiahanc <173873397+jiahanc@users.noreply.github.com>
1 parent 45dfceb commit b14f7f8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

csrc/moe_utils_binding.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ void moe_sort(
291291

292292
// Configure dtypes
293293
routingData.mDtypeExpW = batchedGemm::trtllm::gen::Dtype::Bfloat16;
294-
routingData.mDtypeBias = batchedGemm::trtllm::gen::Dtype::Bfloat16;
295-
routingData.mDtypeScore = batchedGemm::trtllm::gen::Dtype::Fp32;
296294
routingData.mUsePdl = use_pdl;
297295

298296
// Input tensors (pre-computed expert selections)

0 commit comments

Comments
 (0)