VOICEVOX / onnxruntime-builder

VOICEVOX COREで利用するonnxruntimeのビルドを行うリポジトリ
MIT License
5 stars 14 forks source link

iOS向けXCFrameworkを追加する #19

Closed HyodaKazuaki closed 1 year ago

HyodaKazuaki commented 1 year ago

内容

iOS向けのXCFrameworkをビルドするGitHub Actionsを追加します。

このPRでは次の要素を追加しました。

  1. 各ターゲット向けdylibのUpload(build-onnxruntime job上)
  2. シミュレータ向けdylibのFat binary化(build_xcframework job上)
  3. XCFrameworkの作成(build_xcframework job上)

関連 Issue

close #18 https://github.com/VOICEVOX/voicevox_core/issues/477 https://github.com/VOICEVOX/voicevox_core/pull/485

Hiroshiba commented 1 year ago

マージ後に1.14.1をリビルドしてみます! https://github.com/VOICEVOX/onnxruntime-builder/actions/runs/5027113144

2023/05/20 20:09追記 ちょっといったんrelease-0.14を消してみます。