"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "90dc758938d7f2c5601e30419126dce02763fab2"
  1. 10 Jun, 2025 1 commit
  2. 05 Jun, 2025 2 commits
  3. 04 Jun, 2025 1 commit
  4. 02 Jun, 2025 1 commit
  5. 30 May, 2025 2 commits
  6. 29 May, 2025 5 commits
  7. 28 May, 2025 3 commits
  8. 23 May, 2025 1 commit
  9. 22 May, 2025 2 commits
  10. 21 May, 2025 2 commits
  11. 20 May, 2025 1 commit
  12. 19 May, 2025 5 commits
  13. 16 May, 2025 1 commit
  14. 14 May, 2025 1 commit
  15. 09 May, 2025 6 commits
  16. 08 May, 2025 2 commits
  17. 07 May, 2025 2 commits
  18. 06 May, 2025 2 commits
    • jthomson04's avatar
      c4213899
    • 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