Your current environment
The output of python collect_env.py
Your output of `python collect_env.py` here
🐛 Describe the bug

when run the server will crash
vllm bench serve --backend openai --base-url http://localhost:8005 --model /data/nfs_63_200g/DeepSeek-V4-Flash/ --num-prompts 256 --max-concurrency 8 --dataset-name random --served-model-name VLLM-MODEL --input-len 8192 --output-len 1024
change the input-len 8192 to 2048,the server is ok
Before submitting a new issue...
Your current environment
The output of
python collect_env.py🐛 Describe the bug
vllm bench serve --backend openai --base-url http://localhost:8005 --model /data/nfs_63_200g/DeepSeek-V4-Flash/ --num-prompts 256 --max-concurrency 8 --dataset-name random --served-model-name VLLM-MODEL --input-len 8192 --output-len 1024
change the input-len 8192 to 2048,the server is ok
Before submitting a new issue...