From 5873145c8e836fcd9d2cf0db6bea496e0ea18a9e Mon Sep 17 00:00:00 2001 From: NanoNabla <43477372+NanoNabla@users.noreply.github.com> Date: Thu, 21 Jan 2021 23:31:07 +0100 Subject: [PATCH] arm is not supported for building cdcdecoder --- doc/BUILDING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILDING.rst b/doc/BUILDING.rst index 2ab99688..56484205 100644 --- a/doc/BUILDING.rst +++ b/doc/BUILDING.rst @@ -153,7 +153,7 @@ To build the ``ds_ctcdecoder`` package, you'll need the general requirements lis Building CTC Decoder for training on unsupported platforms ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -We only support building CTC Decoder on x86 and arm architectures. +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 `.