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 Bazel 3.1.0 following the `Bazel installation documentation <https://docs.bazel.build/versions/3.1.0/install.html>`_.
50
+
First, install Bazel 5.0.0 following the `Bazel installation documentation <https://docs.bazel.build/versions/5.0.0/install.html>`_ or alternatively using `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`_.
51
51
52
52
TensorFlow: Configure with Bazel
53
53
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -158,7 +158,7 @@ To build the ``coqui_stt_ctcdecoder`` package, you'll need the general requireme
158
158
Building CTC Decoder for training on unsupported platforms
We only support building CTC Decoder on x86-64 architectures. However, we offer some hints on building the CTC decoder on other architectures, and you might find some help in our `GitHub Discussions <https://github.com/coqui-ai/STT/discussions>`.
161
+
We only support building CTC Decoder on x86-64 architectures. However, we offer some hints on building the CTC decoder on other architectures, and you might find some help in our `GitHub Discussions <https://github.com/coqui-ai/STT/discussions>`_.
162
162
163
163
Feedback on improving this section or usage on other architectures is welcome.
164
164
@@ -188,22 +188,22 @@ RPi3 ARMv7 and LePotato ARM64
188
188
189
189
We support cross-compilation from Linux hosts. The following ``--config`` flags can be specified when building with bazel:
190
190
191
-
* ``--config=rpi3_opt`` for Raspbian / ARMv7
192
-
* ``--config=rpi3-armv8_opt`` for ARMBian / ARM64
191
+
* ``--config=elinux_armhf`` for Raspbian / ARMv7
192
+
* ``--config=elinux_aarch64`` for ARMBian / ARM64
193
193
194
194
So your command line for ``RPi3`` and ``ARMv7`` should look like:
While we test only on RPi3 Raspbian Buster and LePotato ARMBian Buster, anything compatible with ``armv7-a cortex-a53`` or ``armv8-a cortex-a53`` should be fine.
206
+
While we test only on RPi3 Raspbian Buster and LePotato ARMBian Bullseye, anything compatible with ``armv7-a cortex-a53`` or ``armv8-a cortex-a53`` should be fine.
207
207
208
208
The ``stt`` binary can also be cross-built, with ``TARGET=rpi3`` or ``TARGET=rpi3-armv8``. This might require you to setup a system tree using the tool ``multistrap`` and the multitrap configuration files: ``native_client/multistrap_armbian64_buster.conf`` and ``native_client/multistrap_raspbian_buster.conf``.
209
209
The path of the system tree can be overridden from the default values defined in ``definitions.mk`` through the ``RASPBIAN`` ``make`` variable.
0 commit comments