- 18 Dec, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 17 Dec, 2025 3 commits
-
-
Sean SH Choi authored
Signed-off-by:
Sean Choi <sechoi@nvidia.com> Signed-off-by:
PeaBrane <yanrpei@gmail.com> Co-authored-by:
Yan Ru Pei <yanrpei@gmail.com> Co-authored-by:
ishandhanani <82981111+ishandhanani@users.noreply.github.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
William Zhang authored
Signed-off-by:William Zhang <133824995+2ez4bz@users.noreply.github.com>
-
- 16 Dec, 2025 3 commits
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
Michael Feil authored
feat: graceful exit leading to 500 and connection errors - liveness-return-false if-cancelled (#4914) Signed-off-by:michaelfeil <me@michaelfeil.eu>
-
milesial authored
Signed-off-by:Alexandre Milesi <milesial@users.noreply.github.com>
-
- 15 Dec, 2025 2 commits
-
-
KrishnanPrash authored
Signed-off-by:Krishnan Prashanth <kprashanth@nvidia.com>
-
jthomson04 authored
Signed-off-by:jthomson04 <jwillthomson19@gmail.com>
-
- 13 Dec, 2025 1 commit
-
-
KrishnanPrash authored
Signed-off-by:Krishnan Prashanth <kprashanth@nvidia.com>
-
- 12 Dec, 2025 4 commits
-
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Vladislav Nosivskoy authored
Signed-off-by:
Vladislav Nosivskoy <vladnosiv@gmail.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
- 11 Dec, 2025 6 commits
-
-
Biswa Panda authored
-
Karen Chung authored
Co-authored-by:Yan Ru Pei <yanrpei@gmail.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Vladislav Nosivskoy authored
Signed-off-by:
Vladislav Nosivskoy <vladnosiv@gmail.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
Yan Ru Pei authored
Signed-off-by:
PeaBrane <yanrpei@gmail.com> Signed-off-by:
Yan Ru Pei <yanrpei@gmail.com> Co-authored-by:
Keiven C <213854356+keivenchang@users.noreply.github.com>
-
Hongkuan Zhou authored
Signed-off-by:
hongkuanz <hongkuanz@nvidia.com> Co-authored-by:
Biswa Panda <biswa.panda@gmail.com>
-
- 10 Dec, 2025 3 commits
-
-
jthomson04 authored
Signed-off-by:jthomson04 <jwillthomson19@gmail.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
jthomson04 authored
Signed-off-by:jthomson04 <jwillthomson19@gmail.com>
-
- 09 Dec, 2025 5 commits
-
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@nvidia.com>
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
Vladislav Nosivskoy authored
Signed-off-by:Vladislav Nosivskoy <vladnosiv@gmail.com>
-
Page authored
-
- 08 Dec, 2025 1 commit
-
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
- 05 Dec, 2025 1 commit
-
-
KrishnanPrash authored
Signed-off-by:Krishnan Prashanth <kprashanth@nvidia.com>
-
- 04 Dec, 2025 3 commits
-
-
Neal Vaidya authored
Signed-off-by:Neal Vaidya <nealv@nvidia.com>
-
Vladislav Nosivskoy authored
Signed-off-by:Vladislav Nosivskoy <vladnosiv@gmail.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
- 03 Dec, 2025 3 commits
-
-
Olga Andreeva authored
Signed-off-by:Olga Andreeva <oandreeva@nvidia.com>
-
GuanLuo authored
Signed-off-by:
Guan Luo <gluo@nvidia.com> Signed-off-by:
GuanLuo <41310872+GuanLuo@users.noreply.github.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
- 02 Dec, 2025 4 commits
-
-
Kris Hung authored
Signed-off-by:krishung5 <krish@nvidia.com>
-
GuanLuo authored
fix: ModelDeploymentCard obtains full set of eos_token_ids by taking union from different files (#3192) Signed-off-by:
Guan Luo <gluo@nvidia.com> Signed-off-by:
Guan Luo <41310872+GuanLuo@users.noreply.github.com>
-
William Zhang authored
* Why? We would like the ability to configure different parser types. Prior to this commit, only the JSON parser could be configured. * What? This commit refactors the tool parser config in the following ways: - the `format` and `json` fields of `ToolParserConfig` are merged into a single `config` field that is a "discriminated union" type. Each parser type can declare its own configuration options. - a `XmlParserConfig` is defined with a default factory method that corresponds to the Qwen3 coder configuration. - affected calls and tests are adjusted.
-
Biswa Panda authored
-