1. 28 May, 2024 1 commit
  2. 27 May, 2024 1 commit
  3. 17 May, 2024 1 commit
  4. 28 Apr, 2024 1 commit
  5. 27 Apr, 2024 2 commits
  6. 24 Mar, 2024 1 commit
  7. 23 Mar, 2024 1 commit
  8. 22 Mar, 2024 1 commit
  9. 21 Mar, 2024 1 commit
  10. 06 Mar, 2024 1 commit
  11. 04 Mar, 2024 1 commit
  12. 20 Feb, 2024 1 commit
  13. 15 Jan, 2024 1 commit
  14. 12 Jan, 2024 4 commits
  15. 20 Dec, 2023 2 commits
  16. 18 Dec, 2023 8 commits
  17. 15 Dec, 2023 4 commits
    • Yam(长琴)'s avatar
      fix: awq should save bin files (#793) · 68fa4b9a
      Yam(长琴) authored
      
      
      * fix: awq should save bin files
      
      * fix: doc
      
      * Update kv_int8.md
      
      * fix lint
      
      ---------
      Co-authored-by: default avatarpppppM <gjf_mail@126.com>
      68fa4b9a
    • q.yao's avatar
      4a0a1cd0
    • q.yao's avatar
      Support turbomind bf16 (#803) · 3295eac3
      q.yao authored
      * Add bf16 template sp
      
      * prepare merge
      
      * add enable bf
      
      * add bf16 decode attention support
      
      * fix python lint
      
      * fix yapf
      
      * fix c format
      
      * c format11
      
      * fix cast
      
      * fix on sm<80
      
      * fix linux bf162 cast
      
      * fix type cast
      
      * fix lint
      
      * support from hf pretrained
      
      * fix pybind
      
      * fix converter
      
      * add trust remote code
      
      * fix comment
      
      * fix convert qwen
      
      * fix lint
      
      * fix baichuan
      
      * update weight map
      3295eac3
    • Chen Xin's avatar
      support image_embs input (#799) · b190521b
      Chen Xin authored
      * support image_embs input
      
      * add some checks
      
      * update interactive/config.pbtxt && TurbomindModelConfig
      
      * update docstring
      
      * refactor
      
      * support convert embeddings to bf16
      
      * update interactive/config.pbtxt
      
      * embeddings -> input_embeddings
      
      * use input_embedding_ranges
      
      * remove embedding_begins/ends
      b190521b
  18. 14 Dec, 2023 1 commit
  19. 13 Dec, 2023 3 commits
  20. 12 Dec, 2023 3 commits
  21. 11 Dec, 2023 1 commit
    • AllentDan's avatar
      FIFO pipe strategy for api_server (#795) · cfa80974
      AllentDan authored
      * FIFO pipe for api_server
      
      * asyncio sleep 0
      
      * remove unwanted import
      
      * rename symbols
      
      * speed benchmark up by disable preprocess for string input
      
      * replace Queue with set
      
      * comment
      cfa80974