1. 04 Sep, 2023 1 commit
  2. 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
  3. 21 Aug, 2023 1 commit
  4. 14 Aug, 2023 1 commit
  5. 07 Aug, 2023 2 commits
  6. 03 Aug, 2023 1 commit
  7. 31 Jul, 2023 1 commit
  8. 27 Jul, 2023 1 commit
  9. 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
  10. 21 Jul, 2023 1 commit
  11. 19 Jul, 2023 1 commit
  12. 14 Jul, 2023 1 commit
  13. 12 Jul, 2023 1 commit
  14. 05 Jul, 2023 1 commit
  15. 03 Jul, 2023 1 commit
  16. 30 Jun, 2023 2 commits
  17. 29 Jun, 2023 2 commits
  18. 25 Jun, 2023 1 commit
    • lvhan028's avatar
      Add profile (#15) · 23c05372
      lvhan028 authored
      * remove constraints on model name
      
      * remove duplicate model converter
      
      * add profile
      
      * get eos and bos from server
      
      * update stop_words
      
      * update sequence_length when the last generated token is eos_id
      
      * fix
      
      * fix
      
      * check-in models
      
      * valicate model_name
      
      * make stop_words as property
      
      * debug profiling
      
      * better stats
      
      * fix assistant reponse
      
      * update profile serving
      
      * update
      
      * update
      23c05372
  19. 20 Jun, 2023 1 commit
  20. 18 Jun, 2023 1 commit