"lib/llm/vscode:/vscode.git/clone" did not exist on "fd95f37b7f29a4db1dcd68b328528bcc519de2d0"
- 11 Mar, 2025 1 commit
-
-
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 3 commits
-
-
Harrison Saturley-Hall authored
-
Neelay Shah authored
Co-authored-by:Biswa Panda <biswa.panda@gmail.com>
-
Pavithra Vijayakrishnan authored
-
- 07 Mar, 2025 1 commit
-
-
Neelay Shah authored
-
- 06 Mar, 2025 2 commits
-
-
Anant Sharma authored
-
Ryan McCormick authored
-
- 05 Mar, 2025 3 commits
-
-
Neelay Shah authored
Co-authored-by:Graham King <grahamk@nvidia.com>
-
Harrison Saturley-Hall authored
-
Graham King authored
-
- 04 Mar, 2025 13 commits
-
-
ishandhanani authored
-
Harrison Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Anant Sharma authored
-
Anant Sharma authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
Harrison King Saturley-Hall authored
-
- 03 Mar, 2025 1 commit
-
-
Graham King authored
`cargo build --locked` won't let you use "1.85.0" if you only have "stable" installed, even if those are the same thing right now.
-
- 28 Feb, 2025 1 commit
-
-
Harrison Saturley-Hall authored
Signed-off-by:
Harrison Saturley-Hall <454891+saturley-hall@users.noreply.github.com> Signed-off-by:
Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com> Co-authored-by:
Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com>
-
- 26 Feb, 2025 1 commit
-
-
Anant Sharma authored
-
- 25 Feb, 2025 3 commits
-
-
Neelay Shah authored
-
Ryan McCormick authored
Signed-off-by:Ryan McCormick <rmccormick@nvidia.com>
-
Neelay Shah authored
Signed-off-by:
Neelay Shah <neelays@nvidia.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
- 24 Feb, 2025 1 commit
-
-
Meenakshi Sharma authored
Signed-off-by:Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com>
-
- 21 Feb, 2025 2 commits
-
-
Ryan Olson authored
Signed-off-by:
Ryan Olson <ryanolson@users.noreply.github.com> Co-authored-by:
Ryan McCormick <rmccormick@nvidia.com>
-
Meenakshi Sharma authored
Signed-off-by:
Meenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com> Co-authored-by:
Anant Sharma <anants@nvidia.com>
-
- 20 Feb, 2025 2 commits
-
-
Biswa Panda authored
-
Biswa Panda authored
-
- 18 Feb, 2025 1 commit
-
-
ptarasiewiczNV authored
-
- 14 Feb, 2025 2 commits
-
-
Graham King authored
This allows us to run a real model. Build: ``` cargo build --release --features mistralrs,cuda ``` Run: ``` ./target/release/tio in=text out=mistralrs --model-path Llama-3.2-1B-Instruct-Q4_K_M.gguf ``` Why [mistral.rs](https://github.com/EricLBuehler/mistral.rs)? - It has no dependencies. You don't need a container or a virtual env to get started. - It supports CUDA, Metal (MacOS) and CPU-only. Everyone can join the AI revolution. - It starts fast and serves fast (with CUDA). That makes it fun to experiment with. - It runs many models, not just Mistral, that's just it's name.
-
Ryan McCormick authored
-
- 13 Feb, 2025 1 commit
-
-
Ryan McCormick authored
-