"docs/vscode:/vscode.git/clone" did not exist on "cbc2ef55292b2af6ff742095c030e8425124c005"
- 16 Jul, 2025 1 commit
-
-
Hongkuan Zhou authored
-
- 14 Jul, 2025 3 commits
-
-
Schwinn Saereesitthipitak authored
Signed-off-by:Schwinn Saereesitthipitak <17022745+galletas1712@users.noreply.github.com>
-
Yan Ru Pei authored
-
Graham King authored
Remove http and llmctl binaries. They have been unused for a while.
-
- 11 Jul, 2025 1 commit
-
-
atchernych authored
Signed-off-by:
hhzhang16 <54051230+hhzhang16@users.noreply.github.com> Co-authored-by:
Julien Mancuso <jmancuso@nvidia.com> Co-authored-by:
hhzhang16 <54051230+hhzhang16@users.noreply.github.com>
-
- 10 Jul, 2025 1 commit
-
-
Yan Ru Pei authored
Signed-off-by:
Yan Ru Pei <yanrpei@gmail.com> Co-authored-by:
Hongkuan Zhou <tedzhouhk@gmail.com>
-
- 08 Jul, 2025 2 commits
-
-
Biswa Panda authored
-
Yan Ru Pei authored
Signed-off-by:
Yan Ru Pei <yanrpei@gmail.com> Co-authored-by:
Alec <35311602+alec-flowers@users.noreply.github.com>
-
- 07 Jul, 2025 1 commit
-
-
jain-ria authored
Signed-off-by:
jain-ria <riajain@NVIDIA.com> Co-authored-by:
Alec <35311602+alec-flowers@users.noreply.github.com>
-
- 02 Jul, 2025 1 commit
-
-
Zhongdongming Dai authored
-
- 30 Jun, 2025 1 commit
-
-
tzulingk authored
-
- 27 Jun, 2025 1 commit
-
-
julienmancuso authored
-
- 18 Jun, 2025 1 commit
-
-
Shriyash.Patil authored
Signed-off-by:Shriyash.Patil <shriyash81@gmail.com>
-
- 13 Jun, 2025 3 commits
-
-
julienmancuso authored
-
J Wyman authored
-
Kristen Kelleher authored
-
- 12 Jun, 2025 1 commit
-
-
Kristen Kelleher authored
Signed-off-by:
Kristen Kelleher <kkelleher@nvidia.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
- 10 Jun, 2025 1 commit
-
-
Biswa Panda authored
-
- 05 Jun, 2025 1 commit
-
-
Yan Ru Pei authored
Signed-off-by:
Yan Ru Pei <yanrpei@gmail.com> Co-authored-by:
Neelay Shah <neelays@nvidia.com>
-
- 04 Jun, 2025 3 commits
-
-
julienmancuso authored
-
Hongkuan Zhou authored
-
Kristen Kelleher authored
Signed-off-by:Kristen Kelleher <kkelleher@nvidia.com> - Content, format, and structural changes to the Dynamo docs for 0.3.0. - Includes copyediting and the first batch of changes from the DMO review.
-
- 03 Jun, 2025 1 commit
-
-
Paul Hendricks authored
-
- 02 Jun, 2025 3 commits
-
-
hhzhang16 authored
Signed-off-by:
hhzhang16 <54051230+hhzhang16@users.noreply.github.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
Graham King authored
Do not include by default as it needs libgomp1 at runtime. Add a feature to enable it at build time.
-
Hongkuan Zhou authored
-
- 30 May, 2025 3 commits
-
-
Ryan McCormick authored
-
Alec authored
-
julienmancuso authored
-
- 29 May, 2025 1 commit
-
-
Graham King authored
-
- 28 May, 2025 4 commits
-
-
Tanmay Verma authored
-
Hongkuan Zhou authored
-
mohammedabdulwahhab authored
Signed-off-by:mohammedabdulwahhab <furkhan324@berkeley.edu>
-
julienmancuso authored
Signed-off-by:
julienmancuso <161955438+julienmancuso@users.noreply.github.com> Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
-
- 23 May, 2025 1 commit
-
-
julienmancuso authored
-
- 22 May, 2025 4 commits
-
-
Graham King authored
Example: ``` dynamo-run out=<engine> <model> --kv-cache-block-size 64 ``` In a distributed system this goes on the worker node and is propagated to ingress via the model deployment card. Previously hard coded to 16, which is now the default. - Load context_length from model. Closes #1172 - Store context length and KV cache block size in Model Deployment Card #1170
-
Hongkuan Zhou authored
Co-authored-by:root <root@kkranen-dt.nvidia.com>
-
Hongkuan Zhou authored
-
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.
-
- 21 May, 2025 1 commit
-
-
Graham King authored
-