Skip to content

Commit

Permalink
ortをアップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jan 10, 2024
1 parent 6b04c1f commit 3215aa8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ voicevox_core = { path = "crates/voicevox_core" }
windows = "0.43.0"
zip = "0.6.3"

[workspace.dependencies.voicevox_ort]
[workspace.dependencies.voicevox-ort]
git = "https://github.com/qryxip/ort.git"
rev = "b5e05bbff02421a8873e17e991e2d76d06848a9c"
rev = "2dc81ef7b23f789d0eed2376ed66d3d85943a55a"

[workspace.dependencies.open_jtalk]
git = "https://github.com/VOICEVOX/open_jtalk-rs.git"
Expand Down
6 changes: 3 additions & 3 deletions crates/voicevox_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish.workspace = true

[features]
default = []
cuda = ["voicevox_ort/cuda"]
directml = ["voicevox_ort/directml"]
cuda = ["voicevox-ort/cuda"]
directml = ["voicevox-ort/directml"]

[dependencies]
anyhow.workspace = true
Expand Down Expand Up @@ -38,7 +38,7 @@ tokio = { workspace = true, features = ["rt"] } # FIXME: feature-gateする
tracing.workspace = true
uuid = { workspace = true, features = ["v4", "serde"] }
voicevox_core_macros = { path = "../voicevox_core_macros" }
voicevox_ort = { workspace = true, features = ["ndarray", "download-binaries"] }
voicevox-ort = { workspace = true, features = ["ndarray", "download-binaries"] }
zip.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit 3215aa8

Please sign in to comment.