- 24 Jul, 2025 2 commits
-
-
hhzhang16 authored
Co-authored-by:
hongkuan <hongkuanz@nvidia.com> Co-authored-by:
mohammedabdulwahhab <furkhan324@berkeley.edu> Co-authored-by:
Hongkuan Zhou <tedzhouhk@gmail.com>
-
julienmancuso authored
-
- 23 Jul, 2025 4 commits
-
-
Graham King authored
-
Biswa Panda authored
-
Ryan McCormick authored
Signed-off-by:
Ryan McCormick <mccormick.codes@gmail.com> Co-authored-by:
tanmayv25 <tanmay2592@gmail.com>
-
Biswa Panda authored
-
- 22 Jul, 2025 4 commits
-
-
Graham King authored
-
Alec authored
Co-authored-by:Graham King <grahamk@nvidia.com>
-
Graham King authored
-
Keiven C authored
feat: add a hierarchical Prometheus MetricsRegistry trait for DistributedRuntime, Namespace, Components, and Endpoint (#2008) Co-authored-by:
Keiven Chang <keivenchang@users.noreply.github.com> Co-authored-by:
Ryan Olson <rolson@nvidia.com>
-
- 19 Jul, 2025 1 commit
-
-
jthomson04 authored
-
- 18 Jul, 2025 4 commits
-
-
Yan Ru Pei authored
Signed-off-by:
Yan Ru Pei <yanrpei@gmail.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
Tanmay Verma authored
-
Graham King authored
-
Iman Tabrizian authored
Signed-off-by:Iman Tabrizian <10105175+Tabrizian@users.noreply.github.com>
-
- 16 Jul, 2025 2 commits
-
-
Tanmay Verma authored
-
Yan Ru Pei authored
-
- 15 Jul, 2025 1 commit
-
-
Graham King authored
-
- 14 Jul, 2025 4 commits
-
-
Graham King authored
-
Yan Ru Pei authored
-
Graham King authored
Remove http and llmctl binaries. They have been unused for a while.
-
Graham King authored
-
- 08 Jul, 2025 3 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>
-
Keiven C authored
Co-authored-by:Keiven Chang <keivenchang@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>
-
- 30 Jun, 2025 2 commits
-
-
Hongkuan Zhou authored
-
Graham King authored
Move much of what was in the `dynamo-run` crate into `dynamo-llm` so that everyone can use it. Example usage: 1. Create a `LocalModel`: ``` let local_model = LocalModelBuilder::default() .model_path("Qwen/Qwen3-0.6B") .http_port(8080) .build().await?; ``` 2. Make an engine: ``` let engine_config = EngineConfig::StaticFull { engine: dynamo_engine_mistralrs::make_engine(&local_model).await?, model: Box::new(local_model), }; ``` 3. Connect it to an input and run it ``` dynamo_llm::entrypoint::input::run_input(Input::Http, runtime, engine_config).await?; ``` For https://github.com/ai-dynamo/dynamo/issues/1647 Code Rabbit summary, thanks: * Introduced a flexible builder pattern for local model configuration, allowing advanced customization and easier initialization. * Added new input modes and unified input handling, supporting interactive chat, HTTP server, batch file, and distributed endpoint modes. * Centralized engine configuration and routing, enabling more extensible and maintainable engine management. * Simplified and modularized the codebase by moving input and engine logic into dedicated modules. * Replaced direct model construction with an asynchronous builder for improved clarity and extensibility. * Streamlined configuration and validation for flags and router settings. * Added validation to prevent incompatible input and output combinations in endpoint and dynamic modes.
-
- 25 Jun, 2025 1 commit
-
-
Yan Ru Pei authored
-
- 18 Jun, 2025 1 commit
-
-
Hongkuan Zhou authored
Signed-off-by:
Hongkuan Zhou <tedzhouhk@gmail.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
- 14 Jun, 2025 1 commit
-
-
Hongkuan Zhou authored
Signed-off-by:
Hongkuan Zhou <tedzhouhk@gmail.com> Co-authored-by:
hhzhang16 <54051230+hhzhang16@users.noreply.github.com> Co-authored-by:
Alec <35311602+alec-flowers@users.noreply.github.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
- 10 Jun, 2025 1 commit
-
-
julienmancuso authored
-
- 04 Jun, 2025 1 commit
-
-
Hongkuan Zhou authored
-
- 02 Jun, 2025 1 commit
-
-
Hongkuan Zhou authored
-
- 30 May, 2025 2 commits
-
-
Olga Andreeva authored
-
Alec authored
-
- 29 May, 2025 1 commit
-
-
Alec authored
-
- 22 May, 2025 1 commit
-
-
julienmancuso authored
-
- 21 May, 2025 2 commits
-
-
Graham King authored
-
Graham King authored
- Stop advertising a model when it's last instance stops. Previously was when any instance stops. - Faster locks on model manager. - Move discovery code out of http, as it is used by all inputs.
-