Xiangyu Tian
|
4594a3dd6c
|
LLM: Fix DummyLayer.weight device in Pipeline Parallel (#11612)
|
2024-07-18 13:39:34 +08:00 |
|
Yishuo Wang
|
f4077fa905
|
fix llama3-8b npu long input stuck (#11613)
|
2024-07-18 11:08:17 +08:00 |
|
Zhao Changmin
|
e5c0058c0e
|
fix baichuan (#11606)
|
2024-07-18 09:43:36 +08:00 |
|
Guoqiong Song
|
d64711900a
|
Fix cohere model on transformers>=4.41 (#11575)
* fix cohere model for 4-41
|
2024-07-17 17:18:59 -07:00 |
|
Wang, Jian4
|
9c15abf825
|
Refactor fastapi-serving and add one card serving(#11581)
* init fastapi-serving one card
* mv api code to source
* update worker
* update for style-check
* add worker
* update bash
* update
* update worker name and add readme
* rename update
* rename to fastapi
|
2024-07-17 11:12:43 +08:00 |
|
Yishuo Wang
|
5837bc0014
|
fix chatglm3 npu output (#11590)
|
2024-07-16 18:16:30 +08:00 |
|
Guancheng Fu
|
06930ab258
|
Enable ipex-llm optimization for lm head (#11589)
* basic
* Modify convert.py
* fix
|
2024-07-16 16:48:44 +08:00 |
|
Yina Chen
|
99c22745b2
|
fix qwen 14b fp6 abnormal output (#11583)
|
2024-07-16 10:59:00 +08:00 |
|
Yishuo Wang
|
c279849d27
|
add disk embedding api (#11585)
|
2024-07-16 10:43:39 +08:00 |
|
Xiangyu Tian
|
79c742dfd5
|
LLM: Add XPU Memory Optimizations for Pipeline Parallel (#11567)
Add XPU Memory Optimizations for Pipeline Parallel
|
2024-07-16 09:44:50 +08:00 |
|
Yishuo Wang
|
019da6c0ab
|
use mlp silu_mul fusion in qwen2 to optimize memory usage (#11574)
|
2024-07-13 16:32:54 +08:00 |
|
Yishuo Wang
|
a945500a98
|
fix internlm xcomposser stream chat (#11564)
|
2024-07-11 18:21:17 +08:00 |
|
Zhao Changmin
|
b9c66994a5
|
add npu sdp (#11562)
|
2024-07-11 16:57:35 +08:00 |
|
binbin Deng
|
2b8ad8731e
|
Support pipeline parallel for glm-4v (#11545)
|
2024-07-11 16:06:06 +08:00 |
|
Xiangyu Tian
|
7f5111a998
|
LLM: Refine start script for Pipeline Parallel Serving (#11557)
Refine start script and readme for Pipeline Parallel Serving
|
2024-07-11 15:45:27 +08:00 |
|
Zhao Changmin
|
105e124752
|
optimize phi3-v encoder npu performance and add multimodal example (#11553)
* phi3-v
* readme
|
2024-07-11 13:59:14 +08:00 |
|
Cengguang Zhang
|
70ab1a6f1a
|
LLM: unify memory optimization env variables. (#11549)
* LLM: unify memory optimization env variables.
* fix comments.
|
2024-07-11 11:01:28 +08:00 |
|
Yishuo Wang
|
994e49a510
|
optimize internlm xcomposser performance again (#11551)
|
2024-07-10 17:08:56 +08:00 |
|
Yishuo Wang
|
82f9514303
|
optimize internlm xcomposer2 performance (#11550)
|
2024-07-10 15:57:04 +08:00 |
|
Zhao Changmin
|
3c16c9f725
|
Optimize baichuan on NPU (#11548)
* baichuan_npu
|
2024-07-10 13:18:48 +08:00 |
|
Yishuo Wang
|
7dc6756d86
|
add disk embedding (#11543)
|
2024-07-09 17:38:40 +08:00 |
|
Yishuo Wang
|
99b2802d3b
|
optimize qewn2 memory (#11535)
|
2024-07-09 17:14:01 +08:00 |
|
Yishuo Wang
|
2929eb262e
|
support npu glm4 (#11539)
|
2024-07-09 15:46:49 +08:00 |
|
Xiangyu Tian
|
a1cede926d
|
Fix update_kv_cache in Pipeline-Parallel-Serving for glm4-9b model (#11537)
|
2024-07-09 14:08:04 +08:00 |
|
Yishuo Wang
|
c26651f91f
|
add mistral npu support (#11523)
|
2024-07-08 13:17:15 +08:00 |
|
binbin Deng
|
252426793b
|
Fix setting of use_quantize_kv_cache on different GPU in pipeline parallel (#11516)
|
2024-07-08 09:27:01 +08:00 |
|
Yishuo Wang
|
7cb09a8eac
|
optimize qwen2 memory usage again (#11520)
|
2024-07-05 17:32:34 +08:00 |
|
Zhao Changmin
|
f7e957aaf9
|
Clean npu dtype branch (#11515)
* clean branch
* create_npu_kernels
|
2024-07-05 15:45:26 +08:00 |
|
Yishuo Wang
|
14ce058004
|
add chatglm3 npu support (#11518)
|
2024-07-05 15:31:27 +08:00 |
|
Xin Qiu
|
a31f2cbe13
|
update minicpm.py (#11517)
* update minicpm
* meet code review
|
2024-07-05 15:25:44 +08:00 |
|
Zhao Changmin
|
24de13fc45
|
Optimize stablelm on NPU (#11512)
* stablelm_optimize
|
2024-07-05 14:21:57 +08:00 |
|
Xiangyu Tian
|
7d8bc83415
|
LLM: Partial Prefilling for Pipeline Parallel Serving (#11457)
LLM: Partial Prefilling for Pipeline Parallel Serving
|
2024-07-05 13:10:35 +08:00 |
|
binbin Deng
|
60de428b37
|
Support pipeline parallel for qwen-vl (#11503)
|
2024-07-04 18:03:57 +08:00 |
|
Zhao Changmin
|
57b8adb189
|
[WIP] Support npu load_low_bit method (#11502)
* npu_load_low_bit
|
2024-07-04 17:15:34 +08:00 |
|
Yishuo Wang
|
1a8bab172e
|
add minicpm 1B/2B npu support (#11507)
|
2024-07-04 16:31:04 +08:00 |
|
Yishuo Wang
|
bb0a84044b
|
add qwen2 npu support (#11504)
|
2024-07-04 11:01:25 +08:00 |
|
Xin Qiu
|
f84ca99b9f
|
optimize gemma2 rmsnorm (#11500)
|
2024-07-03 15:21:03 +08:00 |
|
binbin Deng
|
9274282ef7
|
Support pipeline parallel for glm-4-9b-chat (#11463)
|
2024-07-03 14:25:28 +08:00 |
|
Yishuo Wang
|
d97c2664ce
|
use new fuse rope in stablelm family (#11497)
|
2024-07-03 11:08:26 +08:00 |
|
Zhao Changmin
|
6a0134a9b2
|
support q4_0_rtn (#11477)
* q4_0_rtn
|
2024-07-02 16:57:02 +08:00 |
|
Yishuo Wang
|
5e967205ac
|
remove the code converts input to fp16 before calling batch forward kernel (#11489)
|
2024-07-02 16:23:53 +08:00 |
|
Yishuo Wang
|
ec3a912ab6
|
optimize npu llama long context performance (#11478)
|
2024-07-01 16:49:23 +08:00 |
|
binbin Deng
|
48ad482d3d
|
Fix import error caused by pydantic on cpu (#11474)
|
2024-07-01 15:49:49 +08:00 |
|
Yishuo Wang
|
39bcb33a67
|
add sdp support for stablelm 3b (#11473)
|
2024-07-01 14:56:15 +08:00 |
|
Zhao Changmin
|
cf8eb7b128
|
Init NPU quantize method and support q8_0_rtn (#11452)
* q8_0_rtn
* fix float point
|
2024-07-01 13:45:07 +08:00 |
|
Yishuo Wang
|
319a3b36b2
|
fix npu llama2 (#11471)
|
2024-07-01 10:14:11 +08:00 |
|
SONG Ge
|
a414e3ff8a
|
add pipeline parallel support with load_low_bit (#11414)
|
2024-06-28 10:17:56 +08:00 |
|
binbin Deng
|
987017ef47
|
Update pipeline parallel serving for more model support (#11428)
|
2024-06-27 18:21:01 +08:00 |
|
Yishuo Wang
|
029ff15d28
|
optimize npu llama2 first token performance (#11451)
|
2024-06-27 17:37:33 +08:00 |
|
Yishuo Wang
|
c6e5ad668d
|
fix internlm xcomposser meta-instruction typo (#11448)
|
2024-06-27 15:29:43 +08:00 |
|