-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jvm packages] xgboost4j.jar is containing the libxgboost4j.so which is compiled with CUDA #10879
Comments
My hands are pretty full right now, I will try to get to it before end of this month. |
Given that 2.1.2 release is upcoming, I will prioritize fixing this issue. |
@wbo4958 I took a deep dive and here's the diagnosis.
We would need to run
I'm not quite sure how to achieve Step 2 (build xgbosot4j but not deploy it). @wbo4958 Any ideas as to how? Alternatively, we can bring back I don't want to bring back the old method of symlinking source files, as it proved to be rather fragile. |
Hi @hcho3, To be honest, I don't know it. But I just got some info from LLM, Maybe you can refer to it.
|
@wbo4958 I finally figured out a workflow to deploy the JVM packages.
I'm now working on #10982 to test the new workflow. |
Amazing. Great work @hcho3 |
The latest snapshot jars of xgboost4j in https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/list.html?prefix=snapshot/ml/dmlc/xgboost4j_2.12/2.2.0-SNAPSHOT/ is about 330M, which is far larger than xgboost4j 2.1.1 release from https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/list.html?prefix=release/ml/dmlc/xgboost4j_2.12/2.1.1/
Similar to xgboost4j-spark package from https://s3-us-west-2.amazonaws.com/xgboost-maven-repo/list.html?prefix=snapshot/ml/dmlc/xgboost4j-spark_2.12/2.2.0-SNAPSHOT/
Hi @hcho3, Could you help check it.
The text was updated successfully, but these errors were encountered: