mv the ctcdecoders to third_part (#1313)

pull/1327/head
Jackwaterveg 3 years ago committed by GitHub
parent 4935b80cb4
commit 0c4895cd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,7 @@ def _post_install(install_lib_dir):
print("tools install.")
# ctcdecoder
ctcdecoder_dir = HERE / 'paddlespeech/s2t/decoders/ctcdecoder/swig'
ctcdecoder_dir = HERE / 'third_party/ctc_decoders'
with pushd(ctcdecoder_dir):
check_call("bash -e setup.sh")
print("ctcdecoder install.")

Loading…
Cancel
Save