We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aafbe commit 0c691edCopy full SHA for 0c691ed
Cargo.toml
@@ -103,7 +103,7 @@ tracing-subscriber = "0.3"
103
ortts_onnx = { workspace = true, features = [] }
104
105
[target.'cfg(target_os = "windows")'.dependencies]
106
-ortts_onnx = { workspace = true, features = ["ep_webgpu", "ep_directml"] }
+ortts_onnx = { workspace = true, features = ["ep_directml"] }
107
108
[features]
109
default = []
0 commit comments