We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f91d08 commit a29d75dCopy full SHA for a29d75d
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.43]
11
+
12
- feat: update vendored ggml to 0.15.2 by @abetlen in #167
13
- fix: correct ggml_blck_size return type by @aisk in #166
14
ggml/__init__.py
@@ -1,3 +1,3 @@
1
from .ggml import *
2
3
-__version__ = "0.0.42"
+__version__ = "0.0.43"
0 commit comments