- 24 Apr, 2026 1 commit
-
-
Keiven C authored
Signed-off-by:
Keiven Chang <keivenchang@users.noreply.github.com> Co-authored-by:
Keiven Chang <keivenchang@users.noreply.github.com>
-
- 11 Apr, 2026 1 commit
-
-
Ryan McCormick authored
fix(llm): support reading eos_token_ids from tokenizer_config.json for models like Qwen3.5 with <|im_end|> token (#8091)
-
- 02 Apr, 2026 1 commit
-
-
Neal Vaidya authored
Closes https://github.com/ai-dynamo/dynamo/issues/7737
-
- 31 Mar, 2026 1 commit
-
-
Neal Vaidya authored
-
- 15 Mar, 2026 1 commit
-
-
Biswa Panda authored
-
- 05 Mar, 2026 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 25 Feb, 2026 1 commit
-
-
Nikita authored
Signed-off-by:Nikita Sukharev <kaonael@gmail.com>
-
- 02 Jan, 2026 1 commit
-
-
Tushar Sharma authored
Signed-off-by:Tushar Sharma <tusharma@nvidia.com>
-
- 16 Dec, 2025 1 commit
-
-
milesial authored
Signed-off-by:Alexandre Milesi <milesial@users.noreply.github.com>
-
- 12 Dec, 2025 1 commit
-
-
Vladislav Nosivskoy authored
Signed-off-by:
Vladislav Nosivskoy <vladnosiv@gmail.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
- 18 Nov, 2025 1 commit
-
-
tangcy98 authored
Signed-off-by:
zhangzhang <tangchenyu@xiaohongshu.com> Co-authored-by:
zhangzhang <tangchenyu@xiaohongshu.com> Co-authored-by:
Ayush Agarwal <ayushag@nvidia.com>
-
- 08 Nov, 2025 1 commit
-
-
Ayush Agarwal authored
Signed-off-by:ayushag <ayushag@nvidia.com>
-
- 04 Nov, 2025 1 commit
-
-
milesial authored
Signed-off-by:Alexandre Milesi <milesial@users.noreply.github.com>
-
- 21 Oct, 2025 1 commit
-
-
Elyas Mehtabuddin authored
-
- 06 Oct, 2025 1 commit
-
-
Ayush Agarwal authored
Signed-off-by:ayushag <ayushag@nvidia.com>
-
- 15 Sep, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 17 Jul, 2025 1 commit
-
-
Ryan Olson authored
-
- 22 May, 2025 1 commit
-
-
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
-
- 08 May, 2025 1 commit
-
-
Graham King authored
. New mistralrs and llamacpp version . mistralrs: Handle Gemma 3 and Llama 4 as vision models . Update the dynamo-run docs to use Qwen 3 . Our pre-processor now supports Llama 4's newer multi-modal `config.json` . Upgrade minijinja to handle Qwen 3's prompt template For Llama 4 we'll need to limit the max seq len. vllm says: > To serve at least one request with the models's max seq len (10485760), (240.00 GiB KV cache is needed,... I was able to run Llama 4 with llamacpp and a quantized GGUF, with Dynamo doing the pre-processing.
-
- 25 Feb, 2025 1 commit
-
-
Neelay Shah authored
Signed-off-by:
Neelay Shah <neelays@nvidia.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-