ipex-llm/python/llm/example/CPU/Applications/streaming-llm/streaming_llm
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
..
__init__.py Add a cpu example of HuggingFace Transformers Agent (use vicuna-7b-v1.5) (#9284) 2023-10-27 17:14:12 +08:00
enable_streaming_llm.py Stream llm example for both GPU and CPU (#9390) 2024-02-27 15:54:47 -08:00
kv_cache.py Add a cpu example of HuggingFace Transformers Agent (use vicuna-7b-v1.5) (#9284) 2023-10-27 17:14:12 +08:00
modify_falcon.py Add a cpu example of HuggingFace Transformers Agent (use vicuna-7b-v1.5) (#9284) 2023-10-27 17:14:12 +08:00
modify_gpt_neox.py Add a cpu example of HuggingFace Transformers Agent (use vicuna-7b-v1.5) (#9284) 2023-10-27 17:14:12 +08:00
modify_llama.py Stream llm example for both GPU and CPU (#9390) 2024-02-27 15:54:47 -08:00
utils.py Fix IPEX auto importer (#11192) 2024-06-04 16:57:18 +08:00