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 06241d9 commit c6ede30Copy full SHA for c6ede30
vllm_ascend/torchair/utils.py
@@ -208,7 +208,7 @@ def torchair_ops_patch():
208
from vllm_ascend.torchair.ops.torchair_linear import (
209
torchair_oproj_tp_forward)
210
211
- AscendRowParallelLinear.forward = torchair_oproj_tp_forward # type: ignore[method-assign]
+ AscendRowParallelLinear._forward_oproj_tp = torchair_oproj_tp_forward # type: ignore[method-assign]
212
213
AscendRotaryEmbedding.__init__ = qwen_rope_init_func # type: ignore[method-assign]
214
AscendRotaryEmbedding.forward_oot = rope_forward # type: ignore[method-assign]
0 commit comments