Skip to content

Commit b11b28e

Browse files
authored
update CORE_XE_VERSION to 2.6.0 (#11929)
1 parent e246f1e commit b11b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/llm/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
IPEX_LLM_PYTHON_HOME = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
4747
VERSION = open(os.path.join(IPEX_LLM_PYTHON_HOME,
4848
'./llm/version.txt'), 'r').read().strip()
49-
CORE_XE_VERSION = VERSION.replace("2.2.0", "2.5.0")
49+
CORE_XE_VERSION = VERSION.replace("2.2.0", "2.6.0")
5050
llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src")
5151
github_artifact_dir = os.path.join(llm_home, '../llm-binary')
5252
libs_dir = os.path.join(llm_home, "ipex_llm", "libs")

0 commit comments

Comments
 (0)