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