- 24 Oct, 2025 1 commit
-
-
Keiven C authored
refactor: redesign the metrics API from Trait to composition to make the code cleaner and easier to understand (#3687) Signed-off-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 23 Oct, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 21 Oct, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 17 Oct, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 16 Oct, 2025 1 commit
-
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
- 13 Oct, 2025 1 commit
-
-
mohammedabdulwahhab authored
Signed-off-by:mohammedabdulwahhab <furkhan324@berkeley.edu>
-
- 29 Sep, 2025 1 commit
-
-
akshaver authored
-
- 19 Sep, 2025 1 commit
-
-
Jacky authored
Signed-off-by:Jacky <18255193+kthui@users.noreply.github.com>
-
- 17 Sep, 2025 1 commit
-
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@nvidia.com>
-
- 16 Sep, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 03 Sep, 2025 1 commit
-
-
Hongkuan Zhou authored
Signed-off-by:
hongkuanz <hongkuanz@nvidia.com> Signed-off-by:
hongkuan <hongkuanz@nvidia.com>
-
- 02 Sep, 2025 1 commit
-
-
Jacky authored
-
- 28 Aug, 2025 1 commit
-
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 23 Aug, 2025 1 commit
-
-
Ryan McCormick authored
-
- 22 Aug, 2025 1 commit
-
-
Graham King authored
-
- 21 Aug, 2025 2 commits
-
-
Tzu-Ling Kan authored
-
Tzu-Ling Kan authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 19 Aug, 2025 3 commits
-
-
Tzu-Ling Kan authored
Signed-off-by:Tzu-Ling Kan <tzulingk@nvidia.com>
-
Ryan Olson authored
Signed-off-by:
Ryan Olson <rolson@nvidia.com> Co-authored-by:
Olga Andreeva <oandreeva@nvidia.com> Co-authored-by:
Ziqi Fan <ziqif@nvidia.com> Co-authored-by:
John Thompson <jothomson@nvidia.com> Co-authored-by:
Richard Huo <rihuo@nvidia.com> Co-authored-by:
Zicheng Ma <zichengm@nvidia.com>
-
Yan Ru Pei authored
-
- 18 Aug, 2025 1 commit
-
-
nachiketb-nvidia authored
Signed-off-by:nachiketb-nvidia <nachiketb@nvidia.com>
-
- 14 Aug, 2025 1 commit
-
-
jthomson04 authored
Signed-off-by:jthomson04 <jwillthomson19@gmail.com>
-
- 07 Aug, 2025 2 commits
-
-
Graham King authored
-
Neelay Shah authored
Signed-off-by:
Neelay Shah <neelays@nvidia.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by:
Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com>
-
- 05 Aug, 2025 4 commits
-
-
Ryan McCormick authored
-
Hongkuan Zhou authored
Signed-off-by:
Hongkuan Zhou <tedzhouhk@gmail.com> Co-authored-by:
Jacky <18255193+kthui@users.noreply.github.com> Co-authored-by:
hhzhang16 <54051230+hhzhang16@users.noreply.github.com>
-
Jacky authored
-
Yingge He authored
-
- 28 Jul, 2025 1 commit
-
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@users.noreply.github.com>
-
- 23 Jul, 2025 1 commit
-
-
Neelay Shah authored
-
- 18 Jul, 2025 2 commits
-
-
Ryan Olson authored
-
Jacky authored
-
- 17 Jul, 2025 1 commit
-
-
Ryan Olson authored
-
- 16 Jul, 2025 1 commit
-
-
Graham King authored
-
- 07 Jul, 2025 1 commit
-
-
Jacky authored
-
- 01 Jul, 2025 1 commit
-
-
Nathan Barry authored
-
- 24 Jun, 2025 1 commit
-
-
zxyy-bys authored
-
- 13 Jun, 2025 1 commit
-
-
Jacky 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 1 commit
-
-
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.
-