"tools/vscode:/vscode.git/clone" did not exist on "9c07c58a2e7b8a55225a9b598e3cbe4e23aafde1"
  1. 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
  2. 11 Mar, 2025 1 commit
  3. 10 Mar, 2025 1 commit
  4. 09 Mar, 2025 2 commits
  5. 08 Mar, 2025 2 commits
  6. 07 Mar, 2025 2 commits
  7. 06 Mar, 2025 2 commits
  8. 05 Mar, 2025 1 commit
  9. 03 Mar, 2025 1 commit
  10. 27 Feb, 2025 2 commits
  11. 26 Feb, 2025 3 commits
  12. 25 Feb, 2025 4 commits