ipex-llm/python/llm
Yuwen Hu 64bc123dd3 [LLM] Add transformers-like API from_pretrained (#8271)
* Init commit for bigdl.llm.transformers.AutoModelForCausalLM

* Temp change to avoid name conflicts with external transformers lib

* Support downloading model from huggingface

* Small python style fix

* Change location of transformers to avoid library conflicts

* Add return value for converted ggml binary ckpt path for convert_model

* Avoid repeated loading of shared library and adding some comments

* Small fix

* Path type fix anddocstring fix

* Small fix

* Small fix

* Change cache dir to pwd
2023-06-06 17:04:16 +08:00
..
dev [LLM] add convert's python deps for LLM (#8260) 2023-06-06 16:01:17 +08:00
src/bigdl [LLM] Add transformers-like API from_pretrained (#8271) 2023-06-06 17:04:16 +08:00
test [LLM] Enable UT workflow logics for LLM (#8243) 2023-06-02 17:06:35 +08:00
README.md [llm] Initial support of package and quantize (#8228) 2023-05-26 16:36:46 +08:00
setup.py [LLM] add convert's python deps for LLM (#8260) 2023-06-06 16:01:17 +08:00

BigDL LLM