-
Notifications
You must be signed in to change notification settings - Fork 14
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
add: リリースノートに機械可読な<table>
を置く
#43
Conversation
懸念: https://discord.com/channels/879570910208733277/893889888208977960/1267039799068590144 CORE側ではcomrakとscraperでCargo.lockが630行膨らむし、やってることの絵面もやはりよろしくはない。 別案の一つとしては手書きのJSONをリポジトリに置いて整合性はテストで担保するというのもあるが、ビルド時に情報を作るという流れにも利点はある。となるとリリースノート上の |
コアのダウンローダー側見てみたんですが、リリースノートをパースする形で全然いいんじゃないかなと思いました! |
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です!!
.github/workflows/build.yml
Outdated
## XCFramework | ||
|
||
<table id="voicevox-onnxruntime-specs-v1format-v$onnxruntime_version_hyphenated-xcframeworks"> |
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.
実は分ける理由ないかも・・・?
・・・うーん、難しいですね。。。
まあ別に深く考えず、何でもいいかな・・・。
あ、コア側からダウンロードするつもりならxcframeworks
だけ分ける形は後々大変になるかもです。
何かとxcframeworks
をくっつける可能性もあると思うので。
コアからxcframeworksもダウンロードするならdylibsとxcframeworksはわけない方が良いか、あるいはdylibsとothersとかにしておくとまだ変更に強そう。
xcframeworksをコアのダウンローダーからダウンロードしないのであれば何でも良さそう。(idをつけない方が良さそう・・・?)
まあたぶんdylibsとxcframeworksは分けときたいってことだと思うので、将来的なこと考えるとこっちをothersにしとくのが丸い・・・かなぁ。
増えるとしたらmavenとかunitypackageとかnpmとかですかねぇ。
・・・npmは増えそう!!だけどOS項目いらなそう!!
うーーーーーん。dylibs/xcframeworksでも別に良い気もしてきました。
わからん!
9ed5da5
to
45d85ab
Compare
45d85ab
to
ba3eb45
Compare
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/voicevox_core#810 のための変更の一つです。
(VOICEVOX/voicevox_core#810 から依存されているのは、このPRそのものではなく #44 です)
リリースするONNX Runtimeについて機械可読な
<table>
を置き、CORE側のダウンローダーから認識できるようにします。関連 Issue
ref VOICEVOX/voicevox_core#810
スクリーンショット・動画など
その他