From e5c9a6d1d9e8aaff154aca31e581c07fa083ad5d Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Thu, 12 Sep 2024 11:38:05 +0000 Subject: [PATCH] add coreml support for api --- sbv2_api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"]