mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-06 22:42:56 +00:00
dynamic loadingをサポート
This commit is contained in:
@@ -13,4 +13,5 @@ tokio = { version = "1.40.0", features = ["full"] }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
cuda = ["sbv2_core/cuda"]
|
cuda = ["sbv2_core/cuda"]
|
||||||
cuda_tf32 = ["sbv2_core/cuda_tf32"]
|
cuda_tf32 = ["sbv2_core/cuda_tf32"]
|
||||||
|
dynamic = ["sbv2_core/dynamic"]
|
||||||
@@ -19,4 +19,5 @@ tokenizers = "0.20.0"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
cuda = ["ort/cuda"]
|
cuda = ["ort/cuda"]
|
||||||
cuda_tf32 = []
|
cuda_tf32 = []
|
||||||
|
dynamic = ["ort/load-dynamic"]
|
||||||
Reference in New Issue
Block a user