"lib/runtime/src/metrics/frontend_perf.rs" did not exist on "c619ce36b8cf37b5806457b058a23eb3acfd2867"
  1. 23 Sep, 2025 1 commit
  2. 17 Sep, 2025 1 commit
  3. 16 Sep, 2025 2 commits
  4. 15 Sep, 2025 1 commit
  5. 10 Sep, 2025 1 commit
  6. 27 Aug, 2025 1 commit
  7. 26 Aug, 2025 1 commit
  8. 22 Aug, 2025 2 commits
  9. 21 Aug, 2025 1 commit
  10. 20 Aug, 2025 1 commit
  11. 19 Aug, 2025 2 commits
  12. 13 Aug, 2025 1 commit
  13. 12 Aug, 2025 1 commit
  14. 07 Aug, 2025 1 commit
  15. 23 Jul, 2025 1 commit
  16. 18 Jul, 2025 1 commit
  17. 09 Jul, 2025 1 commit
  18. 01 Jul, 2025 1 commit
  19. 26 Jun, 2025 1 commit
  20. 13 Jun, 2025 1 commit
  21. 11 Jun, 2025 1 commit
  22. 04 Jun, 2025 2 commits
  23. 03 Jun, 2025 1 commit
  24. 21 May, 2025 2 commits
  25. 19 May, 2025 1 commit
  26. 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
  27. 21 Apr, 2025 1 commit
  28. 26 Mar, 2025 1 commit
  29. 08 Mar, 2025 1 commit
  30. 05 Mar, 2025 1 commit
  31. 28 Feb, 2025 1 commit
  32. 27 Feb, 2025 2 commits
  33. 26 Feb, 2025 1 commit
  34. 25 Feb, 2025 1 commit