Added xgboost-cpu 3.4.1 - #8732
Conversation
prathamesh-ibm
left a comment
There was a problem hiding this comment.
Could you please add the script to the existing https://github.com/ppc64le/build-scripts/tree/master/x/xgboost directory instead of creating a new folder?
xgboost-cpu package is only provided for x86_64 (amd64) Linux and Windows platforms. For other platforms, please install xgboost from https://pypi.org/project/xgboost/.
Removed deprecated build script entry for version 3.0.1.
| } | ||
| }, | ||
| "3.4.1": { | ||
| "build_script": "xgboost-cpu_3.4.1_ubi_10.2.sh" |
There was a problem hiding this comment.
The script should be named as xgboost as per comment from Prathamesh on the support statement.
| # Download xgboost-cpu source distribution from PyPI | ||
| # The sdist bundles the C++ tree under cpp_src/ — no git submodule needed. | ||
| # --------------------------------------------------------------------------- | ||
| SDIST_URL="https://files.pythonhosted.org/packages/99/98/c35e165aff81e43b43411662219764abbd246adae2547d360b23194cf75f/xgboost_cpu-${PACKAGE_VERSION}.tar.gz" |
There was a problem hiding this comment.
We should build xgboost only not xgboost-cpu
| --trusted-host wheels.developerfirst.ibm.com \ | ||
| --extra-index-url "${IBM_WHEELS}" \ | ||
| --prefer-binary \ | ||
| "numpy==2.5.1" scipy |
There was a problem hiding this comment.
Use numpy 2.5.0 and scipy 1.18.0 version
|
@sid226 , need to change the version of xgboost. Create build script for version : 3.4.0 as on x86 we will use 3.4.0. You can use this script to compare and make similar changes in your script : https://github.com/i-wheels-cpd/build-scripts/pull/90/changes |
Checklist
set -eoption enabled and observe success ?