- Some features may not work.
- HF fp16 and some GGUF (Q4_0, Q4_1, Q5_0, Q5_1, Q8_0) models only.
- Tested only on Windows. (If you are a Linux OS user, good luck!)
- BigDL-llm loader from https://github.com/intel-analytics/BigDL/tree/44660d6176efbbac542eaa593c9e1c2fbf43df43/python/llm/example/Text-Generation-WebUI/modules
- Clone or download the repository.
- Run the
start_windows.bat
- Select D when asked.
- Once the installation ends, close text-generation-webui cmd.
- Run the
cmd_windows.bat
- Type
pip install --pre --no-deps bigdl-llm[xpu] bigdl-core-xe-21
- close cmd.
- 2024/02/12
- add BigDL-llm GGUF loader.
- Q4_0, Q4_1, Q5_0, Q5_1, Q8_0 GGUF models only.
- add q2_k support in BigDL-llm HF loader. (?)
- add BigDL-llm GGUF loader.