Update QA.md

This commit is contained in:
Wenliang Zhao
2024-02-01 20:51:24 +08:00
committed by GitHub
parent 7664c12045
commit 24fcc124de

View File

@@ -31,8 +31,9 @@ For multi-lingual and cross-lingual usage, please refer to [`demo_part2.ipynb`](
## Issues with Installation
**Error related to silero**
When calling the get_vad_segments in se_extractor.py, there should be a message like:
```
Downloading: "https://github.com/snakers4/silero-vad/zipball/master" to /home/user/.cache/torch/hub/master.zip
```
The download would fail if your machine can not access github. Please download the zip from "https://github.com/snakers4/silero-vad/zipball/master" manually and unzip it to `/home/user/.cache/torch/hub/snakers4_silero-vad_master`. You can also see [this issue](https://github.com/myshell-ai/OpenVoice/issues/57) for solutions of other versions of silero.
The download would fail if your machine can not access github. Please download the zip from "https://github.com/snakers4/silero-vad/zipball/master" manually and unzip it to `/home/user/.cache/torch/hub/snakers4_silero-vad_master`. You can also see [this issue](https://github.com/myshell-ai/OpenVoice/issues/57) for solutions for other versions of silero.