From 70d2bbc71b9a89daaaebe067a7b5bc5826a0853f Mon Sep 17 00:00:00 2001 From: athreesh Date: Tue, 29 Jul 2025 22:35:29 -0700 Subject: [PATCH] address QA broken links comments --- components/backends/sglang/README.md | 12 ++++++------ components/backends/trtllm/README.md | 12 ++++++------ components/backends/vllm/README.md | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/components/backends/sglang/README.md b/components/backends/sglang/README.md index ffb58e76a0..e1d71516d5 100644 --- a/components/backends/sglang/README.md +++ b/components/backends/sglang/README.md @@ -34,12 +34,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) | Feature | SGLang | Notes | |---------|--------|-------| -| [**Disaggregated Serving**](../../docs/architecture/disagg_serving.md) | ✅ | | -| [**Conditional Disaggregation**](../../docs/architecture/disagg_serving.md#conditional-disaggregation) | 🚧 | WIP [PR](https://github.com/sgl-project/sglang/pull/7730) | -| [**KV-Aware Routing**](../../docs/architecture/kv_cache_routing.md) | ✅ | | -| [**SLA-Based Planner**](../../docs/architecture/sla_planner.md) | ❌ | Planned | -| [**Load Based Planner**](../../docs/architecture/load_planner.md) | ❌ | Planned | -| [**KVBM**](../../docs/architecture/kvbm_architecture.md) | ❌ | Planned | +| [**Disaggregated Serving**](../../../docs/architecture/disagg_serving.md) | ✅ | | +| [**Conditional Disaggregation**](../../../docs/architecture/disagg_serving.md#conditional-disaggregation) | 🚧 | WIP [PR](https://github.com/sgl-project/sglang/pull/7730) | +| [**KV-Aware Routing**](../../../docs/architecture/kv_cache_routing.md) | ✅ | | +| [**SLA-Based Planner**](../../../docs/architecture/sla_planner.md) | ❌ | Planned | +| [**Load Based Planner**](../../../docs/architecture/load_planner.md) | ❌ | Planned | +| [**KVBM**](../../../docs/architecture/kvbm_architecture.md) | ❌ | Planned | ### Large Scale P/D and WideEP Features diff --git a/components/backends/trtllm/README.md b/components/backends/trtllm/README.md index 3a5b495dce..b525bab329 100644 --- a/components/backends/trtllm/README.md +++ b/components/backends/trtllm/README.md @@ -49,12 +49,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) | Feature | TensorRT-LLM | Notes | |---------|--------------|-------| -| [**Disaggregated Serving**](../../docs/architecture/disagg_serving.md) | ✅ | | -| [**Conditional Disaggregation**](../../docs/architecture/disagg_serving.md#conditional-disaggregation) | 🚧 | Not supported yet | -| [**KV-Aware Routing**](../../docs/architecture/kv_cache_routing.md) | ✅ | | -| [**SLA-Based Planner**](../../docs/architecture/sla_planner.md) | 🚧 | Planned | -| [**Load Based Planner**](../../docs/architecture/load_planner.md) | 🚧 | Planned | -| [**KVBM**](../../docs/architecture/kvbm_architecture.md) | 🚧 | Planned | +| [**Disaggregated Serving**](../../../docs/architecture/disagg_serving.md) | ✅ | | +| [**Conditional Disaggregation**](../../../docs/architecture/disagg_serving.md#conditional-disaggregation) | 🚧 | Not supported yet | +| [**KV-Aware Routing**](../../../docs/architecture/kv_cache_routing.md) | ✅ | | +| [**SLA-Based Planner**](../../../docs/architecture/sla_planner.md) | 🚧 | Planned | +| [**Load Based Planner**](../../../docs/architecture/load_planner.md) | 🚧 | Planned | +| [**KVBM**](../../../docs/architecture/kvbm_architecture.md) | 🚧 | Planned | ### Large Scale P/D and WideEP Features diff --git a/components/backends/vllm/README.md b/components/backends/vllm/README.md index f20b9bb9d0..6ff95160bb 100644 --- a/components/backends/vllm/README.md +++ b/components/backends/vllm/README.md @@ -35,12 +35,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) | Feature | vLLM | Notes | |---------|------|-------| -| [**Disaggregated Serving**](../../docs/architecture/disagg_serving.md) | ✅ | | -| [**Conditional Disaggregation**](../../docs/architecture/disagg_serving.md#conditional-disaggregation) | 🚧 | WIP | -| [**KV-Aware Routing**](../../docs/architecture/kv_cache_routing.md) | ✅ | | -| [**SLA-Based Planner**](../../docs/architecture/sla_planner.md) | ✅ | | -| [**Load Based Planner**](../../docs/architecture/load_planner.md) | 🚧 | WIP | -| [**KVBM**](../../docs/architecture/kvbm_architecture.md) | 🚧 | WIP | +| [**Disaggregated Serving**](../../../docs/architecture/disagg_serving.md) | ✅ | | +| [**Conditional Disaggregation**](../../../docs/architecture/disagg_serving.md#conditional-disaggregation) | 🚧 | WIP | +| [**KV-Aware Routing**](../../../docs/architecture/kv_cache_routing.md) | ✅ | | +| [**SLA-Based Planner**](../../../docs/architecture/sla_planner.md) | ✅ | | +| [**Load Based Planner**](../../../docs/architecture/load_planner.md) | 🚧 | WIP | +| [**KVBM**](../../../docs/architecture/kvbm_architecture.md) | 🚧 | WIP | ### Large Scale P/D and WideEP Features