Georgi Gerganov
b5380da3cd
scripts : sync gguf code
2026-02-27 12:04:54 +02:00
Georgi Gerganov
cbc57c21b1
sync : llama.cpp
2026-02-27 12:04:54 +02:00
Georgi Gerganov
af1d67d4a1
sync : llama.cpp
2026-02-25 12:32:13 +02:00
Georgi Gerganov
3fb6199f86
sync : llama.cpp
2026-02-25 12:32:13 +02:00
Georgi Gerganov
0174bc1aff
sync : llama.cpp
2026-02-25 12:32:13 +02:00
Georgi Gerganov
a41b4fd076
sync : whisper.cpp
2026-02-15 22:19:16 +02:00
Georgi Gerganov
68fee723b1
sync : llama.cpp
2026-02-15 00:20:18 +02:00
Georgi Gerganov
5cecdad692
sync : llama.cpp
2026-02-07 10:37:38 +02:00
Georgi Gerganov
43435120c9
sync : llama.cpp
2026-02-07 10:37:38 +02:00
Georgi Gerganov
ad04d94462
sync : whisper.cpp
2026-01-30 16:26:20 +02:00
Georgi Gerganov
f7cb4b731a
sync : llama.cpp
2026-01-30 13:49:29 +02:00
Georgi Gerganov
3af1b04312
sync : llama.cpp
2026-01-30 13:49:29 +02:00
Georgi Gerganov
acea53f4d4
sync : llama.cpp
2026-01-30 13:49:29 +02:00
Georgi Gerganov
947adfdef7
sync : llama.cpp
2026-01-30 13:49:29 +02:00
Georgi Gerganov
93601e0783
sync : llama.cpp
2026-01-30 13:49:29 +02:00
Georgi Gerganov
15c35cd6d3
sync : llama.cpp
2026-01-30 13:49:29 +02:00
Georgi Gerganov
b6d1f0f247
sync : llama.cpp
2026-01-13 19:09:03 +02:00
Georgi Gerganov
8891ab6fc7
sync : llma.cpp
2026-01-11 11:02:08 +02:00
Georgi Gerganov
2ea5afae55
sync : llama.cpp
2026-01-11 11:02:08 +02:00
Georgi Gerganov
e9267860b3
sync : whisper.cpp
2025-12-31 18:21:49 +02:00
Georgi Gerganov
924883e42d
sync : llama.cpp
2025-12-31 12:39:43 +02:00
Georgi Gerganov
81034b3066
sync : llama.cpp
2025-12-31 12:39:43 +02:00
Georgi Gerganov
ac0c8be49c
sync : llama.cpp
2025-12-17 13:55:04 +02:00
Georgi Gerganov
3e9f2ba3b9
sync : llama.cpp
2025-12-14 16:40:47 +02:00
Georgi Gerganov
130bc125a8
sync : whisper.cpp
2025-12-13 10:05:52 +02:00
Georgi Gerganov
f5425c0ee5
sync : llama.cpp
2025-12-11 15:33:05 +02:00
Georgi Gerganov
781baf2a14
sync : whisper.cpp
2025-11-20 14:08:29 +02:00
Georgi Gerganov
c23776f22d
sync : llama.cpp
2025-11-17 15:34:43 +02:00
Georgi Gerganov
478023fbef
sync : whisper.cpp
2025-11-09 23:41:51 +02:00
Georgi Gerganov
55fb850cd8
sync : llama.cpp
2025-11-09 18:30:22 +02:00
Georgi Gerganov
80d126c331
sync : llama.cpp
2025-11-09 18:30:22 +02:00
Georgi Gerganov
9abaab9204
sync : llama.cpp
2025-11-09 18:30:22 +02:00
Georgi Gerganov
09aa758381
sync : llama.cpp
2025-11-01 09:41:35 +02:00
Georgi Gerganov
2d3876d554
sync : whisper.cpp
...
[no ci]
2025-10-22 12:59:34 +03:00
Georgi Gerganov
999574b730
sync : llama.cpp
2025-10-21 18:14:33 +03:00
Georgi Gerganov
c538174d26
sync : llama.cpp
2025-10-14 22:07:44 +03:00
Georgi Gerganov
fcc2a5c0cf
sync : llama.cpp
2025-10-12 07:57:25 +03:00
Georgi Gerganov
7bfd45d1d3
sync : llama.cpp
2025-10-12 07:57:25 +03:00
Georgi Gerganov
d7d2d6dac3
sync : llama.cpp
2025-10-12 07:57:25 +03:00
Georgi Gerganov
b679964d53
sync : whisper.cpp [no ci]
2025-09-30 13:41:16 +03:00
Georgi Gerganov
c69f4f6f1c
sync : llama.cpp
2025-09-30 12:30:05 +03:00
Georgi Gerganov
3e437a6b79
sync : llama.cpp
2025-09-29 21:21:06 +03:00
Georgi Gerganov
83a15e113b
sync : whisper.cpp ( #1359 )
...
* ggml : Fix MKL detection by quoting BLAS_INCLUDE_DIRS (whisper/3426)
* sync : whisper.cpp
2025-09-29 16:49:11 +03:00
Georgi Gerganov
562afca514
sync : llama.cpp
2025-09-29 12:41:09 +03:00
Daniel Bevenius
36c48f0b14
ggml : remove -dev suffix from release version ( #1355 )
...
This commit removes the `-dev` suffix from the version string in
CMakeLists.txt and the release script. The version will now be
just be formatted as `MAJOR.MINOR.PATCH`.
2025-09-26 17:34:42 +02:00
Daniel Bevenius
f880357699
scripts : refactor release script into prepare and finalize stages ( #1352 )
...
This commit splits the release process into two distinct stages:
* prepare_release: This stage handles all updating the version and
creating a new branch with the version change. This should then be
use to open a PR for review. Once the PR has been merged the
finalize_release stage can be run.
* finalize_release: This stage must be run on master and master must
have the version bump commit (this is checked for). This stage
handles tagging, and also creates a new branch for the update of the
new development version. The tag should then be pushed to the remote
which will trigger the release process on GitHub. The branch should be
used to open a new PR for the development version update.
2025-09-25 12:38:50 +02:00
Daniel Bevenius
9c8dc6c739
scripts : fix next dev version calculation [no ci] ( #1351 )
...
This commit updates the release script to correctly calculate the next
development version after a release.
The motivation for this is that the script currently increments the new
version for the next development cycle but the version is already set to
the updated version so this should not increment again.
2025-09-25 12:43:51 +03:00
Georgi Gerganov
84fd368c7b
sync : llama.cpp
2025-09-25 11:56:34 +03:00
Georgi Gerganov
9bcb988420
sync : llama.cpp
2025-09-25 11:56:34 +03:00
Georgi Gerganov
687220c5cd
scripts : fix sed usage to work on Mac ( #1345 )
2025-09-20 16:44:08 +03:00