You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ Clone 🐸STT source code (TensorFlow will come as a submdule):
47
47
Bazel: Download & Install
48
48
^^^^^^^^^^^^^^^^^^^^^^^^^
49
49
50
-
First, install `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`_ or the correct version of `Bazel <https://docs.bazel.build/versions/main/install.html>`_ manually (look inside `STT/tensorflow/.bazelversion <https://github.com/coqui-ai/tensorflow/blob/f8242ebc005f6195b67d58349724e608d4fe45da/.bazelversion>`_). Follow the `Bazelisk installation documentation <https://docs.bazel.build/versions/main/install-bazelisk.html>`_.
50
+
First, install `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`_ or `Bazel 5.0.0 <https://docs.bazel.build/versions/5.0.0/install.html>`_ manually.
51
51
52
52
TensorFlow: Configure with Bazel
53
53
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -191,8 +191,6 @@ We support cross-compilation from Linux hosts. The following ``--config`` flags
191
191
* ``--config=elinux_armhf`` for Raspbian / ARMv7
192
192
* ``--config=elinux_aarch64`` for ARMBian / ARM64
193
193
194
-
Checkout `Tensorflow's guide on cross-compilation for ARM with Bazel <https://www.tensorflow.org/lite/guide/build_arm#cross-compilation_for_arm_with_bazel>`_
195
-
196
194
So your command line for ``RPi3`` and ``ARMv7`` should look like:
0 commit comments