We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I am trying to use the 0.3.0-SNAPSHOT release, specifically tensorflow-core-platform as is shown in the README. However, maven can't resolve org.tensorflow:tensorflow-core-api:jar:windows-x86_64:0.3.0-SNAPSHOT. Probably because it's not there, see https://oss.sonatype.org/content/repositories/snapshots/org/tensorflow/tensorflow-core-api/0.3.0-SNAPSHOT/. Possibly related to there being two linux versions.
0.3.0-SNAPSHOT
tensorflow-core-platform
org.tensorflow:tensorflow-core-api:jar:windows-x86_64:0.3.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
Hi @rnett ,
Unfortunately snapshots are not available in windows because we use GitHub actions for building them and the TF build exceeds the 6 hours time limit.
Hopefully we'll get more resources soon from Google so we can unblock this kind of issues.
cc\ @joanafilipa
Sorry, something went wrong.
Ok I rectify, actually non-GPU Windows build should have been deployed successfully according to GitHub
I don't know why they have been eradicated from OSS, I've just relaunched the build, normally they should be back in a couple of hours
It's working for me now, thanks.
No branches or pull requests
I am trying to use the
0.3.0-SNAPSHOT
release, specificallytensorflow-core-platform
as is shown in the README. However, maven can't resolveorg.tensorflow:tensorflow-core-api:jar:windows-x86_64:0.3.0-SNAPSHOT
. Probably because it's not there, see https://oss.sonatype.org/content/repositories/snapshots/org/tensorflow/tensorflow-core-api/0.3.0-SNAPSHOT/. Possibly related to there being two linux versions.The text was updated successfully, but these errors were encountered: