1. 04 Dec, 2023 2 commits
  2. 02 Dec, 2023 1 commit
  3. 29 Nov, 2023 7 commits
  4. 28 Nov, 2023 1 commit
  5. 27 Nov, 2023 2 commits
  6. 24 Nov, 2023 1 commit
  7. 23 Nov, 2023 3 commits
  8. 22 Nov, 2023 1 commit
    • Chen Xin's avatar
      Support loading hf model directly (#685) · 6b00f623
      Chen Xin authored
      * turbomind support export model params
      
      * fix overflow
      
      * support turbomind.from_pretrained
      
      * fix tp
      
      * support AutoModel
      
      * support load kv qparams
      
      * update auto_awq
      
      * udpate docstring
      
      * export lmdeploy version
      
      * update doc
      
      * remove download_hf_repo
      
      * LmdeployForCausalLM -> LmdeployForCausalLM
      
      * refactor turbomind.py
      
      * update comment
      
      * add bfloat16 convert back
      
      * support gradio run_locl load hf
      
      * support resuful api server load hf
      
      * add docs
      
      * support loading previous quantized model
      
      * adapt pr 690
      
      * udpate docs
      
      * not export turbomind config when quantize a model
      
      * check model_name when can not get it from config.json
      
      * update readme
      
      * remove model_name in auto_awq
      
      * update
      
      * update
      
      * udpate
      
      * fix build
      
      * absolute import
      6b00f623
  9. 21 Nov, 2023 1 commit
  10. 20 Nov, 2023 3 commits
  11. 19 Nov, 2023 2 commits
  12. 16 Nov, 2023 1 commit
  13. 15 Nov, 2023 1 commit
  14. 14 Nov, 2023 1 commit
  15. 13 Nov, 2023 2 commits
  16. 10 Nov, 2023 2 commits
    • 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
    • RunningLeon's avatar
      Add extra_requires to reduce dependencies (#580) · 06125966
      RunningLeon authored
      * update reqs
      
      * update docs
      
      * resolve comments
      
      * upgrade pydantic
      
      * fix rebase
      
      * update doc
      
      * update
      
      * update
      
      * update readme
      
      * update
      
      * add flash-attn
      06125966
  17. 09 Nov, 2023 3 commits
  18. 08 Nov, 2023 3 commits
  19. 06 Nov, 2023 2 commits
  20. 03 Nov, 2023 1 commit