]> git.djapps.eu Git - pkg/ggml/sources/ggml/log
pkg/ggml/sources/ggml
2 years agosync : latest changes from whisper.cpp
Georgi Gerganov [Wed, 9 Nov 2022 19:43:03 +0000 (21:43 +0200)]
sync : latest changes from whisper.cpp

- Documentation
- whisper : token-level timestamps
- ggml : Windows build fixes
- etc.

2 years agoUpdate README.md
Georgi Gerganov [Tue, 1 Nov 2022 20:15:22 +0000 (22:15 +0200)]
Update README.md

2 years agosync : latest changes from whisper.cpp
Georgi Gerganov [Tue, 1 Nov 2022 20:13:15 +0000 (22:13 +0200)]
sync : latest changes from whisper.cpp

2 years agowhisper : fix timestamp sampling
Georgi Gerganov [Tue, 18 Oct 2022 18:14:27 +0000 (21:14 +0300)]
whisper : fix timestamp sampling

2 years agosync : whisper.cpp
Georgi Gerganov [Tue, 18 Oct 2022 16:12:07 +0000 (19:12 +0300)]
sync : whisper.cpp

- Add MSVC header
- FP16 GELU
- C interface fixes (no unions)
- Minor CMake updates

2 years agosync : whisper.cpp
Georgi Gerganov [Mon, 17 Oct 2022 20:54:35 +0000 (23:54 +0300)]
sync : whisper.cpp

2 years agoMinor fixes
Georgi Gerganov [Mon, 17 Oct 2022 18:31:23 +0000 (21:31 +0300)]
Minor fixes

2 years agoImprove mul_mat performance for big matrices using Accelerate framework
Georgi Gerganov [Mon, 17 Oct 2022 18:20:33 +0000 (21:20 +0300)]
Improve mul_mat performance for big matrices using Accelerate framework

Also:

- Speedup GELU operator via F16 cast
- Multi-thread NORM operator
- Disable FLASH_FF in whisper example

2 years agoPerformance tests - trying to optimize mul_mat
Georgi Gerganov [Mon, 17 Oct 2022 18:17:13 +0000 (21:17 +0300)]
Performance tests - trying to optimize mul_mat

2 years agosync : whisper.cpp
Georgi Gerganov [Thu, 13 Oct 2022 19:18:46 +0000 (22:18 +0300)]
sync : whisper.cpp

2 years agowhisper : sync with whisper.cpp
Georgi Gerganov [Sat, 8 Oct 2022 15:15:22 +0000 (18:15 +0300)]
whisper : sync with whisper.cpp

2 years agowhisper : various improvements
Georgi Gerganov [Wed, 5 Oct 2022 20:15:10 +0000 (23:15 +0300)]
whisper : various improvements

2 years agowhisper : add C-style API
Georgi Gerganov [Tue, 4 Oct 2022 20:17:35 +0000 (23:17 +0300)]
whisper : add C-style API

2 years agowhisper : various fixes
Georgi Gerganov [Mon, 3 Oct 2022 16:31:17 +0000 (19:31 +0300)]
whisper : various fixes

2 years agowhisper : various updates and improvements
Georgi Gerganov [Fri, 30 Sep 2022 16:16:07 +0000 (19:16 +0300)]
whisper : various updates and improvements

2 years agoAdding Whisper inference example
Georgi Gerganov [Wed, 28 Sep 2022 18:12:20 +0000 (21:12 +0300)]
Adding Whisper inference example

2 years agoUpdate README.md + minor stuff
Georgi Gerganov [Mon, 19 Sep 2022 21:09:34 +0000 (00:09 +0300)]
Update README.md + minor stuff

- Changed default threads to 4
- Added GGML_PERF for enabling runtime performance timings

2 years agoUpdate README.md
Georgi Gerganov [Sun, 18 Sep 2022 17:12:43 +0000 (20:12 +0300)]
Update README.md

2 years agoInitial release
Georgi Gerganov [Sun, 18 Sep 2022 17:11:11 +0000 (20:11 +0300)]
Initial release