Skip to content

Commit 0bf210c

Browse files
committed
remove openmp from whisper
1 parent 8e58caf commit 0bf210c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/whisper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ lazy_static = { workspace = true, optional = true }
3636
regex = { workspace = true, optional = true }
3737

3838
[target.'cfg(not(target_os = "macos"))'.dependencies]
39-
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "e3d67d5", features = ["raw-api", "tracing_backend", "openmp"], optional = true }
39+
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "e3d67d5", features = ["raw-api", "tracing_backend"], optional = true }
4040

4141
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
42-
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "e3d67d5", features = ["raw-api", "tracing_backend", "openmp", "metal"], optional = true }
42+
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "e3d67d5", features = ["raw-api", "tracing_backend", "metal"], optional = true }
4343

4444
[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies]
45-
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "e3d67d5", features = ["raw-api", "tracing_backend", "openmp"], optional = true }
45+
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "e3d67d5", features = ["raw-api", "tracing_backend"], optional = true }

0 commit comments

Comments
 (0)