ipex-llm/python/llm/src/ipex_llm/utils
Qiyuan Gong ce3f08b25a
Fix IPEX auto importer (#11192)
* Fix ipex auto importer with Python builtins.
* Raise errors if the user imports ipex manually before importing ipex_llm. Do nothing if they import ipex after importing ipex_llm.
* Remove import ipex in examples.
2024-06-04 16:57:18 +08:00
..
common Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
__init__.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
benchmark_util.py Update benchmark util for example using (#11027) 2024-05-15 14:16:35 +08:00
convert_chatglm.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
convert_util.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
glibc_checker.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
ipex_importer.py Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00
isa_checker.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
lazy_load_torch.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00
utils.py Refactor bigdl.llm to ipex_llm (#24) 2024-03-22 15:41:21 +08:00