1. 25 Oct, 2023 2 commits
  2. 24 Oct, 2023 1 commit
  3. 18 Oct, 2023 2 commits
  4. 16 Oct, 2023 1 commit
  5. 13 Oct, 2023 2 commits
  6. 12 Oct, 2023 1 commit
  7. 11 Oct, 2023 1 commit
  8. 09 Oct, 2023 1 commit
  9. 26 Sep, 2023 2 commits
  10. 18 Sep, 2023 1 commit
  11. 11 Sep, 2023 1 commit
    • Lyu Han's avatar
      Support codellama (#359) · 65c662f9
      Lyu Han authored
      * tmp
      
      * add demo for codellama inference
      
      * update
      
      * update
      
      * update
      
      * update codellama.md
      
      * export rope_theta
      
      * update
      
      * update doc
      
      * fix client.py
      
      * define SamplingParam
      
      * rollback 'end'
      
      * rotary_emb_base to rotary_embedding_base
      
      * change to baichuan2-7b
      65c662f9
  12. 08 Sep, 2023 1 commit
  13. 07 Sep, 2023 2 commits
  14. 04 Sep, 2023 1 commit
  15. 01 Sep, 2023 1 commit
    • AllentDan's avatar
      Decode generated token_ids incrementally (#309) · 9bfe03c6
      AllentDan authored
      * add incremental decoding for turbomind
      
      * update TIS
      
      * fix triton post processing
      
      * update doc
      
      * fix typo
      
      * SentencePieceTokenizer incremental decode, add qwen message prompt
      
      * docstring
      
      * update bot
      9bfe03c6
  16. 25 Aug, 2023 1 commit
  17. 24 Aug, 2023 2 commits
  18. 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
  19. 21 Aug, 2023 1 commit
  20. 18 Aug, 2023 2 commits
  21. 16 Aug, 2023 1 commit
  22. 14 Aug, 2023 2 commits
  23. 07 Aug, 2023 2 commits
  24. 04 Aug, 2023 1 commit
  25. 03 Aug, 2023 1 commit
  26. 31 Jul, 2023 1 commit
  27. 27 Jul, 2023 1 commit
  28. 26 Jul, 2023 1 commit
  29. 25 Jul, 2023 2 commits
  30. 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