I am trying to use Bazel to rebuild Tensorflow with compiler flags, but have been getting errors.
In the documentation explaining how to build Tensorflow from the source, they say that Bazelisk will download the correct version for Tensorflow... but when I was getting the errors, I decided to check the Bazel version and it said 4.2.2 (which is the latest version). The tested builds the Bazel version is only 3.7.2 for 2.7 version of Tensorflow (which is what I am using)...
Is there a way to use Bazelisk to install version 3.7.2? Or do I have to manually download Bazel and add it to the path?
- If so, how do I do it? The way I installed it before was just downloading and running the
.exefile from the website... and there wasn't any opportunity to enter a version for Bazel... - If not, how do I uninstall Bazelisk? I tried looking for a way to uninstall, but couldn't find anything...