1. 12 Mar, 2026 1 commit
  2. 24 Feb, 2026 1 commit
  3. 18 Feb, 2026 1 commit
  4. 09 Feb, 2026 1 commit
  5. 04 Feb, 2026 1 commit
  6. 21 Jan, 2026 1 commit
  7. 12 Jan, 2026 1 commit
  8. 07 Jan, 2026 1 commit
  9. 02 Jan, 2026 1 commit
  10. 19 Dec, 2025 2 commits
  11. 12 Dec, 2025 1 commit
  12. 20 Nov, 2025 1 commit
  13. 19 Nov, 2025 1 commit
  14. 08 Nov, 2025 1 commit
  15. 07 Nov, 2025 1 commit
  16. 24 Oct, 2025 1 commit
  17. 08 Oct, 2025 1 commit
  18. 01 Oct, 2025 1 commit
  19. 19 Sep, 2025 1 commit
  20. 17 Sep, 2025 1 commit
  21. 16 Sep, 2025 1 commit
  22. 15 Sep, 2025 1 commit
  23. 09 Sep, 2025 2 commits
  24. 05 Sep, 2025 1 commit
  25. 03 Sep, 2025 1 commit
  26. 22 Aug, 2025 1 commit
  27. 19 Aug, 2025 1 commit
  28. 11 Aug, 2025 1 commit
  29. 07 Aug, 2025 1 commit
  30. 17 Jul, 2025 1 commit
  31. 30 Jun, 2025 1 commit
  32. 25 Jun, 2025 1 commit
  33. 04 Jun, 2025 1 commit
  34. 29 May, 2025 1 commit
    • Graham King's avatar
      feat: Initial Granite support (#1271) · 7d0c9386
      Graham King authored
      - Add Granite to our tokenizer
      - Fix pre-processor to load context length correctly
      - Add strftime_now Jinja function for prompt templates
      - Update llama.cpp
      - Handle trtllm errors when not using trtllm
      
      Support depends on the engine:
      
      - `mistral.rs`, our default engine, doesn't support Granite yet.
      
      - `llama.cpp` does and works very well:
      ```
      dynamo-run out=llamacpp ~/llms/granite-3.3-2b-instruct-Q4_K_M.gguf --context-length 16384
      ```
      
      - `vllm` also works very well:
      ```
      dynamo-run in=http out=vllm ~/llms/granite-3.3-2b-instruct --context-length 16384
      ```
      
      - `sglang` mostly works, but it doesn't catch the stop token, so we do in the HTTP ingress, and log an error. The Text ingress doesn't catch it because I disabled it to make the raw echo engine work. A bit of work to do here.
      
      Closes: #1245 
      7d0c9386
  35. 01 May, 2025 1 commit
  36. 28 Apr, 2025 1 commit
  37. 24 Mar, 2025 1 commit
  38. 06 Mar, 2025 1 commit