1. 08 Nov, 2025 1 commit
  2. 07 Nov, 2025 1 commit
  3. 27 Oct, 2025 1 commit
  4. 23 Oct, 2025 1 commit
  5. 21 Oct, 2025 1 commit
  6. 18 Oct, 2025 1 commit
  7. 17 Oct, 2025 1 commit
  8. 16 Oct, 2025 1 commit
  9. 07 Oct, 2025 3 commits
  10. 03 Oct, 2025 1 commit
  11. 30 Sep, 2025 2 commits
  12. 24 Sep, 2025 1 commit
  13. 18 Sep, 2025 1 commit
  14. 17 Sep, 2025 1 commit
  15. 05 Sep, 2025 1 commit
  16. 03 Sep, 2025 3 commits
  17. 22 Aug, 2025 2 commits
  18. 19 Aug, 2025 1 commit
  19. 15 Aug, 2025 2 commits
  20. 14 Aug, 2025 1 commit
  21. 06 Aug, 2025 1 commit
  22. 23 Jul, 2025 1 commit
  23. 18 Jul, 2025 2 commits
  24. 03 Jul, 2025 1 commit
  25. 26 Jun, 2025 1 commit
  26. 04 Jun, 2025 2 commits
  27. 02 Jun, 2025 2 commits
  28. 22 May, 2025 1 commit
    • Graham King's avatar
      feat(dynamo-run): Allow setting KV cache block size (#1175) · 183f2b32
      Graham King authored
      Example:
      ```
      dynamo-run out=<engine> <model> --kv-cache-block-size 64
      ```
      
      In a distributed system this goes on the worker node and is propagated to ingress via the model deployment card.
      
      Previously hard coded to 16, which is now the default.
      
      - Load context_length from model. Closes #1172
      - Store context length and KV cache block size in Model Deployment Card #1170
      183f2b32
  29. 21 May, 2025 2 commits