We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現状、Github Actionsでのe2eテストに用いているNemoエンジンは、容量は軽いけれども歌手がいません。 そのためいくつかの処理がエラーになってしまい、ワークアラウンドを書く必要が出てきてしまっています。 https://github.com/VOICEVOX/voicevox/pull/1927/files#diff-898edad7a5546f82721279f8b7c308b324c2106aa8c4e642415e4bc3a9f886acR93-R99
歌手に対応しているエンジンに変更するか、モックエンジンで代用するか、あるいはモックAPIを作るかすれば解決できかも?
e2eテストで書ける幅が広がる
python run.py --enable_mock
早めに解決しておかないと結構困りそうなタスクなので、手が空いてる方がいらっしゃったらちょっと取り組んでくださると助かります 🙇
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
現状、Github Actionsでのe2eテストに用いているNemoエンジンは、容量は軽いけれども歌手がいません。
そのためいくつかの処理がエラーになってしまい、ワークアラウンドを書く必要が出てきてしまっています。
https://github.com/VOICEVOX/voicevox/pull/1927/files#diff-898edad7a5546f82721279f8b7c308b324c2106aa8c4e642415e4bc3a9f886acR93-R99
歌手に対応しているエンジンに変更するか、モックエンジンで代用するか、あるいはモックAPIを作るかすれば解決できかも?
Pros 良くなる点
e2eテストで書ける幅が広がる
実現方法
python run.py --enable_mock
すれば良いその他
早めに解決しておかないと結構困りそうなタスクなので、手が空いてる方がいらっしゃったらちょっと取り組んでくださると助かります 🙇
The text was updated successfully, but these errors were encountered: