ipex-llm/python/llm/src/ipex_llm/transformers
Guoqiong Song c44b1942ed
fix mistral for transformers>=4.39 (#11191)
* fix mistral for transformers>=4.39
2024-06-18 13:39:35 -07:00
..
awq Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
gguf Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
layers Divide core-xe packages (#11131) 2024-05-28 12:00:18 +08:00
models fix mistral for transformers>=4.39 (#11191) 2024-06-18 13:39:35 -07:00
__init__.py Refactor pipeline parallel multi-stage implementation (#11286) 2024-06-13 10:00:23 +08:00
bmm.py Divide core-xe packages (#11131) 2024-05-28 12:00:18 +08:00
convert.py fix mistral for transformers>=4.39 (#11191) 2024-06-18 13:39:35 -07:00
convert_ipex.py LLM: Fix bigdl_ipex_int8 warning (#10890) 2024-04-26 11:18:44 +08:00
embedding.py Fix gguf_q4k (#11293) 2024-06-12 20:43:08 +08:00
kv.py remove new_layout parameter (#10906) 2024-04-29 10:31:50 +08:00
lisa.py LISA Finetuning Example (#10743) 2024-04-18 13:48:10 +08:00
load_config.yaml Adding load_low_bit interface for ipex_llm_worker (#11000) 2024-05-13 15:30:19 +08:00
loader.py Add half precision for fastchat models (#11130) 2024-05-24 15:41:14 +08:00
lookup.py [WIP] Add look up table in 1st token stage (#11193) 2024-06-07 10:51:05 +08:00
low_bit_linear.py Add quantization scale search switch (#11326) 2024-06-14 18:46:52 +08:00
model.py Refactor pipeline parallel multi-stage implementation (#11286) 2024-06-13 10:00:23 +08:00
modelling_bigdl.py Remove chatglm_C Module to Eliminate LGPL Dependency (#11178) 2024-05-31 17:03:11 +08:00
npu_model.py add initial support for intel npu acceleration library (#11347) 2024-06-18 16:07:16 +08:00
pipeline_parallel.py Support finishing PP inference once eos_token_id is found (#11336) 2024-06-18 09:55:40 +08:00
qlora.py Upgrade Peft version to 0.10.0 for LLM finetune (#10886) 2024-05-07 15:09:14 +08:00
relora.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
speculative.py [WIP] Add look up table in 1st token stage (#11193) 2024-06-07 10:51:05 +08:00
streamer.py [LLM]Reopen autotp generate_stream (#11120) 2024-05-24 17:16:14 +08:00
training_patch.py Fix error during merging adapter (#11145) 2024-05-27 19:41:42 +08:00
utils.py support gguf_q4k_m / gguf_q4k_s (#10887) 2024-05-17 14:30:09 +08:00
xpu_customize_fwd.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00