daihui.zhang commited on
Commit
09a72ce
·
1 Parent(s): 3d84218

update whispercpp version

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ license: mit
20
  ### WhisperCPP 安装
21
  > 1. 克隆 WhisperCPP 仓库并初始化子模块:
22
  ```bash
23
- git clone --recurse-submodules https://github.com/absadiki/pywhispercpp.git && cd whisper.cpp && git checkout 170b2faf75c2f6173ef947e6ef346961f3368e1b && cd ../..
24
  ```
25
  > 2. 切换到特定的提交版本:
26
  ```bash
 
20
  ### WhisperCPP 安装
21
  > 1. 克隆 WhisperCPP 仓库并初始化子模块:
22
  ```bash
23
+ git clone --recurse-submodules https://github.com/absadiki/pywhispercpp.git && cd pywhispercpp/whisper.cpp && git checkout 170b2faf75c2f6173ef947e6ef346961f3368e1b && cd ../..
24
  ```
25
  > 2. 切换到特定的提交版本:
26
  ```bash