1. 07 Aug, 2025 1 commit
  2. 05 Aug, 2025 1 commit
  3. 14 Jul, 2025 1 commit
  4. 01 Jul, 2025 1 commit
  5. 25 Jun, 2025 1 commit
  6. 12 Jun, 2025 1 commit
  7. 04 Jun, 2025 1 commit
  8. 27 May, 2025 1 commit
  9. 21 May, 2025 1 commit
  10. 19 May, 2025 1 commit
  11. 14 May, 2025 1 commit
    • Graham King's avatar
      feat(dynamo-run): Print HTTP routes on startup (#1010) · ed290f0a
      Graham King authored
      For #1006
      
      Prints this on startup:
      ```
      2025-05-09T13:06:34.529Z DEBUG dynamo_run::input::http: Supported routes: ["GET /metrics", "GET /dynamo/alpha/list-models", "GET /v1/models", "POST /v1/chat/completions", "POST /v1/completions"]
      ```
      ed290f0a
  12. 29 Apr, 2025 1 commit
    • Abrar Shivani's avatar
      feat: Add request template support for default inference parameters (#841) · adad2ecd
      Abrar Shivani authored
      Adds support for specifying default request parameters through a json template file that can be applied across all inference requests. This enables consistent parameter settings while still allowing per-request overrides.
      
      Changes:
      - Add --request-template CLI flag to specify template file path
      - Integrate template support in HTTP, batch and text input modes
      - Template values can be overridden by individual request parameters
      - Example template.json:
      ```
      {
          "model": "Qwen2.5-3B-Instruct",
          "temperature": 0.7,
          "max_completion_tokens": 4096
      }
      ```
      adad2ecd
  13. 25 Feb, 2025 2 commits
  14. 20 Feb, 2025 1 commit
  15. 12 Feb, 2025 1 commit
  16. 10 Feb, 2025 1 commit