I’ve now merged a pull request that will update snapshots every 24 hours.
Those snapshots are still published to OSS sonatype. Sorry it took so long.
We were migrating to github actions. There’s still more work to do yet.
A release based on our new github actions infra will be coming hopefully next week.
Feel free to comment here with any questions.
Hey @agibsonccc,
I noticed that the nd4j-native jar (without linux x86 flag) contains .so files, which were not there before. And conversely: nd4j-native-linux-x86_64 jar file consists of config files and no shared libraries, unlike before.
Is this part of the new ci/cd changes?
Thanks @pza94 let me look in to this. I had other reports just now. Let me look in to github actions a bit to see what’s going on. I’ll rerun the builds ASAP.
Snapshots should now be properly setup. For anyone else, please feel free to report any issues. If you’ve downloaded snapshots recently, please run mvn with a -U flag to reupdate your local dependencies.
@lavajaw snapshots for android-arm64 are still WIP yet. Arm32 might work today. Still some linker issues to sort out yet. That’s the last build I need to get working before final testing.
I got error:
java.lang.ExceptionInInitializerError
at org.nd4j.nativeblas.NativeOpsHolder.getInstance(NativeOpsHolder.java:123)
at org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner.(NativeOpExecutioner.java:78)
at java.lang.Class.newInstance(Native Method)
…
couldn’t find “libjnind4jcpu.so”
couldn’t find “libnd4jcpu.so”