- 11 Sep, 2023 3 commits
-
-
Lyu Han authored
-
liukuikun authored
-
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
-
- 08 Sep, 2023 1 commit
-
-
WRH authored
* support baichuan2-chat * update args from generation config * update deploy.py * update readme * tested with tp * step-1 when last id is eos * add news --------- Co-authored-by:chenxin <chenxin@pjlab.org.cn>
-
- 07 Sep, 2023 3 commits
-
-
AllentDan authored
-
Lyu Han authored
* Fix crash when context window size is large by setting max dynamic smem size * fix linting
-
fade_away authored
Co-authored-by:sleepwalker <just_for_singing@foxmail.com>
-
- 06 Sep, 2023 1 commit
-
-
Lyu Han authored
-
- 05 Sep, 2023 2 commits
-
-
pppppM authored
* use conda install nccl, openmpi and rapidjson * update en doc
-
Zhihao Lin authored
-
- 04 Sep, 2023 2 commits
- 01 Sep, 2023 2 commits
-
-
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
-
Chen Xin authored
* pack llama_gemm * update CMakeLists.txt * remove candidate * update MANIFEST.in
-
- 30 Aug, 2023 1 commit
-
-
AllentDan authored
* update FAQ for restful api * refine
-
- 29 Aug, 2023 4 commits
-
-
q.yao authored
* first * fix causal mask * disable flash attention2 on sm70 * fix 2 * update readme * clang-format * disable ft2 on windows * fix lint * fix build * fix build * fix long kv seq * fix lint * sync copy output --------- Co-authored-by:
grimoire <yaoqian@pjlab.org.cn> Co-authored-by:
irexyc <irexyc@gmail.com>
-
Chen Xin authored
-
tpoisonooo authored
* fix(kvint8): update doc * style(lmdeploy): format * style(kv_qparams.py): linting * fix lint * Update kv_int8.md * Update kv_int8.md --------- Co-authored-by:AllentDan <AllentDan@yeah.net>
-
RunningLeon authored
-
- 25 Aug, 2023 2 commits
- 24 Aug, 2023 4 commits
-
-
AllentDan authored
* app use async engine * add stop logic * app update cancel * app support restful-api * update doc and use the right model name * set doc url root * add comments * add an example * renew_session * update readme.md * resolve comments * Update restful_api.md * Update restful_api.md * Update restful_api.md --------- Co-authored-by:tpoisonooo <khj.application@aliyun.com>
-
WRH authored
* support decode * unit test and benckmark and improve * remove some drafts * enable numerical test * minor * add some benchmark data * add more output * update interface * remove debugs * format * update docstring * remove print and add benchmark results * use logits & add main * fix rb * dump large * update test * update test decode * add decimal
-
Lyu Han authored
* Pad tok_embedding and output weights to make their shape divisible by TP * update * update * update * update * update llamaBatch
-
pppppM authored
* fix llama2 70b * fix qwen quantization * remove pdb * add faq
-
- 23 Aug, 2023 1 commit
-
-
RunningLeon authored
* change to github runner * update
-
- 22 Aug, 2023 3 commits
-
-
Li Zhang authored
* disable cache hint for CUDA < 11.4 * fix lint * fix lint * fix cuda-11.3 build
-
RunningLeon authored
* update * debug * Revert "debug" This reverts commit 1c1f1d75591e44bf315c720f4954d1ea30b92989. * update
-
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
-
- 21 Aug, 2023 4 commits
-
-
AllentDan authored
* pass args like meta_prompt to model * update chatbot * update * rollback * update llama2 and qwen * refine
-
tpoisonooo authored
-
RunningLeon authored
* add readthedocs configs * update readme * fix link * update * remove turbomind in api * update * fix comment and remove api
-
Lyu Han authored
* Check-in FAQ * update * update
-
- 18 Aug, 2023 3 commits
- 17 Aug, 2023 3 commits
-
-
Li Zhang authored
-
tpoisonooo authored
* Update quantization.md * docs(quantization): update description * docs(README): rename quantization files
-
Chen Xin authored
* __PRETTY_FUNCTION__ * CASE_K * uint * remove not * HALF_FLT_MAX * struct init * port utils * better build pthread-win32 * port kernels * port utils/gemm_test * hide windows header * port models * port examples && triton_backend && unittests * update build readme * fix lint * fix lint * fix lint * fix lint * fix lint * fix build * fix build * cmake version * fix typos * update ci * port kernels/gemm_s_f16 * update ci * fix ci * use cudaStreamSynchronize instead of volatile check * remove gettimeofday * remove pthread-win32 * remove dirent.h * update pre-commit * update * remove todo * fix include * fix build * fix build * fix build ci * fix github action trigger * update README * fix linux-build ci * remove windows folder * fix lint * update readme
-
- 16 Aug, 2023 1 commit
-
-
AllentDan authored
* import if lib directory exists * only modify app.py
-