Commit graph

476 commits

Author SHA1 Message Date
Niko
37cba931f6
Merge pull request #201 from hyiip/master
link cuda when cuda feature is on
2025-02-18 12:16:39 -07:00
hyiip
c48629c172 fmt fixed 2025-02-19 03:11:51 +08:00
Niko
dc0c6319a6
Merge pull request #200 from tazz4843/update-logging
Make logging generic across backends and simplify logging code
2025-02-18 12:00:27 -07:00
hyiip
3d33a73458 link cuda when cuda feature is on 2025-02-19 02:55:46 +08:00
Niko
3c20758cce
Merge pull request #199 from schnaq/update/whisper
Update whisper.cpp to v1.7.4; rename suppress_nst
2025-02-15 08:11:21 +00:00
Christian Meter
aaaa1ed361
Pin whisper.cpp to v1.7.4 2025-02-13 18:09:09 +01:00
Christian Meter
b752731e83
Re-add suppress_nst function with shorter fn name 2025-02-13 18:05:09 +01:00
Niko
03351b5f9c
Fix Windows being special again 2025-02-10 14:14:20 -07:00
Niko
e989dead0f
Fix borked CI thanks to feature updates 2025-02-10 14:05:36 -07:00
Niko
1db502bc1a
Make logging generic across backends and simplify the code 2025-02-10 14:02:19 -07:00
Christian Meter
f9fe2acf95
Update submodule commit for whisper.cpp 2025-01-28 15:24:04 +01:00
Christian Meter
39cf1f4d40
Remove deprecated method for suppressing non-speech tokens in FullParams 2025-01-28 15:23:59 +01:00
Christian Meter
251a9e3c1d
Remove unnecessary blank line in build.rs 2025-01-28 15:17:34 +01:00
Christian Meter
90058a9068
Update submodule commit for whisper.cpp 2025-01-28 15:16:46 +01:00
Christian Meter
f8a886144f
Update submodule URL for whisper.cpp 2025-01-28 15:06:27 +01:00
Christian Meter
263d5fd702
Merge remote-tracking branch 'fork/dev' 2025-01-28 14:12:52 +01:00
Niko
f8b36d717d
Merge remote-tracking branch 'origin/master' 2024-11-28 23:17:32 -07:00
Niko
d3fe24a512
Merge pull request #192 from newfla/feat_v3_turbo_preset
feat: large v3 turbo dtw preset
2024-11-29 06:13:55 +00:00
thewh1teagle
a957d6ae6e Merge branch 'update-whisper.cpp-7fd8d9' into dev 2024-11-27 20:06:48 +02:00
thewh1teagle
ea9d6bc8bb
fix vulkan link 2024-11-27 19:40:26 +02:00
thewh1teagle
bb80bddc7c
Merge branch 'update-whisper.cpp-7fd8d9' into dev 2024-11-27 18:53:44 +02:00
thewh1teagle
029c1c424b
fix: link metal 2024-11-27 18:53:39 +02:00
thewh1teagle
8dee26138d
Merge branch 'update-whisper.cpp-7fd8d9' into dev 2024-11-27 18:46:19 +02:00
thewh1teagle
783a7858db
fix: link ggml 2024-11-27 18:46:08 +02:00
thewh1teagle
6b4cd34f0d
update whisper.cpp 2024-11-27 18:30:13 +02:00
thewh1teagle
1f5b95aab5
Merge branch 'update-whisper.cpp-7fd8d9' into dev 2024-11-27 18:29:12 +02:00
thewh1teagle
fab85025be
update whisper.cpp to 7fd8d9 2024-11-27 18:25:22 +02:00
thewh1teagle
828ac50ca0
Update whisper.cpp 2024-11-27 18:10:42 +02:00
newfla
c1c2377456 feat: large v3 turbo dtw preset 2024-11-23 19:50:38 +01:00
Niko
5154c9edcb
Try fixing docs.rs build (again) 2024-11-22 11:00:31 -07:00
Niko
71ab110e04
Bump minor version of whisper-rs 2024-11-22 10:53:20 -07:00
Niko
5448241496
Fix docs.rs 0.13 build 2024-11-22 10:53:09 -07:00
Niko
13f8a8d70a
Bump whisper-rs-sys minor version 2024-11-22 10:50:11 -07:00
Niko
b0c848debb
Merge pull request #189 from newfla/fix_crates_io
fix: include ggml sources
2024-11-22 17:48:33 +00:00
newfla
20d6d8e937 fix: simplify whisper.cpp/ggml src include 2024-11-20 21:08:51 +01:00
newfla
002c552fd7 fix: include ggml sources 2024-11-14 15:08:36 +01:00
thewh1teagle
4585bb8242
update whisper.cpp 2024-11-11 01:28:42 +02:00
Niko
c2d3d497ac
Fix include errors 2024-11-05 23:41:37 -07:00
Niko
eb09788a1e
Update whisper.cpp to 0377596b77a3602e36430320cbe45f8c305ef04a 2024-11-05 23:15:45 -07:00
Niko
7593e86f08
Add missing ggml files 2024-11-05 22:52:05 -07:00
Niko
a34640c71f
Add missing ggml files 2024-11-05 22:49:55 -07:00
Niko
26b176525f
Patch versions for 0.13/0.11 release of main crate and -sys respectively 2024-11-05 22:44:53 -07:00
Niko
dd0c3af408
Merge pull request #184 from solaoi/fix/make-openmp-optional
Make OpenMP optional instead of default dependency
2024-11-01 01:30:38 +00:00
Kodai Aoyama
d51ee9967a Make OpenMP optional instead of default dependency 2024-11-01 10:02:21 +09:00
Niko
82679b0125
Merge pull request #181 from arizhih/whisper-cpp-1-7-x
Update whisper.cpp version to 1.7.1
2024-10-24 15:04:27 +00:00
arizhih
cc92f1bcb1 Merge branch 'master' into whisper-cpp-1-7-x
# Conflicts:
#	sys/build.rs
2024-10-22 12:23:11 +02:00
Niko
cfec70d9cb
Merge pull request #174 from thewh1teagle/feat/improve-basic-example
feat: improve basic example
2024-10-21 23:55:09 +00:00
Niko
95689c6b80
Merge pull request #175 from thewh1teagle/fix/link-coreml
fix: add search path for coreml on macOS
2024-10-21 23:54:24 +00:00
Niko
d706878356
Merge pull request #177 from newfla/fix_vulkan_macos
fix: macos vulkan build script
2024-10-21 23:54:07 +00:00
arizhih
9f56a7350b Install libomp on MacOS 2024-10-14 16:27:52 +02:00