-
Notifications
You must be signed in to change notification settings - Fork 214
Misc fixes and docs update #195
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
Conversation
To add when I'm not building:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @rnett , that's valuable documentation that was definitely missing
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
5f37408
to
95c32e4
Compare
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
I changed |
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
@rnett , the GPU build failed with that change:
https://github.com/tensorflow/java/runs/1826080574?check_suite_focus=true |
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
It's the single quotes, I think. Should be fixed. |
@rnett , failed again for a very awkward reason this time. I can simply retrigger a build, sometimes things get wrong on GitHub Action hosted servers but I'll you validate first:
https://github.com/tensorflow/java/runs/1827956486?check_suite_focus=true |
Yeah that doesn't sound like anything I changed. |
@karllessard Tried upgrading to GCC 8 and that didn't change anything, so probably not an issue with GCC: |
@karllessard I'm not having any more luck with TensorFlow 2.4.1 and CUDA 11.0 either, so it's not something that used to be broken for sure. It actually seems like something recently broke. It's obviously downloading something somewhere for CUDA that isn't pinned to a specific version, and that got upgraded unintentionally somewhere upstream, which broke TF's build, at least on CentOS. I assume this is going to get fixed upstream, eventually... |
Thanks @saudet , maybe we can go back to this container with Cuda we used to have before we start installing it manually? It stopped working as well but might have been fixed upstream since? Also that shortened the build time for Linux, which seems less stable these days. |
Using the container isn't going to change anything about CUDA. That's not
the issue here.
|
@rnett , were you able at least to build your version with GPU support on your machine? It might take awhile before this issue gets resolved by itself, I'll merge this if you confirm that it worked on your side. |
Yeah, although I had |
Ok, it works locally. |
Fixes #168 (makes
ndarray
andframework
respect-DskipTests
), gitignores bazel config files, and adds aCONTRIBUTING.md
file as discussed in #176 (comment). Also adds a link to the gitter channel.If there's anything else you think should be added to
CONTRIBUTING.md
let me know, these are all of the tips that I'm aware of.