Skip to content

Commit dceff41

Browse files
Disable unsupported execution providers for now
1 parent 53ab51d commit dceff41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

native/ortex/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ort-sys = { version = "=2.0.0-rc.10", default-features = false }
1818
ort = { version = "2.0.0-rc.10", features = [
1919
"half",
2020
"cuda",
21-
"tensorrt",
22-
"directml",
23-
"coreml"
21+
# "tensorrt",
22+
# "directml",
23+
# "coreml"
2424
] }
2525
ndarray = "0.16.1"
2626
half = "2.6.0"

0 commit comments

Comments
 (0)