Uh oh!
There was an error while loading. Please reload this page.
Misc fixes and docs update - #195
Conversation
rnett
commented
Jan 30, 2021
To add when I'm not building: |
karllessard
left a comment
There was a problem hiding this comment.
Thank you @rnett , that's valuable documentation that was definitely missing
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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>
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
rnett
commented
Feb 2, 2021
I changed |
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
karllessard
commented
Feb 4, 2021
@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>
rnett
commented
Feb 4, 2021
It's the single quotes, I think. Should be fixed. |
karllessard
commented
Feb 4, 2021
@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 |
rnett
commented
Feb 4, 2021
Yeah that doesn't sound like anything I changed. |
karllessard
commented
Feb 5, 2021
saudet
commented
Feb 5, 2021
@karllessard Tried upgrading to GCC 8 and that didn't change anything, so probably not an issue with GCC: |
saudet
commented
Feb 7, 2021
@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... |
karllessard
commented
Feb 7, 2021
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. |
saudet
commented
Feb 7, 2021
via email
Using the container isn't going to change anything about CUDA. That's not
the issue here. |
karllessard
commented
Feb 8, 2021
@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. |
rnett
commented
Feb 9, 2021
Yeah, although I had |
rnett
commented
Feb 9, 2021
Ok, it works locally. |
Fixes#168 (makes
ndarrayandframeworkrespect-DskipTests), gitignores bazel config files, and adds aCONTRIBUTING.mdfile 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.mdlet me know, these are all of the tips that I'm aware of.