We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0945760 commit 978335dCopy full SHA for 978335d
vllm_ascend/utils.py
@@ -528,7 +528,6 @@ def register_ascend_customop(vllm_config: Optional[VllmConfig] = None):
528
"FusedMoE": AscendFusedMoE,
529
"SharedFusedMoE": AscendSharedFusedMoE,
530
"MultiHeadLatentAttention": AscendMultiHeadLatentAttention,
531
- "LogitsProcessor": AscendLogitsProcessor,
532
}
533
534
if vllm_config is not None and \
0 commit comments