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