1. 25 Nov, 2025 1 commit
  2. 22 Aug, 2025 1 commit
  3. 07 Jul, 2025 1 commit
  4. 20 May, 2025 1 commit
    • Faradawn Yang's avatar
      chore: Remove unused RouterType and ModelMetaData (#1138) · eb821bee
      Faradawn Yang authored
      Remove RouterType and ModelMetaData in `lib/runtime/src/protocols.rs`, which are unused (no outside reference). It is because that the routing has been moved to its own module, `pipeline/network/egress/push_router.rs`. Therefore, the legacy definition of RouterType in `protocols.rs` is no longer used.
      eb821bee
  5. 14 May, 2025 1 commit
  6. 06 May, 2025 1 commit
    • Graham King's avatar
      feat(dynamo-run): vllm and sglang subprocess engines (#954) · 28fd481c
      Graham King authored
      New vllm and sglang engines that run in a sub-process. Will hopefully replace the existing embedded python engines.
          
      Why?
          
        - Pure Python, does not require knowing Rust to work on it. Much simpler to maintain.
        - No embedded Python interpreter which avoids linking libpython and avoids the MacOS virtualenv issues.
        - Should have better performance as it's "native" vllm / sglang.
        - Works with any version of vllm (including v1!) and sglang. Less upgrade struggle.
      28fd481c
  7. 08 Mar, 2025 1 commit
  8. 07 Mar, 2025 1 commit
  9. 05 Mar, 2025 1 commit
  10. 26 Feb, 2025 1 commit
  11. 25 Feb, 2025 2 commits
  12. 18 Feb, 2025 1 commit
  13. 12 Feb, 2025 2 commits
  14. 05 Feb, 2025 1 commit
  15. 04 Feb, 2025 1 commit