"examples/llm/vscode:/vscode.git/clone" did not exist on "7f9d92edf516a5cf224bdc2f8aefaa953fbcf27c"
- 04 Apr, 2025 1 commit
-
-
Kyungmin Lee authored
-
- 03 Apr, 2025 8 commits
-
-
ishandhanani authored
-
Ryan Olson authored
Moved all of `lib/llm/src/engines` to their own crates as e.g. `lib/engines/mistralrs`. This will allow publishing of the `dynamo-llm` crate as it won't have any github dependencies. The only engines in dynamo-llm will be the demo `echo` ones. Co-authored-by:Graham King <grahamk@nvidia.com>
-
Tanmay Verma authored
Co-authored-by:Neelay Shah <neelays@nvidia.com>
-
Graham King authored
-
hanweisen authored
Signed-off-by:hanweisen <hanweisen_yewu@cmss.chinamobile.com>
-
Graham King authored
-
tlipoca9 authored
-
Ryan Olson authored
-
- 02 Apr, 2025 8 commits
-
-
julienmancuso authored
-
Tushar Sharma authored
-
Tushar Sharma authored
-
Harrison Saturley-Hall authored
-
mohammedabdulwahhab authored
Co-authored-by:mabdulwahhab <mabdulwahhab@nvidia.com>
-
jon-chuang authored
Co-authored-by:Ryan Olson <ryanolson@users.noreply.github.com>
-
Ryan Olson authored
-
julienmancuso authored
-
- 01 Apr, 2025 7 commits
-
-
ishandhanani authored
Co-authored-by:hongkuanz <hongkuanz@nvidia.com>
-
Tushar Sharma authored
-
Ryan Olson authored
-
hhzhang16 authored
-
ishandhanani authored
-
Kiv Chen authored
-
Pavithra Vijayakrishnan authored
-
- 31 Mar, 2025 6 commits
-
-
Pavithra Vijayakrishnan authored
-
Pavithra Vijayakrishnan authored
-
Ryan Olson authored
-
Graham King authored
-
Tianer Zhou authored
Signed-off-by:Tianer Zhou <ezhoureal@gmail.com>
-
jon-chuang authored
-
- 28 Mar, 2025 1 commit
-
-
Biswa Panda authored
-
- 27 Mar, 2025 1 commit
-
-
mohammedabdulwahhab authored
-
- 26 Mar, 2025 6 commits
-
-
Ryan Olson authored
-
mohammedabdulwahhab authored
-
ptarasiewiczNV authored
-
Hongkuan Zhou authored
-
Dmitry Tokarev authored
-
Yan Ru Pei authored
-
- 25 Mar, 2025 2 commits
-
-
Sean SH Choi authored
-
Graham King authored
Put the arguments in a JSON file: ``` { "dtype": "half", "trust_remote_code": true } ``` Pass it like this: ``` dynamo-run out=sglang ~/llm_models/Llama-3.2-3B-Instruct --extra-engine-args sglang_extra.json ``` Requested here https://github.com/ai-dynamo/dynamo/issues/290 (`dtype`) and here https://github.com/ai-dynamo/dynamo/issues/360 (`trust_remote_code`).
-