Mehdi Amini
Mehdi Amini
Following the instructions at https://github.com/tensorflow/io/blob/master/docs/development.md ; I tried to run `./configure.sh` in the docker container at HEAD (9a885fb620d5398c47385f693d8b5da96ca641b5) but got this error: ``` $ docker run -it --rm --name tfio-dev...
Without this, `ninja check-flang` fails with: llvm-project/llvm/utils/lit/lit/llvm/subst.py:134: fatal: Did not find FileCheck in...
XLA builds with Bazel at the moment, is it desirable to also have a CMake build? Who would benefit from this and what workflow will this enable that aren't doable...
It would be useful for portability (ARM64 for example) if lingvo could align with TensorFlow and just build protoc from source.
The project is tested continuously with CMake on Kokoro, but this is invisible outside of Google right now. It would be great if this CI was part of the publicly...
Should we adopt an actual license?
Pip complains without -r before passing in a requirements file.
I've been trying to install PAXML on Ubuntu 22.04 ARM64 but I seem to stuck in getting lingvo (mandatory dependency?) running there: I've been struggling to find a recipe for...