Fix GPU examples READ to use bigdl-core-xe (#8714)
* Update README.md * Update README.md
This commit is contained in:
		
							parent
							
								
									6d1ca88aac
								
							
						
					
					
						commit
						7c56c39e36
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -14,8 +14,7 @@ conda activate llm
 | 
				
			||||||
# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
 | 
					# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
 | 
				
			||||||
# you can install specific ipex/torch version for your need
 | 
					# you can install specific ipex/torch version for your need
 | 
				
			||||||
pip install bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
 | 
					pip install bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
 | 
				
			||||||
# download wheel from sourceforge(https://sourceforge.net/projects/analytics-zoo/files/bigdl-llm/bigdl_core_xe-0.0.0-cp39-cp39-linux_x86_64.whl/download), then install it
 | 
					pip install bigdl-core-xe
 | 
				
			||||||
pip install bigdl_core_xe-0.0.0-cp39-cp39-linux_x86_64.whl
 | 
					 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
### 2. Configures OneAPI environment variables
 | 
					### 2. Configures OneAPI environment variables
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,6 +16,7 @@ conda activate llm
 | 
				
			||||||
# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
 | 
					# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
 | 
				
			||||||
# you can install specific ipex/torch version for your need
 | 
					# you can install specific ipex/torch version for your need
 | 
				
			||||||
pip install bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
 | 
					pip install bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
 | 
				
			||||||
 | 
					pip install bigdl-core-xe
 | 
				
			||||||
pip install librosa soundfile datasets
 | 
					pip install librosa soundfile datasets
 | 
				
			||||||
pip install accelerate
 | 
					pip install accelerate
 | 
				
			||||||
pip install SpeechRecognition sentencepiece colorama
 | 
					pip install SpeechRecognition sentencepiece colorama
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue