We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651f6cf commit ee9a530Copy full SHA for ee9a530
python/llm/setup.py
@@ -46,7 +46,9 @@
46
IPEX_LLM_PYTHON_HOME = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
47
VERSION = open(os.path.join(IPEX_LLM_PYTHON_HOME,
48
'./llm/version.txt'), 'r').read().strip()
49
-CORE_XE_VERSION = VERSION.replace("2.2.0", "2.6.0")
+# temp test
50
+# CORE_XE_VERSION = VERSION.replace("2.2.0", "2.6.0")
51
+CORE_XE_VERSION = "2.6.0b20250312"
52
llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src")
53
github_artifact_dir = os.path.join(llm_home, '../llm-binary')
54
libs_dir = os.path.join(llm_home, "ipex_llm", "libs")
0 commit comments