"lib/runtime/src/vscode:/vscode.git/clone" did not exist on "31b78e96374545efd452cbea7f06ecc3d7a281f4"
Unverified Commit 844f8819 authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

docs: Bring back some missed release/0.4.0 doc changes, fix broken links, add...

docs: Bring back some missed release/0.4.0 doc changes, fix broken links, add lychee link checker github action (#2482)
parent 41f095cf
...@@ -262,7 +262,7 @@ vllm_configs = { ...@@ -262,7 +262,7 @@ vllm_configs = {
), ),
"multimodal_agg": VLLMConfig( "multimodal_agg": VLLMConfig(
name="multimodal_agg", name="multimodal_agg",
directory="/workspace/examples/multimodal_v1", directory="/workspace/examples/multimodal",
script_name="agg.sh", script_name="agg.sh",
marks=[pytest.mark.gpu_2, pytest.mark.vllm], marks=[pytest.mark.gpu_2, pytest.mark.vllm],
endpoints=["v1/chat/completions"], endpoints=["v1/chat/completions"],
...@@ -276,7 +276,7 @@ vllm_configs = { ...@@ -276,7 +276,7 @@ vllm_configs = {
# TODO: Enable this test case when we have 4 GPUs runners. # TODO: Enable this test case when we have 4 GPUs runners.
# "multimodal_disagg": VLLMConfig( # "multimodal_disagg": VLLMConfig(
# name="multimodal_disagg", # name="multimodal_disagg",
# directory="/workspace/examples/multimodal_v1", # directory="/workspace/examples/multimodal",
# script_name="disagg.sh", # script_name="disagg.sh",
# marks=[pytest.mark.gpu_4, pytest.mark.vllm], # marks=[pytest.mark.gpu_4, pytest.mark.vllm],
# endpoints=["v1/chat/completions"], # endpoints=["v1/chat/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