Skip to content

Commit ee9a530

Browse files
Temp tests
1 parent 651f6cf commit ee9a530

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/llm/setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
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.6.0")
49+
# temp test
50+
# CORE_XE_VERSION = VERSION.replace("2.2.0", "2.6.0")
51+
CORE_XE_VERSION = "2.6.0b20250312"
5052
llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src")
5153
github_artifact_dir = os.path.join(llm_home, '../llm-binary')
5254
libs_dir = os.path.join(llm_home, "ipex_llm", "libs")

0 commit comments

Comments
 (0)