Unverified Commit 384e449d authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: agg router test (#2123)

parent 2cd96ec7
...@@ -199,7 +199,7 @@ vllm_configs = { ...@@ -199,7 +199,7 @@ vllm_configs = {
), ),
"agg-router": VLLMConfig( "agg-router": VLLMConfig(
name="agg-router", name="agg-router",
directory="/workspace/examples/vllm", directory="/workspace/components/backends/vllm",
script_name="agg_router.sh", script_name="agg_router.sh",
marks=[pytest.mark.gpu_2, pytest.mark.vllm], marks=[pytest.mark.gpu_2, pytest.mark.vllm],
endpoints=["v1/chat/completions", "v1/completions"], endpoints=["v1/chat/completions", "v1/completions"],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment