1. 27 Jul, 2024 2 commits
  2. 25 Jul, 2024 1 commit
  3. 24 Jul, 2024 2 commits
  4. 23 Jul, 2024 1 commit
  5. 20 Jul, 2024 2 commits
  6. 18 Jul, 2024 1 commit
  7. 17 Jul, 2024 1 commit
  8. 16 Jul, 2024 1 commit
  9. 12 Jul, 2024 1 commit
  10. 08 Jul, 2024 1 commit
  11. 04 Jul, 2024 2 commits
  12. 01 Jul, 2024 1 commit
  13. 28 Jun, 2024 3 commits
  14. 26 Jun, 2024 3 commits
  15. 17 Jun, 2024 2 commits
  16. 15 Jun, 2024 1 commit
  17. 14 Jun, 2024 1 commit
  18. 13 Jun, 2024 3 commits
  19. 12 Jun, 2024 1 commit
  20. 09 Jun, 2024 1 commit
  21. 08 Jun, 2024 1 commit
  22. 03 Jun, 2024 1 commit
  23. 25 May, 2024 1 commit
  24. 22 May, 2024 1 commit
  25. 21 May, 2024 1 commit
  26. 20 May, 2024 1 commit
  27. 18 May, 2024 1 commit
  28. 16 May, 2024 1 commit
  29. 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