MCP vLLM基准测试工具
这是关于如何使用MCP交互式地对vLLM进行基准测试的概念证明。
我们对基准测试并不陌生,请阅读我们的博客:
这只是对MCP可能性的探索。
用法
- 克隆存储库
- 将其添加到您的MCP服务器:
{
"mcpServers": {
"mcp-vllm": {
"command": "uv",
"args": [
"run",
"/Path/TO/mcp-vllm-benchmarking-tool/server.py"
]
}
}
}然后你可以像这样提示:
Do a vllm benchmark for this endpoint: http://10.0.101.39:8888
benchmark the following model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
run the benchmark 3 times with each 32 num prompts, then compare the results, but ignore the first iteration as that is just a warmup.全部 :
- 由于vllm的一些随机输出,它可能会显示它发现了一些无效的json。我还没有真正调查过。
