From 57f7223f3e784c393b5cd2a3259914cf57d103cb Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 11 Sep 2024 02:40:05 +0000 Subject: [PATCH] =?UTF-8?q?dynamic=20loading=E3=82=92=E3=82=B5=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sbv2_api/Cargo.toml | 3 ++- sbv2_core/Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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