1. 01 Jul, 2024 1 commit
  2. 29 Jun, 2024 1 commit
  3. 28 Jun, 2024 1 commit
  4. 25 Jun, 2024 1 commit
  5. 20 Jun, 2024 1 commit
  6. 19 Jun, 2024 2 commits
  7. 18 Jun, 2024 1 commit
    • Ronen Schaffer's avatar
      [Misc] Add OpenTelemetry support (#4687) · 7879f24d
      Ronen Schaffer authored
      This PR adds basic support for OpenTelemetry distributed tracing.
      It includes changes to enable tracing functionality and improve monitoring capabilities.
      
      I've also added a markdown with print-screens to guide users how to use this feature. You can find it here
      7879f24d
  8. 17 Jun, 2024 4 commits
  9. 15 Jun, 2024 1 commit
  10. 14 Jun, 2024 2 commits
  11. 13 Jun, 2024 2 commits
  12. 12 Jun, 2024 1 commit
  13. 08 Jun, 2024 1 commit
  14. 05 Jun, 2024 2 commits
  15. 04 Jun, 2024 2 commits
  16. 01 Jun, 2024 1 commit
  17. 31 May, 2024 2 commits
  18. 29 May, 2024 1 commit
  19. 28 May, 2024 1 commit
  20. 25 May, 2024 1 commit
  21. 23 May, 2024 1 commit
  22. 22 May, 2024 1 commit
  23. 20 May, 2024 1 commit
  24. 16 May, 2024 3 commits
  25. 14 May, 2024 1 commit
  26. 03 May, 2024 1 commit
  27. 01 May, 2024 2 commits
    • Philipp Moritz's avatar
      [Kernel] Update fused_moe tuning script for FP8 (#4457) · 24bb4fe4
      Philipp Moritz authored
      This PR updates the tuning script for the fused_moe kernel to support FP8 and also adds configurations for TP4. Note that for the configuration I removed num_warps and num_stages for small batch sizes since that improved performance and brought the benchmarks on par with the numbers before in that regime to make sure this is a strict improvement over the status quo.
      
      All the numbers below are for mistralai/Mixtral-8x7B-Instruct-v0.1, 1000 input and 50 output tokens.
      
      Before this PR (with static activation scaling):
      
      qps = 1: 9.8 ms ITL, 0.49s e2e latency
      qps = 2: 9.7 ms ITL, 0.49s e2e latency 
      qps = 4: 10.1 ms ITL, 0.52s e2e latency
      qps = 6: 11.9 ms ITL, 0.59s e2e latency
      qps = 8: 14.0 ms ITL, 0.70s e2e latency
      qps = 10: 15.7 ms ITL, 0.79s e2e latency
      
      After this PR (with static activation scaling):
      
      qps = 1: 9.8 ms ITL, 0.49s e2e latency
      qps = 2: 9.7 ms ITL, 0.49s e2e latency
      qps = 4: 10.2 ms ITL, 0.53s e2e latency
      qps = 6: 11.9 ms ITL, 0.59s e2e latency
      qps = 8: 11.9 ms ITL, 0.59s e2e latency
      qps = 10: 12.1 ms ITL, 0.61s e2e latency
      24bb4fe4
    • leiwen83's avatar
      24750f4c
  28. 25 Apr, 2024 1 commit