"tests/entrypoints/pooling/openai/test_rerank.py" did not exist on "02f0c7b220422792f5e53de2a7d51d2d3ff2df28"
  1. 05 Aug, 2024 1 commit
  2. 01 Aug, 2024 1 commit
  3. 31 Jul, 2024 1 commit
  4. 24 Jul, 2024 1 commit
  5. 23 Jul, 2024 4 commits
  6. 17 Jul, 2024 1 commit
  7. 16 Jul, 2024 2 commits
  8. 15 Jul, 2024 1 commit
  9. 14 Jul, 2024 1 commit
  10. 03 Jul, 2024 2 commits
  11. 02 Jul, 2024 1 commit
  12. 01 Jul, 2024 1 commit
  13. 28 Jun, 2024 1 commit
  14. 27 Jun, 2024 1 commit
  15. 20 Jun, 2024 1 commit
  16. 15 Jun, 2024 1 commit
  17. 12 Jun, 2024 2 commits
  18. 10 Jun, 2024 1 commit
  19. 01 Jun, 2024 2 commits
  20. 24 May, 2024 1 commit
  21. 23 May, 2024 1 commit
  22. 20 May, 2024 2 commits
  23. 19 May, 2024 1 commit
  24. 16 May, 2024 1 commit
  25. 13 May, 2024 2 commits
  26. 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
  27. 02 May, 2024 1 commit
  28. 30 Apr, 2024 1 commit
  29. 29 Apr, 2024 1 commit
  30. 27 Apr, 2024 1 commit
  31. 26 Apr, 2024 1 commit