delete transformers version requirement (#11845)
* delete transformers version requirement * delete transformers version requirement
This commit is contained in:
		
							parent
							
								
									a0fbda5bc8
								
							
						
					
					
						commit
						da3d7a3a53
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,6 @@ conda create -n llm python=3.11
 | 
			
		|||
conda activate llm
 | 
			
		||||
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
 | 
			
		||||
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
 | 
			
		||||
pip install transformers==4.38.0
 | 
			
		||||
pip install einops
 | 
			
		||||
pip install huggingface_hub 
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			@ -27,7 +26,6 @@ conda activate llm
 | 
			
		|||
 | 
			
		||||
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
 | 
			
		||||
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
 | 
			
		||||
pip install transformers==4.38.0
 | 
			
		||||
pip install einops
 | 
			
		||||
pip install huggingface_hub 
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue