The new version can’t be released?
@Booker I’m working on snapshot builds right now, but still need to do more testing after that yet. We’re about there, there was just a lot to update. I was blocked for a few weeks on just release infrastructure.
Thanks for your hard work!
.github/workflows/build-deploy-linux-cuda-12.6.yml #42 the most important component compiled, good job!
610 workflow runs ---- NOT run compile processes 5 days now, encounter problem?
@Booker the main issue was actually due to a huge number of changes that needed to be worked on. I rewrote the internals and also did a HUGE migration to new release infrastructure.
If you want to try it not all platforms are up yet. You can try basic cpu with:
<repositories>
<repository>
<id>central-portal-snapshots</id>
<name>Central Portal Snapshots</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
and changing your namespaces from org.deeplearning4j,org.datavec,.org.nd4j
to org.eclipse.deeplearning4j
Sonatype recently sunsetted their old release infra which I was on for years.
That’s finally migrated now. Sorry as bad as it looked I had to test the github workflows themselves. That means letting the builds run.