[Bug]: 'DeepseekV2Model' object has no attribute 'config' when enabling P/D Disaggregation #14324
Open
1 task done
Labels
bug
Something isn't working
Your current environment
The output of `python collect_env.py`
🐛 Describe the bug
When I was trying Disaggregated Prefilling with DeepSeek-V2-Lite, I firstly started two backend with a proxy:
Then I run a benchmark test:
and the server 8100 (Prefill, kv_producer) threw an error and GPU memory dropped, while the Decode side was fine. The related log:
When I located to line 165 of vllm/distributed/kv_transfer/kv_connector/simple_connector.py, the code was below:
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: