1. 07 May, 2025 3 commits
  2. 06 May, 2025 2 commits
    • 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
    • hhzhang16's avatar
      403344e5
  3. 05 May, 2025 1 commit
  4. 29 Apr, 2025 2 commits
  5. 28 Apr, 2025 1 commit
  6. 26 Apr, 2025 2 commits
  7. 25 Apr, 2025 2 commits
  8. 24 Apr, 2025 1 commit
  9. 23 Apr, 2025 1 commit
  10. 22 Apr, 2025 1 commit
  11. 21 Apr, 2025 1 commit
  12. 18 Apr, 2025 4 commits
  13. 15 Apr, 2025 3 commits
  14. 11 Apr, 2025 2 commits
  15. 09 Apr, 2025 3 commits
  16. 08 Apr, 2025 1 commit
  17. 07 Apr, 2025 1 commit
  18. 03 Apr, 2025 1 commit
  19. 25 Mar, 2025 1 commit
  20. 24 Mar, 2025 1 commit
  21. 21 Mar, 2025 3 commits
  22. 20 Mar, 2025 1 commit
  23. 19 Mar, 2025 2 commits