1. 20 Sep, 2023 1 commit
    • Lyu Han's avatar
      Support InternLM 20B (#440) · df7955de
      Lyu Han authored
      
      
      * better profiler
      
      * wait for releasing mem
      
      * remove fire
      
      * remove support for multiple model benchmark
      
      * comments
      
      * support actual seqlen
      
      * change chat template
      
      * update
      
      * fix ut
      
      * int->size_t
      
      * output more details
      
      * correct tp
      
      * rollback
      
      * update
      
      * update readme
      
      * add 'internlm-chat' as the default tag for internlm chat models
      
      * rollback tokenizer
      
      ---------
      Co-authored-by: default avatarAllentDan <AllentDan@yeah.net>
      Co-authored-by: default avatargrimoire <yaoqian@pjlab.org.cn>
      df7955de
  2. 19 Sep, 2023 1 commit
  3. 18 Sep, 2023 4 commits
  4. 14 Sep, 2023 2 commits
  5. 13 Sep, 2023 2 commits
  6. 12 Sep, 2023 1 commit
  7. 11 Sep, 2023 3 commits
  8. 08 Sep, 2023 1 commit
  9. 07 Sep, 2023 3 commits
  10. 06 Sep, 2023 1 commit
  11. 05 Sep, 2023 2 commits
  12. 04 Sep, 2023 2 commits
  13. 01 Sep, 2023 2 commits
  14. 30 Aug, 2023 1 commit
  15. 29 Aug, 2023 4 commits
  16. 25 Aug, 2023 2 commits
  17. 24 Aug, 2023 4 commits
  18. 23 Aug, 2023 1 commit
  19. 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