- 14 Jul, 2025 1 commit
-
-
Graham King authored
Remove http and llmctl binaries. They have been unused for a while.
-
- 29 May, 2025 1 commit
-
-
Graham King authored
-
- 28 May, 2025 1 commit
-
-
Graham King authored
It was removed from the docs in 0.2.1 and replaced with writing a [standalone Python engine](https://github.com/ai-dynamo/dynamo/blob/main/docs/guides/dynamo_run.md#writing-your-own-engine-in-python). Also remove the associated `dynamo-run` feature `python`. Releasing this in 0.3.0 will resolve #784 and #1109.
-
- 23 May, 2025 1 commit
-
-
Graham King authored
-
- 07 May, 2025 1 commit
-
-
Graham King authored
vllm and sglang are now the sub-process engines from #954 Also updated docs on doing vllm and sglang multi-gpu (tensor parallel) and multi-node (pipeline parallel).
-
- 18 Apr, 2025 1 commit
-
-
Ryan McCormick 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
-
- 02 Apr, 2025 1 commit
-
-
jon-chuang authored
Co-authored-by:Ryan Olson <ryanolson@users.noreply.github.com>
-
- 28 Mar, 2025 1 commit
-
-
Biswa Panda authored
-