Files
xc-llm-ascend/vllm_ascend
JiangWeixiang 0d8c0f1a24 [Bugfix] Fix out-of-bounds access to token_id due to uninitialized logprobs (#4248)
### What this PR does / why we need it?
The logprobs_tensor was not initialized before accessing its token_id
member, leading to a crash when tokenizer.decode() is called by passing
a negative token_id

### How was this patch tested?
Constructed an inference request with two prompts and set
SamplingParams(prompt_logprobs=<non-None value>) (e.g.,
prompt_logprobs=1).
After applying the fix (proper initialization of logprobs_tensor), the
same request completed successfully without errors, and the returned
logprobs matched expected values.

- vLLM version: v0.12.0
- vLLM main:
ad32e3e19c

Signed-off-by: jiangweixiang <jwx02384838@antgroup.com>
Co-authored-by: jiangweixiang <jwx02384838@antgroup.com>
Co-authored-by: Mengqing Cao <cmq0113@163.com>
2025-12-10 17:45:58 +08:00
..
2025-12-08 11:02:42 +08:00
2025-12-05 09:03:45 +08:00
2025-12-02 22:10:52 +08:00
2025-11-24 17:08:20 +08:00
2025-12-10 09:20:40 +08:00
2025-12-02 17:35:47 +08:00
2025-12-10 09:20:40 +08:00
2025-12-10 09:20:40 +08:00