Skip to content

Commit

Permalink
Fix the examples in src/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
sih4sing5hong5 authored Nov 4, 2024
1 parent 4a8b7f6 commit f24d18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# ./configure --atlas-root=../tools/ATLAS/build
# ./configure --use-cuda=no # disable CUDA detection (will build cpu-only
# # version of kaldi even on CUDA-enabled machine.
# ./configure --use-cuda --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
# ./configure --use-cuda=yes --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
# # Use cuda in /usr/local/cuda and set the arch to sm_70
# ./configure --static --fst-root=/opt/cross/armv8hf \
# --atlas-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf
Expand Down Expand Up @@ -69,7 +69,7 @@ Configuration options:
--version Display the version of 'configure' and exit
--static Build and link against static libraries [default=no]
--shared Build and link against shared libraries [default=no]
--use-cuda Build with CUDA [default=yes]
--use-cuda Build with CUDA [default=no]
--with-cudadecoder Build with CUDA decoder [default=yes]
--cudatk-dir=DIR CUDA toolkit directory
--cuda-arch=FLAGS Override the default CUDA_ARCH flags. See:
Expand Down

0 comments on commit f24d18e

Please sign in to comment.