1. 24 Aug, 2023 2 commits
  2. 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
  3. 21 Aug, 2023 1 commit
  4. 18 Aug, 2023 2 commits
  5. 16 Aug, 2023 1 commit
  6. 14 Aug, 2023 2 commits
  7. 07 Aug, 2023 2 commits
  8. 04 Aug, 2023 1 commit
  9. 03 Aug, 2023 1 commit
  10. 31 Jul, 2023 1 commit
  11. 27 Jul, 2023 1 commit
  12. 26 Jul, 2023 1 commit
  13. 25 Jul, 2023 2 commits
  14. 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
  15. 21 Jul, 2023 2 commits
  16. 19 Jul, 2023 2 commits
  17. 18 Jul, 2023 2 commits
  18. 14 Jul, 2023 1 commit
  19. 12 Jul, 2023 1 commit
  20. 11 Jul, 2023 2 commits
  21. 05 Jul, 2023 2 commits
    • lvhan028's avatar
      update internlm‘s chat template (#54) · 3de27ead
      lvhan028 authored
      * update internlm model
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update temperature, topk and top_p
      
      * update
      
      * update
      
      * loosen log level
      3de27ead
    • 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
  22. 04 Jul, 2023 2 commits
  23. 03 Jul, 2023 1 commit
  24. 01 Jul, 2023 1 commit
  25. 30 Jun, 2023 2 commits