Skip to content

Commit

Permalink
Migrate: ortクレートに移行
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 19, 2023
1 parent ae4a45d commit 201d7fe
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 100 deletions.
115 changes: 77 additions & 38 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions crates/voicevox_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish.workspace = true

[features]
default = []
directml = ["onnxruntime/directml"]
directml = ["ort/directml"]

[dependencies]
anyhow.workspace = true
Expand All @@ -26,6 +26,7 @@ itertools.workspace = true
nanoid = "0.4.0"
ndarray.workspace = true
once_cell.workspace = true
ort = "1.16.3"
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand All @@ -36,10 +37,6 @@ tracing.workspace = true
uuid.workspace = true
voicevox_core_macros = { path = "../voicevox_core_macros" }

[dependencies.onnxruntime]
git = "https://github.com/VOICEVOX/onnxruntime-rs.git"
rev = "ebb9dcb9b26ee681889b52b6db3b4f642b04a250"

[dependencies.open_jtalk]
git = "https://github.com/VOICEVOX/open_jtalk-rs.git"
rev = "a16714ce16dec76fd0e3041a7acfa484921db3b5"
Expand Down
Loading

0 comments on commit 201d7fe

Please sign in to comment.