update CORE_XE_VERSION to 2.6.0 (#11929)
This commit is contained in:
		
							parent
							
								
									e246f1e258
								
							
						
					
					
						commit
						b11b28e9a9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -46,7 +46,7 @@ exclude_patterns = ["*__pycache__*", "*ipynb_checkpoints*"]
 | 
				
			||||||
IPEX_LLM_PYTHON_HOME = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 | 
					IPEX_LLM_PYTHON_HOME = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 | 
				
			||||||
VERSION = open(os.path.join(IPEX_LLM_PYTHON_HOME,
 | 
					VERSION = open(os.path.join(IPEX_LLM_PYTHON_HOME,
 | 
				
			||||||
               './llm/version.txt'), 'r').read().strip()
 | 
					               './llm/version.txt'), 'r').read().strip()
 | 
				
			||||||
CORE_XE_VERSION = VERSION.replace("2.2.0", "2.5.0")
 | 
					CORE_XE_VERSION = VERSION.replace("2.2.0", "2.6.0")
 | 
				
			||||||
llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src")
 | 
					llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src")
 | 
				
			||||||
github_artifact_dir = os.path.join(llm_home, '../llm-binary')
 | 
					github_artifact_dir = os.path.join(llm_home, '../llm-binary')
 | 
				
			||||||
libs_dir = os.path.join(llm_home, "ipex_llm", "libs")
 | 
					libs_dir = os.path.join(llm_home, "ipex_llm", "libs")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue