Skip to content

Commit f24d18e

Browse files
Fix the examples in src/configure
1 parent 4a8b7f6 commit f24d18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# ./configure --atlas-root=../tools/ATLAS/build
1818
# ./configure --use-cuda=no # disable CUDA detection (will build cpu-only
1919
# # version of kaldi even on CUDA-enabled machine.
20-
# ./configure --use-cuda --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
20+
# ./configure --use-cuda=yes --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
2121
# # Use cuda in /usr/local/cuda and set the arch to sm_70
2222
# ./configure --static --fst-root=/opt/cross/armv8hf \
2323
# --atlas-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf
@@ -69,7 +69,7 @@ Configuration options:
6969
--version Display the version of 'configure' and exit
7070
--static Build and link against static libraries [default=no]
7171
--shared Build and link against shared libraries [default=no]
72-
--use-cuda Build with CUDA [default=yes]
72+
--use-cuda Build with CUDA [default=no]
7373
--with-cudadecoder Build with CUDA decoder [default=yes]
7474
--cudatk-dir=DIR CUDA toolkit directory
7575
--cuda-arch=FLAGS Override the default CUDA_ARCH flags. See:

0 commit comments

Comments
 (0)