Skip to content

Commit 0c691ed

Browse files
committed
chore: adjust default ep
1 parent e3aafbe commit 0c691ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tracing-subscriber = "0.3"
103103
ortts_onnx = { workspace = true, features = [] }
104104

105105
[target.'cfg(target_os = "windows")'.dependencies]
106-
ortts_onnx = { workspace = true, features = ["ep_webgpu", "ep_directml"] }
106+
ortts_onnx = { workspace = true, features = ["ep_directml"] }
107107

108108
[features]
109109
default = []

0 commit comments

Comments
 (0)