1. 11 Aug, 2023 1 commit
    • pppppM's avatar
      [Feature] Support AWQ (#108) · d3dbe179
      pppppM authored
      * support kv cache offload
      
      * add dataloader docstring
      
      * complete gitignore
      
      * refactor collect mod fn
      
      * add calibration
      
      * fix lint
      
      * add observers and quantizers
      
      * fix lints
      
      * add global available mixin
      
      * fix lints
      
      * split batch inference
      
      * support smoothquant and awq
      
      * update export kv scales
      
      * fix lints
      
      * fix some bugs
      
      * update weight only usage
      
      * update usage
      
      * auto mapping and support smooth internlm
      
      * trust remote code
      
      * fix num head key error
      
      * fix bias error
      
      * align shape and pack order with llm-awq
      
      * modified according to LZHgrla's comments.
      
      * update gitignore
      
      * fix kv qparams export error
      
      * update usage
      
      * decouple calibrate and awq
      
      * update docstrings
      
      * update api name
      
      * update readme
      
      * update readme
      
      * update readme
      
      * update readme
      
      * update kv_qparams and readme
      
      * fix typos
      d3dbe179
  2. 07 Aug, 2023 1 commit
    • WRH's avatar
      [Refactor] Support multi-session chat (#178) · 4bd0b487
      WRH authored
      * add some dist utils
      
      * add model utils
      
      * add termio and basicstreamer
      
      * typo
      
      * fix world size
      
      * refactor chat and tested llama1
      
      * add internlm adapter and support stoping criteria
      
      * concat with id for internlm
      
      * update docstring
      
      * update and support llama2
      
      * typo
      
      * move docs to docs
      
      * update docstring of session manager
      
      * update docstring
      
      * update docs
      
      * fix accel none in model
      
      * fix and add test for tensor broadcast
      
      * fix session using typing to check type
      
      * add docstrings and comprehensive condition test
      
      * unit test for dist
      
      * fix session
      
      * split unittests of utils
      
      * typo
      
      * update control flow of accel
      
      * move test model
      
      * remove main in unittest
      
      * remove some log
      
      * remove some comments
      4bd0b487
  3. 04 Aug, 2023 1 commit
  4. 01 Aug, 2023 1 commit
  5. 31 Jul, 2023 1 commit
  6. 28 Jul, 2023 1 commit
  7. 27 Jul, 2023 1 commit
  8. 26 Jul, 2023 2 commits
  9. 24 Jul, 2023 1 commit
  10. 23 Jul, 2023 1 commit
    • lvhan028's avatar
      Refactor the chat template of supported models using factory pattern (#144) · 7b470f07
      lvhan028 authored
      * refactor model.py and support baichuan-7b
      
      * remove model_name
      
      * remove hard session_len
      
      * export tokenizer.py to target dir
      
      * remove model_name from client
      
      * remove model_name
      
      * update
      
      * correct throughput equation
      
      * fix session.response
      
      * update serving.md
      
      * update readme
      
      * update according to review comments
      
      * update
      
      * update
      
      * update
      
      * update
      7b470f07
  11. 21 Jul, 2023 1 commit
  12. 20 Jul, 2023 1 commit
  13. 19 Jul, 2023 1 commit
  14. 18 Jul, 2023 1 commit
  15. 17 Jul, 2023 3 commits
  16. 14 Jul, 2023 1 commit
    • vansin's avatar
      [Doc] update discord and wechat link (#120) · db282626
      vansin authored
      * Doc: update discord and wechat link
      
      * Doc: update discord and wechat link
      
      * [Doc] add discord and wechat link
      
      * [Doc] add discord and wechat link
      
      * [Doc] add discord and wechat link
      
      * [Doc] add discord and wechat link
      db282626
  17. 11 Jul, 2023 2 commits
  18. 06 Jul, 2023 6 commits
  19. 05 Jul, 2023 5 commits
  20. 04 Jul, 2023 2 commits
  21. 03 Jul, 2023 1 commit
  22. 01 Jul, 2023 2 commits
  23. 30 Jun, 2023 2 commits
  24. 29 Jun, 2023 1 commit
    • AllentDan's avatar
      Add webui (#27) · 0cc48011
      AllentDan authored
      * add webui
      
      * update readme
      
      * resolve comments
      
      * readme
      0cc48011