boolemancer
e245c27fde
Fix the Windows pthread_create shim
...
The current implementation doesn't actually set the out parameter,
and it returns 0 on failure instead of on success.
3 years ago
Georgi Gerganov
4c66b6a828
cmake : add submodule whisper.spm
3 years ago
Georgi Gerganov
a2eeb941f6
cmake : fix passing GGML_PERF compile option
3 years ago
Georgi Gerganov
234f414652
ref #5 : update CMake for Windows build
...
- __AVX2__ should already be defined due to /arch:AVX2
- _CRT_SECURE_NO_WARNINGS should be defined both for shared and static lib
3 years ago
Georgi Gerganov
fbd513b813
Add OpenBLAS support
...
Supported via CMake - just add:
cmake .. -DWHISPER_SUPPORT_OPENBLAS=ON
On Ubuntu, you have to install the library like this:
apt install libopenblas-dev
Unfortunately, I don't observe any benefit compared to the
original AVX2 + FP16 implementation. Maybe I'm missing something
3 years ago
Mikhail Grigorev
9820234f13
Fixed compile definitions and link libraries for MSVC
3 years ago
Georgi Gerganov
c6710efde2
refactoring : move main + stream in examples + other stuff
3 years ago
Georgi Gerganov
6b45e37b2b
Update README.md and finalize the whisper.wasm example
3 years ago
Georgi Gerganov
db460b78ff
wip : WASM 128-bit SIMD support
3 years ago
Georgi Gerganov
e905c6f827
wip : initial WASM port
...
Works but it is very slow because no SIMD is used.
For example, jfk.wav is processed in ~23 seconds using "tiny.en" model
3 years ago
Georgi Gerganov
8d15a1c635
ci : fix and re-enable tests (2nd try)
3 years ago
Georgi Gerganov
692aa0784f
Revert "ci : fix and re-enable tests"
...
This reverts commit 80aefc9514
.
3 years ago
Georgi Gerganov
80aefc9514
ci : fix and re-enable tests
3 years ago
Georgi Gerganov
66b3169d39
ci : disable tests temporarily
3 years ago
Georgi Gerganov
632660abb9
CMake support for Accelerate framework
3 years ago
Borislav Stanimirov
0b45d25151
Building with MSVC
3 years ago
Georgi Gerganov
29b041f79b
Cleanup CMakeLists.txt
3 years ago
Georgi Gerganov
4a732b2879
cmake : fixes
3 years ago
Georgi Gerganov
877c058179
Add CMake support
3 years ago