We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e246f1e commit b11b28eCopy full SHA for b11b28e
python/llm/setup.py
@@ -46,7 +46,7 @@
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.5.0")
+CORE_XE_VERSION = VERSION.replace("2.2.0", "2.6.0")
50
llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src")
51
github_artifact_dir = os.path.join(llm_home, '../llm-binary')
52
libs_dir = os.path.join(llm_home, "ipex_llm", "libs")
0 commit comments