ipex-llm/python
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
..
llm [LLM] Add transformers-like API from_pretrained (#8271) 2023-06-06 17:04:16 +08:00