1. 17 Aug, 2023 2 commits
    • tpoisonooo's avatar
      docs(quantzation): update description (#253) · 903707b5
      tpoisonooo authored
      * Update quantization.md
      
      * docs(quantization): update description
      
      * docs(README): rename quantization files
      903707b5
    • 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
  2. 14 Aug, 2023 3 commits
  3. 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
  4. 04 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 1 commit
  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 4 commits
  19. 05 Jul, 2023 3 commits
    • lvhan028's avatar
      improve readme (#52) · 3e7b6bfd
      lvhan028 authored
      * add performance
      
      * use png
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      3e7b6bfd
    • AllentDan's avatar
      add demo gif (#63) · 9d7cd629
      AllentDan authored
      * add demo gif
      
      * add demo gif
      9d7cd629
    • pppppM's avatar
      [Feature] Stats Quantization Parameters for KV Cache (#45) · 3fff964d
      pppppM authored
      * add cal qparams
      
      * support offload inference
      
      * add collect funtions (mod,weight)
      
      * stats kv scales
      
      * update init
      
      * add user guide
      
      * fix hints
      
      * fix comments & support turbomind format
      
      * update user guide
      
      * fix slice kv cache error & support pileval dataset (used in llm-awq)
      
      * fix wrong num heads slice
      
      * update default dataset
      
      * fix conflict
      
      * fix hints
      
      * fix hints
      
      * add gitignore
      3fff964d
  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
  25. 28 Jun, 2023 1 commit
    • tpoisonooo's avatar
      feat(src): add kv cache int8 quantization (#22) · cc93136e
      tpoisonooo authored
      * feat(src): add int8 and compile passed
      
      * feat(kernels): fix
      
      * feat(llama): update kernel
      
      * feat(src): add debug
      
      * fix(kernel): k_cache use int8_t pointer
      
      * style(llama): clean code
      
      * feat(deploy.py): revert to enable fmha
      
      * style(LlamaV2): clean code
      
      * feat(deploy.py): add default quant policy
      cc93136e
  26. 20 Jun, 2023 1 commit