- 07 Aug, 2025 2 commits
-
-
Tushar Sharma authored
Signed-off-by:
Tushar Sharma <tusharma@nvidia.com> Co-authored-by:
Anant Sharma <anants@nvidia.com>
-
Ryan McCormick authored
fix: Reduce disk space usage in pre-merge-rust action (removes unnecessary sccache artifacts) (#2337)
-
- 05 Aug, 2025 1 commit
-
-
Ryan McCormick authored
-
- 04 Aug, 2025 1 commit
-
-
ishandhanani authored
-
- 23 Jul, 2025 2 commits
-
-
Biswa Panda authored
-
Pavithra Vijayakrishnan authored
Signed-off-by:Pavithra Vijayakrishnan <160681768+pvijayakrish@users.noreply.github.com>
-
- 17 Jul, 2025 1 commit
-
-
Ryan McCormick authored
-
- 02 Jul, 2025 1 commit
-
-
Meenakshi Sharma authored
Signed-off-by:Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com>
-
- 26 Jun, 2025 1 commit
-
-
Anant Sharma authored
Signed-off-by:Anant Sharma <anants@nvidia.com>
-
- 10 Jun, 2025 1 commit
-
-
Anant Sharma authored
-
- 09 Jun, 2025 1 commit
-
-
Yan Ru Pei 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>
-
- 21 May, 2025 1 commit
-
-
Suman Tatiraju authored
Signed-off-by:
Suman Tatiraju <167138127+statiraju@users.noreply.github.com> Signed-off-by:
Anant Sharma <anants@nvidia.com> Co-authored-by:
Anant Sharma <anants@nvidia.com> Co-authored-by:
Dmitry Tokarev <dtokarev@nvidia.com> Co-authored-by:
ishandhanani <82981111+ishandhanani@users.noreply.github.com> Co-authored-by:
Kristen Kelleher <kkelleher@nvidia.com> Co-authored-by:
Suman Tatiraju <statiraju@statiraju-mlt.client.nvidia.com> Co-authored-by:
Hannah Zhang <hannahz@nvidia.com>
-
- 16 May, 2025 1 commit
-
-
Ryan McCormick authored
-
- 13 May, 2025 1 commit
-
-
Tanmay Verma authored
-
- 09 May, 2025 1 commit
-
-
Ryan Olson authored
-
- 08 May, 2025 1 commit
-
-
Anant Sharma authored
-
- 06 May, 2025 1 commit
-
-
Graham King authored
Approved by OSRB in Slack. Note we don't check for the closing delimiter to allow the longer copyright format. Motivation is that it reduces the context usage by 12 lines for every file in the project. That helps things like Cursor and Claude Code fit more, go faster, and cost less.
-
- 11 Apr, 2025 1 commit
-
-
Pavithra Vijayakrishnan authored
Signed-off-by: Pavithra Vijayakrishnan
-
- 09 Apr, 2025 1 commit
-
-
Suman Tatiraju authored
-
- 04 Apr, 2025 1 commit
-
-
Graham King authored
Also upgrade the cargo resolver to v3, the default. New clippy lints: - `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list. - ` repeat_n` instead of `repeat.take`. That avoids cloning. - Doc indenting
-
- 01 Apr, 2025 1 commit
-
-
Pavithra Vijayakrishnan authored
-
- 31 Mar, 2025 2 commits
-
-
Pavithra Vijayakrishnan authored
-
Pavithra Vijayakrishnan authored
-
- 20 Mar, 2025 1 commit
-
-
Meenakshi Sharma authored
-
- 19 Mar, 2025 1 commit
-
-
Graham King authored
This makes the Rust parts all use ring / rustls library instead of local install of openssl. It's a step on the journey to being statically linked. Pieces: - `tokenizers` and `mistralrs` now support rustls (mistralrs by default, tokenizers with feature flag). - Move shared dependencies up into workspace - New `rand` crate has some renames for future rust - Ensure the dependency doesn't creep back in by enforcing it with cargo deny.
-
- 17 Mar, 2025 3 commits
-
-
Harrison Saturley-Hall authored
Co-authored-by:Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com>
-
Anant Sharma authored
-
Harrison Saturley-Hall authored
-
- 15 Mar, 2025 1 commit
-
-
Harrison Saturley-Hall authored
-
- 14 Mar, 2025 2 commits
-
-
Graham King authored
Engines mistralrs, sglang and vllm included by default. Can be disabled like this: `cargo build --no-default-features --features <add-back-what-you-want>`. Added `--feature vulkan` option, for llamacpp. Build time message if CUDA or Metal would help and are missing. That's the best we can do: > warning: dynamo-run@0.1.0: CUDA not enabled, re-run with `--features cuda` Runtime message if CUDA, Metal or Vulkan are enabled: > 2025-03-14T21:59:26.501937Z INFO dynamo_run: CUDA on Runtime message if they are missing: > 2025-03-14T22:02:37.439404Z INFO dynamo_run: CPU mode. Rebuild with `--features cuda|metal|vulkan` for better performance Defaut engine message includes available engines: > 2025-03-14T21:59:26.503612Z INFO dynamo_run: Using default engine: mistralrs. Use out=<engine> to specify one of echo_core, echo_full, mistralrs, llamacpp, sglang, vllm, pystr, pytok The really important outcome is that this should now "just work": ``` cargo install dynamo-run dynamo-run Qwen/Qwen2.5-3B-Instruct ``` Sadly you still need `--features cuda|metal` for performance, I couldn't automate that.
-
Pavithra Vijayakrishnan authored
-
- 13 Mar, 2025 1 commit
-
-
Anant Sharma authored
-
- 12 Mar, 2025 1 commit
-
-
Maksim Khadkevich authored
-
- 11 Mar, 2025 2 commits
-
-
Neelay Shah authored
-
Neelay Shah authored
Co-authored-by:Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com>
-
- 10 Mar, 2025 1 commit
-
-
Harrison Saturley-Hall authored
-
- 09 Mar, 2025 1 commit
-
-
Harrison Saturley-Hall authored
-
- 08 Mar, 2025 2 commits
-
-
Harrison Saturley-Hall authored
-
Neelay Shah authored
Co-authored-by:Biswa Panda <biswa.panda@gmail.com>
-