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
fb10ffb5
Unverified
Commit
fb10ffb5
authored
Aug 15, 2025
by
ZichengMa
Committed by
GitHub
Aug 15, 2025
Browse files
docs: Add LMCache in vLLM README.md (#2462)
Signed-off-by:
ZichengMa
<
zichengma1225@gmail.com
>
parent
eaf42eb0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
components/backends/vllm/README.md
components/backends/vllm/README.md
+1
-0
components/backends/vllm/src/dynamo/vllm/main.py
components/backends/vllm/src/dynamo/vllm/main.py
+0
-1
No files found.
components/backends/vllm/README.md
View file @
fb10ffb5
...
...
@@ -41,6 +41,7 @@ git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
|
[
**SLA-Based Planner**
](
../../../docs/architecture/sla_planner.md
)
| ✅ | |
|
[
**Load Based Planner**
](
../../../docs/architecture/load_planner.md
)
| 🚧 | WIP |
|
[
**KVBM**
](
../../../docs/architecture/kvbm_architecture.md
)
| 🚧 | WIP |
|
[
**LMCache**
](
./LMCache_Integration.md
)
| ✅ | |
### Large Scale P/D and WideEP Features
...
...
components/backends/vllm/src/dynamo/vllm/main.py
View file @
fb10ffb5
...
...
@@ -132,7 +132,6 @@ async def init_prefill(runtime: DistributedRuntime, config: Config):
"""
Instantiate and serve
"""
component
=
runtime
.
namespace
(
config
.
namespace
).
component
(
config
.
component
)
await
component
.
create_service
()
...
...
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