1. 18 Dec, 2023 8 commits
  2. 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
  3. 14 Dec, 2023 1 commit
  4. 13 Dec, 2023 3 commits
  5. 12 Dec, 2023 3 commits
  6. 11 Dec, 2023 4 commits
  7. 07 Dec, 2023 1 commit
  8. 06 Dec, 2023 3 commits
  9. 05 Dec, 2023 2 commits
  10. 04 Dec, 2023 4 commits
  11. 02 Dec, 2023 1 commit
  12. 29 Nov, 2023 6 commits
    • Lyu Han's avatar
      Update benchmark user guide (#763) · d3e2cee4
      Lyu Han authored
      * user guide of benchmark generation
      
      * update benchmark generation guide
      
      * update profiling throughput guide
      
      * update profiling api_server guide
      
      * rename file names
      
      * update profile tis user guide
      
      * update
      
      * fix according to review comments
      
      * update
      
      * update according to review comments
      
      * updaste
      
      * add an example
      
      * update
      d3e2cee4
    • Lyu Han's avatar
      bump version to 0.1.0a1 (#776) · 9c46b27c
      Lyu Han authored
      9c46b27c
    • Chen Xin's avatar
      convert model with hf repo_id (#774) · 77efebbf
      Chen Xin authored
      77efebbf
    • Lyu Han's avatar
      Report first-token-latency and token-latency percentiles (#736) · 5c9e1e28
      Lyu Han authored
      * update profile scripts
      
      * add top_p, top_k and temperature as input arguments
      
      * fix input_ids
      
      * update profile_throughput
      
      * update profile_restful_api
      
      * update profile_serving
      
      * update
      
      * update
      
      * add progress bar
      
      * remove TODO comments
      
      * update
      
      * remove useless profile_* argument
      
      * remove log level
      
      * change concurrency default value to 64
      
      * update restful_api.md
      
      * update according to review comments
      
      * fix docstring
      5c9e1e28
    • tpoisonooo's avatar
      improvement(build): enable ninja and gold linker (#767) · 8add942d
      tpoisonooo authored
      * feat(build): enable ninja and lld
      
      * fix(.github): add ninja installation
      
      * fix(CI): remove dimsize=256
      
      * fix(CI): add option for generate.sh
      
      * fix(docs): update
      8add942d
    • q.yao's avatar
      fix turbomind build on sm<80 (#754) · 8c672a7b
      q.yao authored
      * fix
      
      * fix lint
      8c672a7b