dynamic loadingをサポート

This commit is contained in:
tuna2134
2024-09-11 02:40:05 +00:00
parent 70059fc040
commit 57f7223f3e
2 changed files with 4 additions and 2 deletions

View File

@@ -13,4 +13,5 @@ tokio = { version = "1.40.0", features = ["full"] }
[features]
cuda = ["sbv2_core/cuda"]
cuda_tf32 = ["sbv2_core/cuda_tf32"]
cuda_tf32 = ["sbv2_core/cuda_tf32"]
dynamic = ["sbv2_core/dynamic"]

View File

@@ -19,4 +19,5 @@ tokenizers = "0.20.0"
[features]
cuda = ["ort/cuda"]
cuda_tf32 = []
cuda_tf32 = []
dynamic = ["ort/load-dynamic"]