"examples/backends/sglang/vscode:/vscode.git/clone" did not exist on "34ccc0b15f878025ad1153f46d98256814950b2a"
  1. 04 Jun, 2025 1 commit
  2. 03 Jun, 2025 1 commit
  3. 21 May, 2025 2 commits
  4. 19 May, 2025 1 commit
  5. 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
  6. 21 Apr, 2025 1 commit
  7. 26 Mar, 2025 1 commit
  8. 08 Mar, 2025 1 commit
  9. 05 Mar, 2025 1 commit
  10. 28 Feb, 2025 1 commit
  11. 27 Feb, 2025 2 commits
  12. 26 Feb, 2025 1 commit
  13. 25 Feb, 2025 1 commit
  14. 10 Feb, 2025 1 commit