"tools/cfgs/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "f70902b827629a94db2fca21c4898a0cac89b328"
  1. 03 Apr, 2025 1 commit
  2. 02 Apr, 2025 1 commit
  3. 01 Apr, 2025 1 commit
  4. 31 Mar, 2025 1 commit
  5. 19 Mar, 2025 1 commit
    • Graham King's avatar
      chore: Don't depend on openssl (#292) · 7c3fd5c9
      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.
      7c3fd5c9
  6. 17 Mar, 2025 2 commits
  7. 14 Mar, 2025 3 commits
  8. 13 Mar, 2025 1 commit
    • Graham King's avatar
      feat(dynamo-run): Download models from HF, smart model defaults (#126) · 089f8e1b
      Graham King authored
      
      
      - Any engine can take the name of a Hugging Face repository. It will be downloaded before calling the engine.
      
      - The default engine (previously always mistralrs) depends on what is compiled in.
      
      - Text can be piped in and will result in a single run of the model.
      
      All of those together mean if you build with `--features vllm` you can do this and it will download the model and run it with vllm, answer your question, and exit:
      ```
      echo "What is the capital of Costa Rica?"  | dynamo-run Qwen/Qwen2.5-3B-Instruct
      ```
      Co-authored-by: default avatarRyan McCormick <rmccormick@nvidia.com>
      089f8e1b
  9. 09 Mar, 2025 1 commit
  10. 08 Mar, 2025 1 commit
  11. 07 Mar, 2025 2 commits
  12. 06 Mar, 2025 2 commits
  13. 05 Mar, 2025 1 commit
  14. 27 Feb, 2025 1 commit
  15. 26 Feb, 2025 2 commits
  16. 25 Feb, 2025 3 commits