diff --git a/_sources/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.rst.txt b/_sources/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.rst.txt index d09421eb5..22addd1d2 100644 --- a/_sources/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.rst.txt +++ b/_sources/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.rst.txt @@ -542,7 +542,7 @@ First, let us install a modified version of ``ncnn``: -DNCNN_PYTHON=ON \ -DNCNN_BUILD_BENCHMARK=OFF \ -DNCNN_BUILD_EXAMPLES=OFF \ - -DNCNN_BUILD_TOOLS=OFF \ + -DNCNN_BUILD_TOOLS=ON \ .. make -j4 @@ -553,7 +553,7 @@ First, let us install a modified version of ``ncnn``: export PYTHONPATH=$PWD/python:$PYTHONPATH export PATH=$PWD/tools/pnnx/build/src:$PATH - export PATH=$PWD/build/tools/quantize:$PATH + export PATH=$PWD/build-wheel/tools/quantize:$PATH # now build pnnx cd tools/pnnx diff --git a/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.html b/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.html index 605136a7a..491d0aedf 100644 --- a/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.html +++ b/recipes/Streaming-ASR/librispeech/lstm_pruned_stateless_transducer.html @@ -603,7 +603,7 @@ cmake \ -DNCNN_PYTHON=ON \ -DNCNN_BUILD_BENCHMARK=OFF \ -DNCNN_BUILD_EXAMPLES=OFF \ - -DNCNN_BUILD_TOOLS=OFF \ + -DNCNN_BUILD_TOOLS=ON \ .. make -j4 @@ -614,7 +614,7 @@ make -j4 export PYTHONPATH=$PWD/python:$PYTHONPATH export PATH=$PWD/tools/pnnx/build/src:$PATH -export PATH=$PWD/build/tools/quantize:$PATH +export PATH=$PWD/build-wheel/tools/quantize:$PATH # now build pnnx cd tools/pnnx