2.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			2.1 KiB
		
	
	
	
	
	
	
	
IPEX-LLM Portable Zip For Windows: User Guide
Introduction
This portable zip includes everything you need to run an LLM with IPEX-LLM optimizations (except models) . Please refer to How to use section to get started.
13B model running on an Intel 11-Gen Core PC (real-time screen capture)
Verified Models
- Llama-2-7b-chat-hf
 - Yi-6B-Chat
 - Mixtral-8x7B-Instruct-v0.1
 - Mistral-7B-Instruct-v0
 - ChatGLM2-6b
 - ChatGLM3-6b
 - Baichuan-13B-Chat
 - Baichuan2-7B-Chat
 - internlm-chat-7b
 - internlm2-chat-7b
 - Qwen-7B-Chat
 
How to use
- Download the zip from link here.
 - (Optional) You could also build the zip on your own. Run 
setup.batand it will generate the zip file. - Unzip 
ipex-llm.zip. - Download the model to your computer. Please ensure there is a file named 
config.jsonin the model folder, otherwise the script won't work. 
- Go into the unzipped folder and double click 
chat.bat. Input the path of the model (e.g.path\to\model, note that there's no slash at the end of the path). Press Enter and wait until model finishes loading. Then enjoy chatting with the model! 
- If you want to stop chatting, just input 
stopand the model will stop running. 



