update CORE_XE_VERSION to 2.6.0 (#11929)

This commit is contained in:
Shaojun Liu 2024-08-27 13:10:13 +08:00 committed by GitHub
parent e246f1e258
commit b11b28e9a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ exclude_patterns = ["*__pycache__*", "*ipynb_checkpoints*"]
IPEX_LLM_PYTHON_HOME = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
VERSION = open(os.path.join(IPEX_LLM_PYTHON_HOME,
'./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")
github_artifact_dir = os.path.join(llm_home, '../llm-binary')
libs_dir = os.path.join(llm_home, "ipex_llm", "libs")