1. 15 Dec, 2023 1 commit
    • q.yao's avatar
      Support turbomind bf16 (#803) · 3295eac3
      q.yao authored
      * Add bf16 template sp
      
      * prepare merge
      
      * add enable bf
      
      * add bf16 decode attention support
      
      * fix python lint
      
      * fix yapf
      
      * fix c format
      
      * c format11
      
      * fix cast
      
      * fix on sm<80
      
      * fix linux bf162 cast
      
      * fix type cast
      
      * fix lint
      
      * support from hf pretrained
      
      * fix pybind
      
      * fix converter
      
      * add trust remote code
      
      * fix comment
      
      * fix convert qwen
      
      * fix lint
      
      * fix baichuan
      
      * update weight map
      3295eac3
  2. 11 Dec, 2023 1 commit
  3. 04 Dec, 2023 1 commit
    • Li Zhang's avatar
      Unify prefill & decode passes (#775) · 7f943a26
      Li Zhang authored
      * Unify prefill and decode passes
      
      * dynamic split-fuse
      
      * refactor
      
      * correct input count calculation
      
      * remove unused
      
      * lint
      
      * lint
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      
      * fix msvc build
      7f943a26
  4. 02 Dec, 2023 1 commit
  5. 20 Nov, 2023 1 commit
  6. 10 Nov, 2023 1 commit
    • Li Zhang's avatar
      TurboMind 2 (#590) · ab1767cf
      Li Zhang authored
      * refresh decoder attention kernel
      
      * block-level kv cache
      
      * `BlockManager` & `SequenceManager`
      
      * update
      
      * update
      
      * update
      
      * update
      
      * rename
      
      * GQA support
      
      * fix context length
      
      * GQA dispatch
      
      * kv8
      
      * tune
      
      * async stream cb
      
      * nvtx
      
      * config parsing
      
      * debug
      
      * optimize output cost
      
      * split-k decoding
      
      * minor
      
      * truncate `session_len` by available blocks
      
      * minor
      
      * license
      
      * fix
      
      * dispatch `cp.async`
      
      * fix linking
      
      * fix
      
      * fix deadlock
      
      * guard input length
      
      * correct start offset
      
      * fix prefill chunking
      
      * fix `cache_block_seq_len` param passing
      
      * fix `block_size` fmtstr
      
      * fix output tokens
      
      * fix batch resizing
      
      * fix masking of finished sequences
      
      * add debug util
      
      * free unused block early
      
      * add ntk scaling and logn scaling
      
      * cmake flags
      
      * fix typo
      
      * w4a16 for sm75
      
      * fix msvc build
      
      * fix msvc build
      
      * fix block verification
      
      * fix msvc build
      
      * use `std::shuffle`
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * clear incoming buffer
      
      * clear finished requests
      
      * fix batch initialization
      
      * fix typo
      
      * fix typo
      
      * fix comparison
      ab1767cf
  7. 18 Sep, 2023 1 commit
  8. 11 Sep, 2023 1 commit
    • Lyu Han's avatar
      Support codellama (#359) · 65c662f9
      Lyu Han authored
      * tmp
      
      * add demo for codellama inference
      
      * update
      
      * update
      
      * update
      
      * update codellama.md
      
      * export rope_theta
      
      * update
      
      * update doc
      
      * fix client.py
      
      * define SamplingParam
      
      * rollback 'end'
      
      * rotary_emb_base to rotary_embedding_base
      
      * change to baichuan2-7b
      65c662f9
  9. 07 Sep, 2023 1 commit
  10. 22 Aug, 2023 1 commit
  11. 18 Aug, 2023 1 commit
  12. 17 Aug, 2023 2 commits
    • Li Zhang's avatar
    • Chen Xin's avatar
      Support windows platform (#209) · 4c9959f6
      Chen Xin authored
      * __PRETTY_FUNCTION__
      
      * CASE_K
      
      * uint
      
      * remove not
      
      * HALF_FLT_MAX
      
      * struct init
      
      * port utils
      
      * better build pthread-win32
      
      * port kernels
      
      * port utils/gemm_test
      
      * hide windows header
      
      * port models
      
      * port examples && triton_backend && unittests
      
      * update build readme
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix build
      
      * fix build
      
      * cmake version
      
      * fix typos
      
      * update ci
      
      * port kernels/gemm_s_f16
      
      * update ci
      
      * fix ci
      
      * use cudaStreamSynchronize instead of volatile check
      
      * remove gettimeofday
      
      * remove pthread-win32
      
      * remove dirent.h
      
      * update pre-commit
      
      * update
      
      * remove todo
      
      * fix include
      
      * fix build
      
      * fix build
      
      * fix build ci
      
      * fix github action trigger
      
      * update README
      
      * fix linux-build ci
      
      * remove windows folder
      
      * fix lint
      
      * update readme
      4c9959f6
  13. 14 Aug, 2023 2 commits
  14. 03 Aug, 2023 1 commit
  15. 31 Jul, 2023 1 commit
  16. 21 Jul, 2023 1 commit
  17. 06 Jul, 2023 1 commit
  18. 04 Jul, 2023 1 commit
  19. 03 Jul, 2023 1 commit
  20. 01 Jul, 2023 2 commits