"vscode:/vscode.git/clone" did not exist on "ad6f78053ed33b2386713b574976523858a879b5"
  1. 30 Jun, 2025 1 commit
  2. 25 Jun, 2025 1 commit
  3. 04 Jun, 2025 1 commit
  4. 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
  5. 01 May, 2025 1 commit
  6. 28 Apr, 2025 1 commit
  7. 24 Mar, 2025 1 commit
  8. 06 Mar, 2025 1 commit
  9. 28 Feb, 2025 1 commit
  10. 27 Feb, 2025 1 commit
  11. 26 Feb, 2025 1 commit
  12. 25 Feb, 2025 2 commits