Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
dabfea3d
"lib/bindings/python/vscode:/vscode.git/clone" did not exist on "723676b426f71a2d7c5d9ffbab7aeb3809863948"
Unverified
Commit
dabfea3d
authored
Jul 30, 2025
by
Anish
Committed by
GitHub
Jul 30, 2025
Browse files
chore: address QA broken links comments (#2184)
parent
ee09de0b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
components/backends/sglang/README.md
components/backends/sglang/README.md
+6
-6
components/backends/trtllm/README.md
components/backends/trtllm/README.md
+6
-6
components/backends/vllm/README.md
components/backends/vllm/README.md
+6
-6
No files found.
components/backends/sglang/README.md
View file @
dabfea3d
...
@@ -34,12 +34,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
...
@@ -34,12 +34,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
| Feature | SGLang | Notes |
| Feature | SGLang | Notes |
|---------|--------|-------|
|---------|--------|-------|
|
[
**Disaggregated Serving**
](
../../docs/architecture/disagg_serving.md
)
| ✅ | |
|
[
**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
)
|
|
[
**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
)
| ✅ | |
|
[
**KV-Aware Routing**
](
../../
../
docs/architecture/kv_cache_routing.md
)
| ✅ | |
|
[
**SLA-Based Planner**
](
../../docs/architecture/sla_planner.md
)
| ❌ | Planned |
|
[
**SLA-Based Planner**
](
../../
../
docs/architecture/sla_planner.md
)
| ❌ | Planned |
|
[
**Load Based Planner**
](
../../docs/architecture/load_planner.md
)
| ❌ | Planned |
|
[
**Load Based Planner**
](
../../
../
docs/architecture/load_planner.md
)
| ❌ | Planned |
|
[
**KVBM**
](
../../docs/architecture/kvbm_architecture.md
)
| ❌ | Planned |
|
[
**KVBM**
](
../../
../
docs/architecture/kvbm_architecture.md
)
| ❌ | Planned |
### Large Scale P/D and WideEP Features
### Large Scale P/D and WideEP Features
...
...
components/backends/trtllm/README.md
View file @
dabfea3d
...
@@ -49,12 +49,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
...
@@ -49,12 +49,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
| Feature | TensorRT-LLM | Notes |
| Feature | TensorRT-LLM | Notes |
|---------|--------------|-------|
|---------|--------------|-------|
|
[
**Disaggregated Serving**
](
../../docs/architecture/disagg_serving.md
)
| ✅ | |
|
[
**Disaggregated Serving**
](
../../
../
docs/architecture/disagg_serving.md
)
| ✅ | |
|
[
**Conditional Disaggregation**
](
../../docs/architecture/disagg_serving.md#conditional-disaggregation
)
| 🚧 | Not supported yet |
|
[
**Conditional Disaggregation**
](
../../
../
docs/architecture/disagg_serving.md#conditional-disaggregation
)
| 🚧 | Not supported yet |
|
[
**KV-Aware Routing**
](
../../docs/architecture/kv_cache_routing.md
)
| ✅ | |
|
[
**KV-Aware Routing**
](
../../
../
docs/architecture/kv_cache_routing.md
)
| ✅ | |
|
[
**SLA-Based Planner**
](
../../docs/architecture/sla_planner.md
)
| 🚧 | Planned |
|
[
**SLA-Based Planner**
](
../../
../
docs/architecture/sla_planner.md
)
| 🚧 | Planned |
|
[
**Load Based Planner**
](
../../docs/architecture/load_planner.md
)
| 🚧 | Planned |
|
[
**Load Based Planner**
](
../../
../
docs/architecture/load_planner.md
)
| 🚧 | Planned |
|
[
**KVBM**
](
../../docs/architecture/kvbm_architecture.md
)
| 🚧 | Planned |
|
[
**KVBM**
](
../../
../
docs/architecture/kvbm_architecture.md
)
| 🚧 | Planned |
### Large Scale P/D and WideEP Features
### Large Scale P/D and WideEP Features
...
...
components/backends/vllm/README.md
View file @
dabfea3d
...
@@ -35,12 +35,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
...
@@ -35,12 +35,12 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
| Feature | vLLM | Notes |
| Feature | vLLM | Notes |
|---------|------|-------|
|---------|------|-------|
|
[
**Disaggregated Serving**
](
../../docs/architecture/disagg_serving.md
)
| ✅ | |
|
[
**Disaggregated Serving**
](
../../
../
docs/architecture/disagg_serving.md
)
| ✅ | |
|
[
**Conditional Disaggregation**
](
../../docs/architecture/disagg_serving.md#conditional-disaggregation
)
| 🚧 | WIP |
|
[
**Conditional Disaggregation**
](
../../
../
docs/architecture/disagg_serving.md#conditional-disaggregation
)
| 🚧 | WIP |
|
[
**KV-Aware Routing**
](
../../docs/architecture/kv_cache_routing.md
)
| ✅ | |
|
[
**KV-Aware Routing**
](
../../
../
docs/architecture/kv_cache_routing.md
)
| ✅ | |
|
[
**SLA-Based Planner**
](
../../docs/architecture/sla_planner.md
)
| ✅ | |
|
[
**SLA-Based Planner**
](
../../
../
docs/architecture/sla_planner.md
)
| ✅ | |
|
[
**Load Based Planner**
](
../../docs/architecture/load_planner.md
)
| 🚧 | WIP |
|
[
**Load Based Planner**
](
../../
../
docs/architecture/load_planner.md
)
| 🚧 | WIP |
|
[
**KVBM**
](
../../docs/architecture/kvbm_architecture.md
)
| 🚧 | WIP |
|
[
**KVBM**
](
../../
../
docs/architecture/kvbm_architecture.md
)
| 🚧 | WIP |
### Large Scale P/D and WideEP Features
### Large Scale P/D and WideEP Features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment