feat: Added cli features for mnn and ort

This commit is contained in:
uttarayan21
2025-08-18 15:07:17 +05:30
parent e7c9c38ed7
commit 3aa95a2ef5
7 changed files with 181 additions and 54 deletions

View File

@@ -57,3 +57,10 @@ ort = "2.0.0-rc.10"
[profile.release]
debug = true
[features]
ort-cuda = ["ort/cuda"]
ort-coreml = ["ort/coreml"]
ort-tensorrt = ["ort/tensorrt"]
default = ["ort-coreml"]