Closed takanotume24 closed 1 month ago
@takanotume24 Thank you for your contribution!
いくつかのパッケージに互換性が無く実行できなかったため、バージョン指定してみました。
Passed my eye-ball checks. I'm gonna spend some time this weekend testing this changeset on my environment. Wait for me.
@fujimotos Thank you very much!
@fujimotos I have prepared a Docker environment to run ReazonSpeech. https://github.com/takanotume24/reazonspeech-docker/blob/master/Dockerfile Please refer to it if you like. The apt package may contain some unnecessary stuff.
This PR has been merged via 76de9c3 and 8c04fa8.
(I ended up merging a slightly different version, adding some more commentary in the commit message)
Technical note: The incompatibility issue with huggingface_hub v0.24 seems to be transitional. I found the following PR in the upstream project:
https://github.com/NVIDIA/NeMo/pull/9806
So we will need to remove the version pinning once Nvidia released NeMo v2.0.
こんにちは。 クイックスタートに従い実行してみましたが、いくつかのパッケージに互換性が無く実行できなかったため、バージョン指定してみました。
もしお時間あればお手元で確かめて頂けますでしょうか。 また、実行前に
setuptools
とwheel
もupdateする必要がありました。