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
COREのcuda版インストールに失敗する
main Branchから GPU使用時の指示に従い、CUDA 版をダウンロードする場合 からdownloaderページに移り CUDA 版をダウンロードする場合のコマンド download --device cuda を実行するとエラーになる。
main ブランチ 0.15.2
main ブランチのコマンドは ./download となっているので downloadページの記載に ./ が抜けているものと思います。 ./download --device cuda でインストールできました ちなみに 0.14.0からですとdownloadページの記載もWindowsbs版には ./download.ps1 -Device cuda と記載されています。
The text was updated successfully, but these errors were encountered:
@animede issue作成ありがとうございます! たしかにドキュメントのdownloadとなっているところは./downloadのが良さそうに思いました!
download
./download
もしよかったらプルリクエストの作成に挑戦してみませんか? 過去にも初挑戦されてる方は結構いらっしゃって、やり方を記述してくださった方もいらっしゃいます。 https://zenn.dev/tantan_tanuki/articles/309d6976d749ea
もしよければ!
Sorry, something went wrong.
検討、ありがとうございます。らプルリクエストの作成は改めて挑戦します。
No branches or pull requests
不具合の内容
COREのcuda版インストールに失敗する
現象・ログ
main Branchから GPU使用時の指示に従い、CUDA 版をダウンロードする場合 からdownloaderページに移り
CUDA 版をダウンロードする場合のコマンド
download --device cuda
を実行するとエラーになる。
VOICEVOXのバージョン
main ブランチ
0.15.2
OSの種類/ディストリ/バージョン
その他
main ブランチのコマンドは
./download
となっているので downloadページの記載に ./ が抜けているものと思います。
./download --device cuda
でインストールできました
ちなみに 0.14.0からですとdownloadページの記載もWindowsbs版には
./download.ps1 -Device cuda
と記載されています。
The text was updated successfully, but these errors were encountered: