1. 31 May, 2024 1 commit
  2. 30 May, 2024 1 commit
  3. 28 May, 2024 1 commit
  4. 27 May, 2024 1 commit
  5. 25 May, 2024 1 commit
  6. 23 May, 2024 3 commits
  7. 22 May, 2024 1 commit
  8. 19 May, 2024 1 commit
  9. 18 May, 2024 1 commit
  10. 17 May, 2024 1 commit
  11. 16 May, 2024 3 commits
  12. 15 May, 2024 1 commit
    • SangBin Cho's avatar
      [Core][2/N] Model runner refactoring part 2. Combine prepare prefill / decode... · 65bf2ac1
      SangBin Cho authored
      [Core][2/N] Model runner refactoring part 2. Combine prepare prefill / decode to a single API (#4681)
      
      This PR combines prepare_prompt and prepare_decode into a single API. This PR also coelsce the attn metadata for prefill/decode to a single class and allow to slice them when running attn backend.
      
      It also refactors subquery_start_loc which was not refactored in the previous PR
      65bf2ac1
  13. 13 May, 2024 1 commit
  14. 12 May, 2024 2 commits
  15. 11 May, 2024 1 commit
  16. 09 May, 2024 2 commits
  17. 08 May, 2024 3 commits
  18. 07 May, 2024 1 commit
  19. 03 May, 2024 2 commits
  20. 02 May, 2024 1 commit
  21. 01 May, 2024 3 commits
    • Woosuk Kwon's avatar
      [Misc] Fix expert_ids shape in MoE (#4517) · 826b82a2
      Woosuk Kwon authored
      826b82a2
    • 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
    • Jee Li's avatar
      d6f4bd7c
  22. 30 Apr, 2024 3 commits
  23. 29 Apr, 2024 2 commits
  24. 27 Apr, 2024 2 commits
  25. 26 Apr, 2024 1 commit