- 28 Oct, 2025 2 commits
-
-
jthomson04 authored
Signed-off-by:jthomson04 <jwillthomson19@gmail.com>
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 23 Oct, 2025 2 commits
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
Richard Huo authored
Signed-off-by:richardhuo-nv <rihuo@nvidia.com>
-
- 21 Oct, 2025 1 commit
-
-
Ziqi Fan authored
Signed-off-by:Ziqi Fan <ziqif@nvidia.com>
-
- 20 Oct, 2025 3 commits
-
-
Dan Aloni authored
Signed-off-by:
Dan Aloni <dan.aloni@vastdata.com> Co-authored-by:
Ziqi Fan <ziqif@nvidia.com>
-
Olga Andreeva authored
Signed-off-by:Olga Andreeva <oandreeva@nvidia.com>
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 16 Oct, 2025 1 commit
-
-
Olga Andreeva authored
Signed-off-by:Olga Andreeva <oandreeva@nvidia.com>
-
- 11 Oct, 2025 1 commit
-
-
Ziqi Fan authored
Signed-off-by:Ziqi Fan <ziqif@nvidia.com>
-
- 10 Oct, 2025 3 commits
-
-
Richard Huo authored
Signed-off-by:richardhuo-nv <rihuo@nvidia.com>
-
Ziqi Fan authored
Signed-off-by:Ziqi Fan <ziqif@nvidia.com>
-
Ziqi Fan authored
Signed-off-by:
Ziqi Fan <ziqif@nvidia.com> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
- 08 Oct, 2025 2 commits
-
-
Ziqi Fan authored
Signed-off-by:Ziqi Fan <ziqif@nvidia.com>
-
Richard Huo authored
Signed-off-by:richardhuo-nv <rihuo@nvidia.com>
-
- 01 Oct, 2025 2 commits
-
-
Olga Andreeva authored
Signed-off-by:
Olga Andreeva <oandreeva@nvidia.com> Signed-off-by:
Olga Andreeva <124622579+oandreeva-nv@users.noreply.github.com> Co-authored-by:
oandreeva-nv <oandreeva-nv@nvidia.com>
-
Richard Huo authored
Signed-off-by:richardhuo-nv <rihuo@nvidia.com>
-
- 23 Sep, 2025 1 commit
-
-
Olga Andreeva authored
Signed-off-by:Olga Andreeva <oandreeva@nvidia.com>
-
- 19 Sep, 2025 1 commit
-
-
Olga Andreeva authored
feat: KVBM connector : enabling vectorized copy from pinned memory to device memory and vice versa (#2989) Signed-off-by:
Olga Andreeva <oandreeva@nvidia.com> Signed-off-by:
oandreeva-nv <oandreeva-nv@nvidia.com> Co-authored-by:
Ziqi Fan <ziqif@nvidia.com> Co-authored-by:
oandreeva-nv <oandreeva-nv@nvidia.com>
-
- 16 Sep, 2025 1 commit
-
-
Graham King authored
Signed-off-by:Graham King <grahamk@nvidia.com>
-
- 15 Sep, 2025 1 commit
-
-
Ziqi Fan authored
Signed-off-by:Ziqi Fan <ziqif@nvidia.com>
-
- 05 Sep, 2025 1 commit
-
-
Ryan Olson authored
Signed-off-by:Ryan Olson <ryanolson@users.noreply.github.com>
-
- 30 Aug, 2025 1 commit
-
-
Richard Huo authored
Signed-off-by:richardhuo-nv <rihuo@nvidia.com>
-
- 25 Aug, 2025 1 commit
-
-
Ziqi Fan authored
-
- 22 Aug, 2025 2 commits
-
-
Graham King authored
-
Ziqi Fan authored
-
- 19 Aug, 2025 1 commit
-
-
Ryan Olson authored
Signed-off-by:
Ryan Olson <rolson@nvidia.com> Co-authored-by:
Olga Andreeva <oandreeva@nvidia.com> Co-authored-by:
Ziqi Fan <ziqif@nvidia.com> Co-authored-by:
John Thompson <jothomson@nvidia.com> Co-authored-by:
Richard Huo <rihuo@nvidia.com> Co-authored-by:
Zicheng Ma <zichengm@nvidia.com>
-
- 30 Jun, 2025 1 commit
-
-
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.
-
- 24 Jun, 2025 1 commit
-
-
Tianer Zhou authored
Signed-off-by:
Tianer Zhou <ezhoureal@gmail.com> Co-authored-by:
Yan Ru Pei <yanrpei@gmail.com>
-
- 17 Jun, 2025 1 commit
-
-
jthomson04 authored
-
- 11 Jun, 2025 1 commit
-
-
jthomson04 authored
-
- 09 Jun, 2025 3 commits
-
-
jthomson04 authored
-
jthomson04 authored
-
jthomson04 authored
-
- 06 Jun, 2025 1 commit
-
-
Olga Andreeva authored
-
- 04 Jun, 2025 1 commit
-
-
jthomson04 authored
-
- 29 May, 2025 1 commit
-
-
jthomson04 authored
-
- 24 May, 2025 1 commit
-
-
jthomson04 authored
-
- 23 May, 2025 2 commits
-
-
Graham King authored
-
Ryan Olson authored
-