1. 28 Jun, 2024 1 commit
  2. 25 Jun, 2024 1 commit
  3. 15 Jun, 2024 1 commit
  4. 05 Jun, 2024 1 commit
  5. 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
  6. 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
  7. 04 May, 2024 1 commit
  8. 01 May, 2024 1 commit
  9. 23 Apr, 2024 1 commit
  10. 18 Apr, 2024 1 commit
  11. 16 Apr, 2024 1 commit
  12. 25 Mar, 2024 1 commit
  13. 22 Mar, 2024 1 commit
  14. 11 Mar, 2024 1 commit
  15. 09 Mar, 2024 1 commit