diff --git a/sbv2_api/Cargo.toml b/sbv2_api/Cargo.toml index a0fa8b6..4b0b43a 100644 --- a/sbv2_api/Cargo.toml +++ b/sbv2_api/Cargo.toml @@ -14,6 +14,7 @@ serde = { version = "1.0.210", features = ["derive"] } tokio = { version = "1.40.0", features = ["full"] } [features] +coreml = ["sbv2_core/coreml"] cuda = ["sbv2_core/cuda"] cuda_tf32 = ["sbv2_core/cuda_tf32"] dynamic = ["sbv2_core/dynamic"]