1. 10 Jul, 2024 2 commits
  2. 09 Jul, 2024 1 commit
  3. 03 Jul, 2024 1 commit
  4. 02 Jul, 2024 3 commits
  5. 01 Jul, 2024 1 commit
  6. 28 Jun, 2024 1 commit
  7. 26 Jun, 2024 1 commit
  8. 25 Jun, 2024 1 commit
  9. 21 Jun, 2024 1 commit
  10. 15 Jun, 2024 1 commit
  11. 11 Jun, 2024 1 commit
  12. 05 Jun, 2024 1 commit
  13. 25 May, 2024 1 commit
  14. 22 May, 2024 1 commit
  15. 16 May, 2024 1 commit
  16. 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
  17. 13 May, 2024 1 commit
  18. 11 May, 2024 1 commit
  19. 10 May, 2024 1 commit
    • SangBin Cho's avatar
      [Core] Fix circular reference which leaked llm instance in local dev env (#4737) · 6a0f6172
      SangBin Cho authored
      Storing exception frame is extremely prone to circular refernece because it contains the reference to objects.
      
      When tensorizer is not installed, it leaks llm instance because error frame has references to various modules which cause circular reference problem.
      
      I also found spec decoding has a circular reference issue, and I solved it using weakref.proxy.
      6a0f6172
  20. 08 May, 2024 2 commits
  21. 07 May, 2024 1 commit
  22. 04 May, 2024 1 commit
  23. 03 May, 2024 1 commit
  24. 01 May, 2024 1 commit
  25. 26 Apr, 2024 1 commit
  26. 23 Apr, 2024 1 commit
  27. 18 Apr, 2024 1 commit
  28. 16 Apr, 2024 1 commit
  29. 09 Apr, 2024 1 commit
  30. 02 Apr, 2024 1 commit
  31. 25 Mar, 2024 1 commit
  32. 22 Mar, 2024 1 commit
  33. 11 Mar, 2024 1 commit
  34. 09 Mar, 2024 1 commit