Commit e905b95
committed
merge: merge main into ryan/kvbm-nova-251204
Merged 238 commits from main branch to bring the feature branch up to date.
Key conflicts resolved:
- Removed lib/kvbm-kernels references (deleted in main)
- Kept nova/nova-backend/kvbm workspace members from feature branch
- Maintained v2 module API refactoring from feature branch
- Updated Cargo.lock files to reflect new dependencies
Major updates from main include:
- LoRA support for vLLM (#4810)
- Multimodal documentation (#4510)
- Scaling adapter features (#4699, #4825)
- Tool calling support (#4822, #4722)
- NIXL connect improvements (#4433)
Signed-off-by: Ryan Olson <[email protected]>File tree
661 files changed
+53160
-17859
lines changed- .devcontainer
- .github
- actions
- docker-build
- docker-login
- docker-tag-push
- pytest
- scripts
- workflows
- templates
- benchmarks
- profiler
- utils
- config_modifiers
- components/src/dynamo
- common
- config_dump
- lora
- utils
- frontend
- mocker
- utils
- planner
- utils
- router
- sglang
- request_handlers
- llm
- multimodal
- tests
- trtllm
- request_handlers
- tests
- utils
- vllm
- multimodal_handlers
- tests
- container
- deps
- trtllm
- vllm
- launch_message
- deploy
- cloud
- helm
- crds/templates
- platform
- components/operator
- templates
- operator
- api
- dynamo
- common
- schemas
- v1alpha1
- cmd
- config
- crd/bases
- rbac
- docs
- internal
- common
- consts
- controller_common
- controller
- dynamo
- webhook
- validation
- discovery
- helm/chart/templates
- observability
- grafana_dashboards
- k8s
- utils
- manifests
- docs
- _sections
- agents
- api/nixl_connect
- backends
- sglang
- trtllm
- multinode
- vllm
- benchmarks
- design_docs
- development
- guides
- kubernetes
- deployment
- kvbm
- observability
- planner
- reference
- router
- examples
- backends
- mocker/deploy
- sglang
- deploy
- launch
- slurm_jobs
- scripts
- gb200-fp4/disagg
- gb200-fp8
- agg
- disagg
- vllm
- trtllm
- engine_configs/llama4/multimodal/llama4-Scout
- launch
- performance_sweeps/scripts
- vllm
- deploy
- lora
- launch
- lora
- basics
- disaggregated_serving
- multinode/trtllm
- custom_backend
- cancellation
- hello_world
- nim
- deployments/AKS
- multimodal
- components
- utils
- launch/dynamo-run/src
- lib
- async-openai/src/types
- bindings
- c/src
- kvbm
- python/kvbm
- trtllm_integration
- connector
- vllm_integration
- connector
- src
- block_manager
- vllm/connector
- leader
- tests
- python
- examples
- bls
- error_handling
- hello_world
- metrics
- pipeline
- typed
- rust
- llm
- src/dynamo
- llm
- nixl_connect
- tests
- cancellation
- engines/mistralrs
- src
- kvbm-kernels
- cuda
- prebuilt
- src
- llm
- src
- audit
- block_manager
- block/transfer/kernels
- kv_consolidator
- state
- storage
- discovery
- entrypoint
- input
- grpc
- protos
- service
- http
- service
- kv_router
- lora
- mocker
- perf
- preprocessor
- media
- decoders
- prompt
- template
- protocols
- common
- openai
- chat_completions
- completions
- utils
- tests
- data/vllm
- deepseek-v3.1
- deepseek-v3
- parsers
- src/tool_calling
- dsml
- json
- xml
- runtime
- examples
- hello_world/src/bin
- service_metrics
- src
- bin
- system_metrics/src
- bin
- src
- component
- config
- discovery
- metrics
- pipeline/network
- egress
- ingress
- storage
- kv
- transports
- etcd
- utils
- tests
- recipes
- deepseek-r1
- model-cache
- sglang
- disagg-16gpu
- disagg-8gpu
- trtllm/disagg/wide_ep/gb200
- vllm/disagg
- gpt-oss-120b/trtllm/agg
- llama-3-70b/vllm
- agg
- gaie/k8s-manifests
- epp
- model
- disagg-multi-node
- disagg-single-node
- qwen3-235b-a22b-fp8/trtllm
- agg
- disagg
- qwen3-32b-fp8/trtllm
- agg
- disagg
- tests
- basic
- ci
- dependencies
- fault_tolerance
- cancellation
- deploy
- container
- templates/vllm
- etcd_ha
- hardware/fault_injection_service
- agents/gpu_fault_injector
- api_service
- cuda_fault_injection
- deploy
- helpers
- migration
- frontend
- grpc
- kvbm_integration
- lmcache
- planner
- unit
- profiler
- router
- serve
- launch
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
661 files changed
+53160
-17859
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 4 | | |
17 | 5 | | |
18 | 6 | | |
19 | 7 | | |
20 | 8 | | |
21 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 67 | + | |
87 | 68 | | |
88 | 69 | | |
89 | 70 | | |
| |||
114 | 95 | | |
115 | 96 | | |
116 | 97 | | |
117 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
118 | 104 | | |
119 | 105 | | |
120 | 106 | | |
121 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
122 | 117 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 118 | + | |
| 119 | + | |
129 | 120 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
76 | 70 | | |
77 | 71 | | |
78 | 72 | | |
| |||
88 | 82 | | |
89 | 83 | | |
90 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
91 | 89 | | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
| 110 | + | |
105 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
106 | 121 | | |
107 | | - | |
| 122 | + | |
108 | 123 | | |
109 | 124 | | |
110 | | - | |
| 125 | + | |
111 | 126 | | |
112 | 127 | | |
113 | | - | |
| 128 | + | |
114 | 129 | | |
115 | 130 | | |
116 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
117 | 138 | | |
118 | 139 | | |
| 140 | + | |
119 | 141 | | |
120 | 142 | | |
121 | 143 | | |
122 | 144 | | |
123 | 145 | | |
124 | 146 | | |
125 | 147 | | |
126 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
127 | 151 | | |
128 | 152 | | |
129 | | - | |
130 | 153 | | |
131 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
132 | 178 | | |
133 | 179 | | |
134 | 180 | | |
135 | 181 | | |
136 | | - | |
137 | 182 | | |
138 | 183 | | |
139 | 184 | | |
| |||
162 | 207 | | |
163 | 208 | | |
164 | 209 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | 210 | | |
170 | | - | |
| 211 | + | |
171 | 212 | | |
172 | 213 | | |
173 | | - | |
| 214 | + | |
174 | 215 | | |
175 | 216 | | |
176 | 217 | | |
177 | | - | |
| 218 | + | |
178 | 219 | | |
179 | | - | |
| 220 | + | |
180 | 221 | | |
181 | 222 | | |
182 | 223 | | |
| |||
190 | 231 | | |
191 | 232 | | |
192 | 233 | | |
193 | | - | |
194 | 234 | | |
195 | 235 | | |
196 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
197 | 266 | | |
198 | | - | |
199 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
200 | 312 | | |
| 313 | + | |
201 | 314 | | |
202 | | - | |
203 | | - | |
| 315 | + | |
| 316 | + | |
204 | 317 | | |
| 318 | + | |
0 commit comments