From 4efd362bacfa156d0de916829880105eb7550d7d Mon Sep 17 00:00:00 2001 From: kx <1670186653@qq.com> Date: Wed, 25 Feb 2026 14:48:54 +0800 Subject: [PATCH] [fix]change num_commmon_tokens to num_common_tokens (#6792) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What this PR does / why we need it? change num_commmon_tokens to num_common_tokens in vllm_ascend/_310p/model_runner_310p.py,which caused CI test failure - vLLM version: v0.15.0 - vLLM main: https://github.com/vllm-project/vllm/commit/9562912cead1f11e8540fb91306c5cbda66f0007 Signed-off-by: 01267596 Co-authored-by: 01267596