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