-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
feat!: voicevox_vvmからVVMをダウンロードする #928
feat!: voicevox_vvmからVVMをダウンロードする #928
Conversation
#929 を作りました。 [追記] #929 との差分はこれで確認できます。 |
crates/downloader/src/main.rs
Outdated
static ALLOWED_MODELS_VERSIONS: LazyLock<VersionReq> = | ||
LazyLock::new(|| "=0.0.1-preview.0".parse().unwrap()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よく考えたら0.0.1-preview.0
→ 0.0.1-preview.1
で非互換性を突っ込みたくならない保証は無いよなと思ってとりあえず。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なんかこれ変えるの忘れそうですね・・・!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
どれが選ばれたのかは表示するようにしているので、0.0.1-preview.0
が選ばれ続けるのは気付くようにはなってるかなーとは思いました。一応。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
voicevox_core/models/vvms/
以下にダウンロードされるっぽいけど、
voicevox_core/models/
以下でも良いかも?
細かいこと書いてますが、たぶん問題ないと思うのでマージいただければ!!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
READMEをダウンロードするの、良さそう!
ちなみにREADMEをダウンロードしたい意図ってなんでしょう? スタイルのテーブルがあること?
ディレクトリ構造ですが、今terms.mdをmodels/vvms/terms.md
にダウンロードしているの、発見しやすいようにmodels/terms.md
に配置するのどうでしょう?
voicevox_vvm
リポジトリ側もそうしてしまって、コアも合わせる形でもOKです!
スタイルのテーブルもありますが、現状の他 (CORE本体やONNX Runtime等)に合わせた形ですね。まあ必須ではないといえばないかも。
賛成です。
そっちの方がよさそうですね。一貫性のために。 |
あっそうか他もreadme落とすのか。 リポジトリの方のファイルパス、あとで変えておきます!! |
ファイルパスを変更してreleaseも作成しました! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve変わらずです!
再度approveがほしいなどあればreviewのre-requestいただければ!
内容
BREAKING-CHANGE:
models
のダウンロード元をvoicevox_vvmに。BREAKING-CHANGE:
models
のダウンロード先のディレクトリ名を"model"から"models"に。関連 Issue
Refs: #825
その他
必要があるのなら、このPRの前にリファクタPR等を挟み込みます。
また、ドキュメントには手を付けないままにしました。というのも既にこういう形でしか動かせなくなってるので…
❯ cargo run -p downloader -- --core-repo qryxip/voicevox_core --version 999.999.999 --onnxruntime-version voicevox_onnxruntime-999.999.999