Add test using tiny.en model behind a feature flag
This commit is contained in:
parent
908e96f9da
commit
44e34ba301
2 changed files with 24 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ hound = "3.5.0"
|
|||
[features]
|
||||
simd = []
|
||||
coreml = ["whisper-rs-sys/coreml"]
|
||||
test-with-tiny-model = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["simd"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue