1. 21 Oct, 2025 1 commit
  2. 13 Oct, 2025 2 commits
  3. 10 Oct, 2025 1 commit
  4. 09 Oct, 2025 1 commit
  5. 29 Sep, 2025 1 commit
  6. 26 Sep, 2025 1 commit
  7. 24 Sep, 2025 2 commits
  8. 18 Sep, 2025 2 commits
  9. 02 Sep, 2025 1 commit
  10. 25 Aug, 2025 1 commit
  11. 22 Aug, 2025 1 commit
  12. 20 Aug, 2025 3 commits
  13. 19 Aug, 2025 2 commits
  14. 15 Aug, 2025 1 commit
  15. 07 Aug, 2025 1 commit
  16. 06 Aug, 2025 1 commit
  17. 30 Jul, 2025 1 commit
  18. 23 Jul, 2025 1 commit
  19. 22 Jul, 2025 1 commit
  20. 17 Jul, 2025 1 commit
  21. 15 Jul, 2025 2 commits
  22. 14 Jul, 2025 1 commit
  23. 08 Jul, 2025 1 commit
  24. 07 Jul, 2025 1 commit
  25. 03 Jul, 2025 1 commit
  26. 01 Jul, 2025 1 commit
  27. 30 Jun, 2025 1 commit
  28. 13 Jun, 2025 1 commit
  29. 29 May, 2025 1 commit
  30. 09 May, 2025 3 commits
  31. 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