"docs/getting_started/faq.md" did not exist on "aa39a8e17537f9127b3da65dba6b33067bfd2f78"
  1. 31 May, 2024 2 commits
  2. 30 May, 2024 1 commit
  3. 28 May, 2024 1 commit
  4. 27 May, 2024 3 commits
  5. 25 May, 2024 1 commit
  6. 24 May, 2024 1 commit
  7. 23 May, 2024 3 commits
  8. 22 May, 2024 3 commits
  9. 21 May, 2024 2 commits
  10. 20 May, 2024 3 commits
  11. 19 May, 2024 2 commits
  12. 18 May, 2024 1 commit
  13. 17 May, 2024 2 commits
  14. 16 May, 2024 4 commits
  15. 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
  16. 13 May, 2024 4 commits
  17. 12 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. 09 May, 2024 2 commits
  21. 08 May, 2024 1 commit