"docs/components/planner/README.md" did not exist on "03360b84756931e13113656711817094fb97799e"
  1. 29 Sep, 2025 1 commit
  2. 26 Sep, 2025 1 commit
  3. 24 Sep, 2025 2 commits
  4. 18 Sep, 2025 2 commits
  5. 02 Sep, 2025 1 commit
  6. 25 Aug, 2025 1 commit
  7. 22 Aug, 2025 1 commit
  8. 20 Aug, 2025 3 commits
  9. 19 Aug, 2025 2 commits
  10. 15 Aug, 2025 1 commit
  11. 07 Aug, 2025 1 commit
  12. 06 Aug, 2025 1 commit
  13. 30 Jul, 2025 1 commit
  14. 23 Jul, 2025 1 commit
  15. 22 Jul, 2025 1 commit
  16. 17 Jul, 2025 1 commit
  17. 15 Jul, 2025 2 commits
  18. 14 Jul, 2025 1 commit
  19. 08 Jul, 2025 1 commit
  20. 07 Jul, 2025 1 commit
  21. 03 Jul, 2025 1 commit
  22. 01 Jul, 2025 1 commit
  23. 30 Jun, 2025 1 commit
  24. 13 Jun, 2025 1 commit
  25. 29 May, 2025 1 commit
  26. 09 May, 2025 3 commits
  27. 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
  28. 01 May, 2025 1 commit
  29. 29 Apr, 2025 1 commit
    • Graham King's avatar
      chore: Split PushRouter from Client (#817) · a1a10365
      Graham King authored
      In a distributed system we don't know if the remote workers need pre-processing done ingress-side or not. Previously Client required us to decide this before discovering the remote endpoints, which was fine because pre-processing was worker-side.
      
      As part of moving pre-processing back to ingress-side we need to split this into two steps:
      - Client discovers the endpoints, and (later PR) will fetch their Model Deployment Card.
      - PushRouter will use the Model Deployment Card to decide if they need pre-processing or not, which affects the types of the generic parameters.
      
      Part of #743
      a1a10365
  30. 26 Apr, 2025 1 commit
  31. 25 Apr, 2025 2 commits