Skip to content

Commit 89b2990

Browse files
committed
Fix documentation bug
1 parent feccddf commit 89b2990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# ./configure --atlas-root=../tools/ATLAS/build
2323
# ./configure --use-cuda=no # disable CUDA detection (will build cpu-only
2424
# # version of kaldi even on CUDA-enabled machine
25-
# ./configure --use-cuda --cudatk-dir=/usr/local/cuda/ --cuda-arch=-sm_70
25+
# ./configure --use-cuda --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
2626
# # Use cuda in /usr/local/cuda and set the arch to -sm_70
2727
# ./configure --static --fst-root=/opt/cross/armv8hf \
2828
# --atlas-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf

0 commit comments

Comments
 (0)