diff --git a/sbv2_api/Cargo.toml b/sbv2_api/Cargo.toml index 6a0abe9..f14fd27 100644 --- a/sbv2_api/Cargo.toml +++ b/sbv2_api/Cargo.toml @@ -13,4 +13,5 @@ tokio = { version = "1.40.0", features = ["full"] } [features] cuda = ["sbv2_core/cuda"] -cuda_tf32 = ["sbv2_core/cuda_tf32"] \ No newline at end of file +cuda_tf32 = ["sbv2_core/cuda_tf32"] +dynamic = ["sbv2_core/dynamic"] \ No newline at end of file diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index 557cfdd..817748c 100644 --- a/sbv2_core/Cargo.toml +++ b/sbv2_core/Cargo.toml @@ -19,4 +19,5 @@ tokenizers = "0.20.0" [features] cuda = ["ort/cuda"] -cuda_tf32 = [] \ No newline at end of file +cuda_tf32 = [] +dynamic = ["ort/load-dynamic"] \ No newline at end of file