From 06a44f7460df77a4c4a2831f723d56df6722c5be Mon Sep 17 00:00:00 2001 From: lidongdong Date: Mon, 18 Jul 2022 20:05:08 +0800 Subject: [PATCH] fix:change bat --- third_party/install.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/third_party/install.bat b/third_party/install.bat index 8669e444..0bf1e7bb 100644 --- a/third_party/install.bat +++ b/third_party/install.bat @@ -3,9 +3,6 @@ cd ctc_decoders if not exist kenlm ( git clone https://github.com/Doubledongli/kenlm.git - cd kenlm/ - git checkout df2d717e95183f79a90b2fa6e4307083a351ca6a - cd .. @echo. ) -- GitLab