"vllm/model_executor/models/qwen2.py" did not exist on "a9e4574261a20d4ada213d26671da7dc7633580b"
  1. 28 Jun, 2024 5 commits
  2. 27 Jun, 2024 2 commits
  3. 26 Jun, 2024 4 commits
  4. 25 Jun, 2024 4 commits
  5. 21 Jun, 2024 2 commits
  6. 17 Jun, 2024 1 commit
  7. 15 Jun, 2024 1 commit
  8. 13 Jun, 2024 1 commit
  9. 12 Jun, 2024 3 commits
  10. 11 Jun, 2024 1 commit
  11. 09 Jun, 2024 1 commit
  12. 07 Jun, 2024 1 commit
  13. 04 Jun, 2024 1 commit
  14. 03 Jun, 2024 1 commit
  15. 30 May, 2024 1 commit
  16. 29 May, 2024 1 commit
  17. 28 May, 2024 2 commits
  18. 22 May, 2024 2 commits
  19. 18 May, 2024 1 commit
  20. 16 May, 2024 4 commits
  21. 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