feat: Added more ort execution_provider
This commit is contained in:
@@ -53,7 +53,7 @@ bounding-box = { version = "0.1.0", path = "bounding-box" }
|
||||
color = "0.3.1"
|
||||
itertools = "0.14.0"
|
||||
ordered-float = "5.0.0"
|
||||
ort = "2.0.0-rc.10"
|
||||
ort = { version = "2.0.0-rc.10" }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
@@ -62,5 +62,8 @@ debug = true
|
||||
ort-cuda = ["ort/cuda"]
|
||||
ort-coreml = ["ort/coreml"]
|
||||
ort-tensorrt = ["ort/tensorrt"]
|
||||
ort-tvm = ["ort/tvm"]
|
||||
ort-openvino = ["ort/openvino"]
|
||||
ort-directml = ["ort/directml"]
|
||||
|
||||
default = ["ort-coreml"]
|
||||
|
||||
Reference in New Issue
Block a user