Add test using tiny.en model behind a feature flag

This commit is contained in:
Jonathan Soo 2023-05-04 19:18:51 -04:00
parent 908e96f9da
commit 44e34ba301
2 changed files with 24 additions and 0 deletions

View file

@ -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"]