add coreml support for api

This commit is contained in:
tuna2134
2024-09-12 11:38:05 +00:00
parent 07c1311bd2
commit e5c9a6d1d9

View File

@@ -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"]