Skip to content

Commit 258d185

Browse files
authored
Take feedback
1 parent 1f8a824 commit 258d185

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/BUILDING.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is strongly recommended that you always use our pre-built 🐸STT binaries (a
99

1010
If you would still like to build the 🐸STT binaries yourself, you'll need the following pre-requisites downloaded and installed:
1111

12-
* `Bazel <https://bazel.build/install/bazelisk>`_ (or `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`_)
12+
* `Bazel 5.0.0 <https://bazel.build/install/bazelisk>`_ (or `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`_)
1313
* `General TensorFlow r2.3 requirements <https://www.tensorflow.org/install/source#tested_build_configurations>`_
1414
* `libsox <https://sourceforge.net/projects/sox/>`_
1515

@@ -47,7 +47,7 @@ Clone 🐸STT source code (TensorFlow will come as a submdule):
4747
Bazel: Download & Install
4848
^^^^^^^^^^^^^^^^^^^^^^^^^
4949

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.
5151

5252
TensorFlow: Configure with Bazel
5353
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -191,8 +191,6 @@ We support cross-compilation from Linux hosts. The following ``--config`` flags
191191
* ``--config=elinux_armhf`` for Raspbian / ARMv7
192192
* ``--config=elinux_aarch64`` for ARMBian / ARM64
193193

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-
196194
So your command line for ``RPi3`` and ``ARMv7`` should look like:
197195

198196
.. code-block::

0 commit comments

Comments
 (0)