Some leftover references

This commit is contained in:
Kelly Davis 2021-03-07 14:47:47 +01:00
parent 742b44dd2c
commit 4c37313c3d
2 changed files with 5 additions and 5 deletions

View File

@ -155,7 +155,7 @@ Building CTC Decoder for training on unsupported platforms
We only support building CTC Decoder on x86-64 architecture. We only support building CTC Decoder on x86-64 architecture.
However, we offer some hints on building the CTC decoder on other However, we offer some hints on building the CTC decoder on other
architectures, and you might find some help in our `discourse <https://discourse.mozilla.org/>`. architectures, and you might find some help in our `GitHub Discussions <https://github.com/coqui-ai/STT/discussions>`.
Feedback on improving this section or usage on other architectures is welcome. Feedback on improving this section or usage on other architectures is welcome.
@ -186,7 +186,7 @@ Cross-building
RPi3 ARMv7 and LePotato ARM64 RPi3 ARMv7 and LePotato ARM64
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
We do support cross-compilation. Please refer to our ``mozilla/tensorflow`` fork, where we define the following ``--config`` flags: We do support cross-compilation. Please refer to our ``coqui-ai/tensorflow`` fork, where we define the following ``--config`` flags:
* ``--config=rpi3`` and ``--config=rpi3_opt`` for Raspbian / ARMv7 * ``--config=rpi3`` and ``--config=rpi3_opt`` for Raspbian / ARMv7

View File

@ -63,7 +63,7 @@ There should already be a symbolic link, for this example let's suppose that we
├── D:\ ├── D:\
│ ├── cloned # Contains 🐸STT and tensorflow side by side │ ├── cloned # Contains 🐸STT and tensorflow side by side
│ │ └── STT # Root of the cloned 🐸STT │ │ └── STT # Root of the cloned 🐸STT
│ │ ├── tensorflow # Root of the cloned mozilla/tensorflow │ │ ├── tensorflow # Root of the cloned coqui-ai/tensorflow
└── ... └── ...
@ -117,7 +117,7 @@ If you run CUDA enabled ``native_client`` we need to add the following to the ``
Building the native_client Building the native_client
^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^
There's one last command to run before building, you need to run the `configure.py <https://github.com/mozilla/tensorflow/blob/master/configure.py>`_ inside ``tensorflow`` cloned directory. There's one last command to run before building, you need to run the `configure.py <https://github.com/coqui-ai/tensorflow/blob/master/configure.py>`_ inside ``tensorflow`` cloned directory.
At this point we are ready to start building the ``native_client``, go to ``tensorflow`` sub-directory, following our examples should be ``D:\cloned\STT\tensorflow``. At this point we are ready to start building the ``native_client``, go to ``tensorflow`` sub-directory, following our examples should be ``D:\cloned\STT\tensorflow``.
@ -133,7 +133,7 @@ We will add AVX/AVX2 support in the command, please make sure that your CPU supp
GPU with CUDA GPU with CUDA
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
If you enabled CUDA in `configure.py <https://github.com/mozilla/tensorflow/blob/master/configure.py>`_ configuration command now you can add ``--config=cuda`` to compile with CUDA support. If you enabled CUDA in `configure.py <https://github.com/coqui-ai/tensorflow/blob/master/configure.py>`_ configuration command now you can add ``--config=cuda`` to compile with CUDA support.
.. code-block:: bash .. code-block:: bash