"lib/bindings/python/vscode:/vscode.git/clone" did not exist on "1e37c1033fac4e4bf7406342ce7805a38ed132db"
- 05 Aug, 2025 1 commit
-
-
Yingge He authored
-
- 01 Aug, 2025 2 commits
-
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 31 Jul, 2025 1 commit
-
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 28 Jul, 2025 2 commits
-
-
Neelay Shah authored
Signed-off-by:
Neelay Shah <neelays@nvidia.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 23 Jul, 2025 1 commit
-
-
Neelay Shah authored
-
- 22 Jul, 2025 2 commits
-
-
Yan Ru Pei authored
-
Keiven C authored
feat: add a hierarchical Prometheus MetricsRegistry trait for DistributedRuntime, Namespace, Components, and Endpoint (#2008) Co-authored-by:
Keiven Chang <keivenchang@users.noreply.github.com> Co-authored-by:
Ryan Olson <rolson@nvidia.com>
-
- 18 Jul, 2025 2 commits
-
-
Ryan Olson authored
-
Jacky authored
-
- 17 Jul, 2025 3 commits
-
-
Kris Hung authored
-
Graham King authored
-
Ryan Olson authored
-
- 16 Jul, 2025 2 commits
-
-
Graham King authored
-
Graham King authored
-
- 15 Jul, 2025 3 commits
-
-
Ryan Olson authored
-
Graham King authored
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 10 Jul, 2025 1 commit
-
-
Graham King authored
-
- 08 Jul, 2025 1 commit
-
-
ZichengMa authored
-
- 07 Jul, 2025 1 commit
-
-
Jacky authored
-
- 01 Jul, 2025 1 commit
-
-
Nathan Barry authored
-
- 24 Jun, 2025 3 commits
-
-
zxyy-bys authored
-
jthomson04 authored
-
jthomson04 authored
-
- 21 Jun, 2025 1 commit
-
-
Ryan Olson authored
-
- 17 Jun, 2025 1 commit
-
-
Jacky authored
-
- 13 Jun, 2025 1 commit
-
-
Jacky authored
-
- 11 Jun, 2025 2 commits
-
-
Ryan Olson authored
-
Hongkuan Zhou authored
-
- 09 Jun, 2025 1 commit
-
-
jthomson04 authored
-
- 04 Jun, 2025 1 commit
-
-
jthomson04 authored
-
- 03 Jun, 2025 1 commit
-
-
Hongkuan Zhou authored
Signed-off-by:
Hongkuan Zhou <tedzhouhk@gmail.com> Co-authored-by:
jothomson <jwillthomson19@gmail.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
- 29 May, 2025 1 commit
-
-
Ryan Olson authored
-
- 23 May, 2025 1 commit
-
-
Yan Ru Pei authored
Signed-off-by:
Michael Feil <63565275+michaelfeil@users.noreply.github.com> Co-authored-by:
Michael Feil <63565275+michaelfeil@users.noreply.github.com> Co-authored-by:
jthomson04 <jwillthomson19@gmail.com> Co-authored-by:
Ryan Olson <ryanolson@users.noreply.github.com>
-
- 22 May, 2025 2 commits
-
-
Graham King authored
Llama 4 has a very large context length (aka n_ctx, model_max_length, max_model_len), and vllm won't start unless it can allocate enough KV cache for the entire context. Allow passing `--context-length <N>` to `dynamo-run` to limit it so long-context models will fit. Future todo: - Restrict every request's `max_tokens` to below the context length. Our pre-processor should do this by setting stop_conditions.max_tokens. mistralrs engine wrapper must do it itself because it does not use the pre-processor. - mistralrs and llamacpp currently have a hard-coded max context length if one is not provided on the command line. Change those to be the model's built-in max, read from the GGUF or tokenizer_config.json.
-
jmswen authored
-
- 21 May, 2025 1 commit
-
-
Graham King authored
- Stop advertising a model when it's last instance stops. Previously was when any instance stops. - Faster locks on model manager. - Move discovery code out of http, as it is used by all inputs.
-
- 20 May, 2025 1 commit
-
-
Faradawn Yang authored
Remove RouterType and ModelMetaData in `lib/runtime/src/protocols.rs`, which are unused (no outside reference). It is because that the routing has been moved to its own module, `pipeline/network/egress/push_router.rs`. Therefore, the legacy definition of RouterType in `protocols.rs` is no longer used.
-