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 01cae37 commit 890323dCopy full SHA for 890323d
vllm/model_executor/layers/fused_moe/pplx_prepare_finalize.py
@@ -111,7 +111,7 @@ def prepare(
111
# topk_indices_dtype() int32
112
#
113
if expert_map is not None:
114
- logger.warn_once(
+ logger.warning_once(
115
"The PPLX backend does not support expert mapping. "
116
"The provided `expert_map` will be ignored.")
117
expert_map = None #noqa: F841
0 commit comments