"vllm/vscode:/vscode.git/clone" did not exist on "4ff58b666d9de47f5e629c52cfde4baefd2c9d56"
  1. 22 Aug, 2024 1 commit
  2. 20 Aug, 2024 2 commits
  3. 19 Aug, 2024 1 commit
  4. 17 Aug, 2024 1 commit
  5. 16 Aug, 2024 1 commit
  6. 09 Aug, 2024 2 commits
  7. 05 Aug, 2024 2 commits
  8. 31 Jul, 2024 1 commit
  9. 30 Jul, 2024 1 commit
  10. 24 Jul, 2024 1 commit
  11. 21 Jul, 2024 1 commit
  12. 20 Jul, 2024 1 commit
  13. 19 Jul, 2024 3 commits
  14. 18 Jul, 2024 1 commit
  15. 17 Jul, 2024 2 commits
  16. 10 Jul, 2024 2 commits
  17. 09 Jul, 2024 1 commit
  18. 03 Jul, 2024 1 commit
  19. 02 Jul, 2024 3 commits
  20. 01 Jul, 2024 1 commit
  21. 28 Jun, 2024 1 commit
  22. 26 Jun, 2024 1 commit
  23. 25 Jun, 2024 1 commit
  24. 21 Jun, 2024 1 commit
  25. 15 Jun, 2024 1 commit
  26. 11 Jun, 2024 1 commit
  27. 05 Jun, 2024 1 commit
  28. 25 May, 2024 1 commit
  29. 22 May, 2024 1 commit
  30. 16 May, 2024 1 commit
  31. 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