1. 17 Jul, 2025 1 commit
  2. 09 Jul, 2025 1 commit
  3. 30 Jun, 2025 1 commit
  4. 25 Jun, 2025 1 commit
  5. 04 Jun, 2025 1 commit
  6. 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
  7. 01 May, 2025 1 commit
  8. 28 Apr, 2025 1 commit
  9. 24 Mar, 2025 1 commit
  10. 06 Mar, 2025 1 commit
  11. 28 Feb, 2025 1 commit
  12. 27 Feb, 2025 1 commit
  13. 26 Feb, 2025 1 commit
  14. 25 Feb, 2025 2 commits