1. 28 Mar, 2024 10 commits
  2. 15 Mar, 2024 1 commit
  3. 21 Feb, 2024 1 commit
  4. 20 Feb, 2024 1 commit
  5. 30 Jan, 2024 1 commit
  6. 23 Jan, 2024 2 commits
  7. 22 Jan, 2024 1 commit
  8. 21 Jan, 2024 6 commits
  9. 20 Jan, 2024 1 commit
  10. 15 Jan, 2024 2 commits
  11. 14 Jan, 2024 5 commits
  12. 13 Jan, 2024 2 commits
  13. 12 Jan, 2024 1 commit
  14. 24 Dec, 2023 1 commit
  15. 22 Dec, 2023 1 commit
  16. 20 Dec, 2023 1 commit
    • Sanghun Cho's avatar
      Support alibi, by Sanghun Cho from Kakao Brain · e4f726fc
      Sanghun Cho authored
      
      
      * hard-code alibi in fwd
      
      * use params.h as hun_heads
      
      * hard-code alibi in bwd
      
      * add alibi on/off option
      
      * compute alibi_start, ratio outside of kernels
      
      * fix minor merge conflict
      
      * add test_alibi.py
      
      * change apply_alibi() location before masking
      
      * add alibi in splitkv kernel
      
      * fix backward func # of returns
      
      * add out-of-bound check in apply_alibi()
      
      * update test_alibi.py
      
      * update test_alibi.py for kvcache
      
      * simplify alibi parameter interface
      
      * fix performance issue
      by computing alibi outside of branch
      
      * update test_flash_attn_varlen_func() for left padding
      
      * implement alibi_slopes (b, nh) loading
      
      * optimize apply_alibi() a bit
      
      * update test cases for alibi_slopes loading
      
      * reflect stylistic comments
      
      * disable "seqlenq_ngroups_swapped" when using alibi
      
      ---------
      Co-authored-by: default avatarmonk.detective <monk.detective@kakaobrain.com>
      e4f726fc
  17. 27 Nov, 2023 2 commits
  18. 20 Nov, 2023 1 commit