From 4c37313c3d9e912d3cf82f5c758b80a29dfe1cc4 Mon Sep 17 00:00:00 2001 From: Kelly Davis Date: Sun, 7 Mar 2021 14:47:47 +0100 Subject: [PATCH] Some leftover references --- doc/BUILDING.rst | 4 ++-- doc/BUILDING_DotNet.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/BUILDING.rst b/doc/BUILDING.rst index 3f0457d4..aaea8eed 100644 --- a/doc/BUILDING.rst +++ b/doc/BUILDING.rst @@ -155,7 +155,7 @@ Building CTC Decoder for training on unsupported platforms We only support building CTC Decoder on x86-64 architecture. However, we offer some hints on building the CTC decoder on other -architectures, and you might find some help in our `discourse `. +architectures, and you might find some help in our `GitHub Discussions `. Feedback on improving this section or usage on other architectures is welcome. @@ -186,7 +186,7 @@ Cross-building 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 diff --git a/doc/BUILDING_DotNet.rst b/doc/BUILDING_DotNet.rst index 5bc73175..ef6fcf2a 100644 --- a/doc/BUILDING_DotNet.rst +++ b/doc/BUILDING_DotNet.rst @@ -63,7 +63,7 @@ There should already be a symbolic link, for this example let's suppose that we ├── D:\ │ ├── cloned # Contains 🐸STT and tensorflow side by side │ │ └── 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^ -There's one last command to run before building, you need to run the `configure.py `_ inside ``tensorflow`` cloned directory. +There's one last command to run before building, you need to run the `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``. @@ -133,7 +133,7 @@ We will add AVX/AVX2 support in the command, please make sure that your CPU supp GPU with CUDA ~~~~~~~~~~~~~ -If you enabled CUDA in `configure.py `_ configuration command now you can add ``--config=cuda`` to compile with CUDA support. +If you enabled CUDA in `configure.py `_ configuration command now you can add ``--config=cuda`` to compile with CUDA support. .. code-block:: bash