1. 26 Sep, 2023 1 commit
    • AllentDan's avatar
      expose stop words and filter eoa (#352) · 327deaee
      AllentDan authored
      * expose stop words
      
      * support string
      
      * fix
      
      * remove eoa from chatbot
      
      * remove eoa of turbomind
      
      * fix ut
      
      * suffix wheel and fix InternLM no system bug
      327deaee
  2. 25 Sep, 2023 2 commits
  3. 20 Sep, 2023 2 commits
  4. 18 Sep, 2023 1 commit
  5. 13 Sep, 2023 1 commit
  6. 11 Sep, 2023 3 commits
  7. 08 Sep, 2023 1 commit
  8. 07 Sep, 2023 2 commits
  9. 04 Sep, 2023 2 commits
  10. 01 Sep, 2023 2 commits
  11. 29 Aug, 2023 2 commits
  12. 25 Aug, 2023 2 commits
  13. 24 Aug, 2023 4 commits
  14. 22 Aug, 2023 1 commit
    • 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
  15. 21 Aug, 2023 1 commit
  16. 18 Aug, 2023 2 commits
  17. 16 Aug, 2023 2 commits
  18. 15 Aug, 2023 1 commit
  19. 14 Aug, 2023 4 commits
  20. 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
  21. 07 Aug, 2023 3 commits
    • 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
    • lvhan028's avatar
      bump version to v0.0.3 (#205) · c80f3e49
      lvhan028 authored
      c80f3e49
    • lvhan028's avatar
      Add non-stream inference api for chatbot (#200) · 3de0dbb6
      lvhan028 authored
      * add non-stream inference api for chatbot
      
      * update according to reviewer's comments
      3de0dbb6