Cargo Features
[dependencies]
sbv2_core = { version = "0.2.0-alpha4", default-features = false, features = ["no_std", "std", "cuda", "cuda_tf32", "dynamic", "directml", "tensorrt", "coreml"] }
- default = std
-
The
std
feature is set by default wheneversbv2_core
is added without
somewhere in the dependency tree.default-features = false - no_std
-
Enables unstable_wasm of tokenizers
- std default coreml? cuda? cuda_tf32? directml? dynamic? tensorrt?
-
Enables ort, esaxx_fast, onig and progressbar of tokenizers
Affects
sbv2_core::bert
,sbv2_core::model
,sbv2_core::tts
… - cuda cuda_tf32? = std
- cuda_tf32 = cuda, std
- dynamic = std
-
Enables load-dynamic of ort
- directml = std
- tensorrt = std
- coreml = std