We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276ea28 commit aaf4cbeCopy full SHA for aaf4cbe
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.82]
11
+
12
+- feat: Update llama.cpp to ggerganov/llama.cpp@7fdb6f73e35605c8dbc39e9f19cd9ed84dbc87f2
13
14
## [0.2.81]
15
16
- feat: Update llama.cpp to ggerganov/llama.cpp@968967376dc2c018d29f897c4883d335bbf384fb
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.2.81"
+__version__ = "0.2.82"
0 commit comments