- 04 Dec, 2025 9 commits
-
-
Vladislav Nosivskoy authored
Signed-off-by:Vladislav Nosivskoy <vladnosiv@gmail.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@nvidia.com>
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@nvidia.com>
-
Karen Chung authored
Signed-off-by:
alec-flowers <aflowers@nvidia.com> Signed-off-by:
Karen Chung <karenc@nvidia.com> Signed-off-by:
jthomson04 <jwillthomson19@gmail.com> Co-authored-by:
alec-flowers <aflowers@nvidia.com> Co-authored-by:
jthomson04 <jwillthomson19@gmail.com>
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@nvidia.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Indrajit Bhosale authored
Signed-off-by:
Indrajit Bhosale <iamindrajitb@gmail.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
Biswa Panda authored
-
- 03 Dec, 2025 23 commits
-
-
Anant Sharma authored
Signed-off-by:Anant Sharma <anants@nvidia.com>
-
jthomson04 authored
Signed-off-by:
jthomson04 <jwillthomson19@gmail.com> Co-authored-by:
ishandhanani <82981111+ishandhanani@users.noreply.github.com>
-
Biswa Panda authored
-
Hongkuan Zhou authored
Signed-off-by:hongkuanz <hongkuanz@nvidia.com>
-
Nate Mailhot authored
-
Karen Chung authored
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
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>
-
Neal Vaidya authored
Signed-off-by:Neal Vaidya <nealv@nvidia.com>
-
dagil-nvidia authored
Signed-off-by:Dan Gil <dagil@nvidia.com>
-
c-fteixeira authored
Signed-off-by:c-fteixeira <fteixeira@nvidia.com>
-
ptarasiewiczNV authored
Signed-off-by:Piotr Tarasiewicz <ptarasiewicz@nvidia.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Anant Sharma authored
Signed-off-by:
Anant Sharma <anants@nvidia.com> Signed-off-by:
Harrison Saturley-Hall <hsaturleyhal@nvidia.com> Co-authored-by:
Harrison Saturley-Hall <hsaturleyhal@nvidia.com>
-
Julien Debache authored
Co-authored-by:Ryan McCormick <rmccormick@nvidia.com>
-
Jason Zhou authored
Signed-off-by:Jason Zhou <jasonzho@nvidia.com>
-
Keiven C authored
Signed-off-by:
Keiven Chang <keivenchang@users.noreply.github.com> Co-authored-by:
Keiven Chang <keivenchang@users.noreply.github.com>
-
Sertaç Özercan authored
Signed-off-by:
Sertac Ozercan <sozercan@gmail.com> Co-authored-by:
Anish <80174047+athreesh@users.noreply.github.com>
-
Hongkuan Zhou authored
Signed-off-by:hongkuanz <hongkuanz@nvidia.com>
-
Yan Ru Pei authored
Signed-off-by:PeaBrane <yanrpei@gmail.com>
-
Keiven C authored
fix: integration test failures. Support DYN_SYSTEM_PORT=0 for random port binding, and update etcd test (#4687) Signed-off-by:
Keiven Chang <keivenchang@users.noreply.github.com> Co-authored-by:
Keiven Chang <keivenchang@users.noreply.github.com>
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@nvidia.com>
-
- 02 Dec, 2025 8 commits
-
-
Kris Hung authored
Signed-off-by:krishung5 <krish@nvidia.com>
-
Tzu-Ling Kan authored
Signed-off-by:tzulingk@nvidia.com <tzulingk@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>
-
Kris Hung authored
-
Hongkuan Zhou authored
Signed-off-by:hongkuanz <hongkuanz@nvidia.com>
-
KrishnanPrash authored
Signed-off-by:
Krishnan Prashanth <kprashanth@nvidia.com> Signed-off-by:
KrishnanPrash <140860868+KrishnanPrash@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.
-
Kris Hung authored
-