We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vllm-asend 部署成功后,使用4张910B,运行推理服务。
VLLM_USE_MODELSCOPE=true NPU_VISIBLE_DEVICES=4,5,6,7 ASCEND_RT_VISIBLE_DEVICES=4,5,6,7 vllm serve --tensor-parallel-size 4 deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
测试推理服务
curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d '{ "model": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B", "prompt": "描述一下北京的秋天", "max_tokens": 512 }'
将近3分钟才返回结果。
The text was updated successfully, but these errors were encountered:
我这里4卡运行llama70b,每秒9token,100并发下每秒700token。
Sorry, something went wrong.
运行的命令和参数是什么样的呢?
No branches or pull requests
Anything you want to discuss about vllm on ascend.
vllm-asend 部署成功后,使用4张910B,运行推理服务。
VLLM_USE_MODELSCOPE=true NPU_VISIBLE_DEVICES=4,5,6,7 ASCEND_RT_VISIBLE_DEVICES=4,5,6,7 vllm serve --tensor-parallel-size 4 deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
测试推理服务
curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d '{
"model": "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
"prompt": "描述一下北京的秋天",
"max_tokens": 512
}'
将近3分钟才返回结果。
The text was updated successfully, but these errors were encountered: