1. 31 Jul, 2023 4 commits
  2. 28 Jul, 2023 1 commit
  3. 27 Jul, 2023 4 commits
  4. 26 Jul, 2023 3 commits
  5. 25 Jul, 2023 2 commits
  6. 24 Jul, 2023 2 commits
  7. 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
  8. 22 Jul, 2023 1 commit
  9. 21 Jul, 2023 4 commits
  10. 20 Jul, 2023 3 commits
  11. 19 Jul, 2023 3 commits
  12. 18 Jul, 2023 3 commits
    • AllentDan's avatar
      update doc and requirements.txt (#119) · 4970d798
      AllentDan authored
      
      
      * update requirements
      
      * update transformers version
      
      * lint
      
      * comments
      
      * lint
      
      * update requirements
      
      * remove setup_requires
      
      ---------
      Co-authored-by: default avatardongchunyu <dongchunyu@pjlab.org.cn>
      4970d798
    • Kevin Wang's avatar
      print info copy-paste error (#133) · 8664946d
      Kevin Wang authored
      8664946d
    • q.yao's avatar
      Tensor Parallel python api (#82) · 7cbfe2ea
      q.yao authored
      * wip
      
      * profile disable tp
      
      * fix profile
      
      * lint
      
      * fix dlpack
      
      * remove comment
      
      * add tp flag
      
      * add session len check
      
      * add eos
      
      * remove tp and session len inputs
      
      * warp tokenizer
      
      * multithread load weight
      
      * update profile
      
      * refactor tokenizer
      
      * remove pre/post process
      
      * remove mpi4py requirement
      
      * remove
      
      * remove bind
      
      * remove mpi requirement
      
      * check backend_tokenizer
      7cbfe2ea
  13. 17 Jul, 2023 5 commits
  14. 14 Jul, 2023 4 commits