1. 22 Aug, 2023 3 commits
    • Li Zhang's avatar
      [Fix] Fix building with CUDA 11.3 (#280) · 9e366482
      Li Zhang authored
      * disable cache hint for CUDA < 11.4
      
      * fix lint
      
      * fix lint
      
      * fix cuda-11.3 build
      9e366482
    • RunningLeon's avatar
      Update workflow for building docker image (#282) · 06327355
      RunningLeon authored
      * update
      
      * debug
      
      * Revert "debug"
      
      This reverts commit 1c1f1d75591e44bf315c720f4954d1ea30b92989.
      
      * update
      06327355
    • AllentDan's avatar
      Add Restful API (#223) · d5c10e7a
      AllentDan authored
      * add restful api
      
      * refine
      
      * add simple doc
      
      * lint
      
      * add uvicorn requirement
      
      * more args
      
      * add llama2
      
      * docstring
      
      * update doc
      
      * save
      
      * refine
      
      * lint
      
      * better decode
      
      * add v1/embedding
      
      * add GenerateRequest
      
      * add llama2 chat template
      
      * correct profiling
      
      * update documents
      
      * add length judge
      
      * add faq
      
      * update doc and rename req_que to req_queue
      
      * fix md link, use get_logger, fix sequence_end bug
      
      * use another doc link for go to avoid lint error
      
      * add api_client.py
      
      * update doc
      
      * update doc
      
      * update function interface
      
      * update FAQ
      
      * resolve comments
      d5c10e7a
  2. 21 Aug, 2023 4 commits
  3. 18 Aug, 2023 3 commits
  4. 17 Aug, 2023 3 commits
    • Li Zhang's avatar
    • 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
  5. 16 Aug, 2023 3 commits
  6. 15 Aug, 2023 2 commits
  7. 14 Aug, 2023 7 commits
  8. 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
  9. 10 Aug, 2023 1 commit
  10. 07 Aug, 2023 5 commits
  11. 04 Aug, 2023 1 commit
  12. 03 Aug, 2023 3 commits
  13. 01 Aug, 2023 1 commit
  14. 31 Jul, 2023 3 commits