From af6022f707e86f656f03d9ea10f5a8907109aff5 Mon Sep 17 00:00:00 2001 From: csukuangfj Date: Mon, 9 Jan 2023 07:13:06 +0000 Subject: [PATCH] deploy: 42cc10117eed5960e7219bbb9501a0beda602cfa --- .../librispeech/lstm_pruned_stateless_transducer.rst.txt | 4 ++-- .../librispeech/lstm_pruned_stateless_transducer.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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