]>
git.djapps.eu Git - pkg/ggml/sources/ggml/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Georgi Gerganov [Sat, 7 Jan 2023 07:39:12 +0000 (09:39 +0200)]
sync : latest changes from whisper.cpp
Georgi Gerganov [Sat, 7 Jan 2023 07:36:32 +0000 (09:36 +0200)]
tests : wip quantized matrix multiplication method 2
Georgi Gerganov [Sat, 7 Jan 2023 07:31:42 +0000 (09:31 +0200)]
tests : minor fixes for x86
Georgi Gerganov [Thu, 5 Jan 2023 19:05:41 +0000 (21:05 +0200)]
tests : experiments with n-bit quantized matrix multiplication
Georgi Gerganov [Sat, 31 Dec 2022 10:32:04 +0000 (12:32 +0200)]
sync : latest changes from whisper.cpp
Georgi Gerganov [Sat, 31 Dec 2022 10:29:52 +0000 (12:29 +0200)]
gpt-2 : experimenting with attention mask
Georgi Gerganov [Sat, 31 Dec 2022 10:29:30 +0000 (12:29 +0200)]
gpt-2 : fix off-by-one error in batching logic
Georgi Gerganov [Mon, 12 Dec 2022 21:49:12 +0000 (23:49 +0200)]
examples : redirect download scripts to HF
Georgi Gerganov [Sun, 4 Dec 2022 16:33:14 +0000 (18:33 +0200)]
gpt : add support for gpt-jt + fix unicode support
Georgi Gerganov [Sun, 4 Dec 2022 09:06:13 +0000 (11:06 +0200)]
ggml : sync with latest code 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.
Georgi Gerganov [Tue, 1 Nov 2022 20:15:22 +0000 (22:15 +0200)]
Update README.md
Georgi Gerganov [Tue, 1 Nov 2022 20:13:15 +0000 (22:13 +0200)]
sync : latest changes from whisper.cpp
Georgi Gerganov [Tue, 18 Oct 2022 18:14:27 +0000 (21:14 +0300)]
whisper : fix timestamp sampling
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
Georgi Gerganov [Mon, 17 Oct 2022 20:54:35 +0000 (23:54 +0300)]
sync : whisper.cpp
Georgi Gerganov [Mon, 17 Oct 2022 18:31:23 +0000 (21:31 +0300)]
Minor fixes
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
Georgi Gerganov [Mon, 17 Oct 2022 18:17:13 +0000 (21:17 +0300)]
Performance tests - trying to optimize mul_mat
Georgi Gerganov [Thu, 13 Oct 2022 19:18:46 +0000 (22:18 +0300)]
sync : whisper.cpp
Georgi Gerganov [Sat, 8 Oct 2022 15:15:22 +0000 (18:15 +0300)]
whisper : sync with whisper.cpp
Georgi Gerganov [Wed, 5 Oct 2022 20:15:10 +0000 (23:15 +0300)]
whisper : various improvements
Georgi Gerganov [Tue, 4 Oct 2022 20:17:35 +0000 (23:17 +0300)]
whisper : add C-style API
Georgi Gerganov [Mon, 3 Oct 2022 16:31:17 +0000 (19:31 +0300)]
whisper : various fixes
Georgi Gerganov [Fri, 30 Sep 2022 16:16:07 +0000 (19:16 +0300)]
whisper : various updates and improvements
Georgi Gerganov [Wed, 28 Sep 2022 18:12:20 +0000 (21:12 +0300)]
Adding Whisper inference example
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
Georgi Gerganov [Sun, 18 Sep 2022 17:12:43 +0000 (20:12 +0300)]
Update README.md
Georgi Gerganov [Sun, 18 Sep 2022 17:11:11 +0000 (20:11 +0300)]
Initial release