File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.15]
11+
12+ - feat: Update llama.cpp to ggerganov/llama.cpp@9a96389544a08fd829fccda28142ce2066017fde
13+ - feat: Add gpt-oss chat format support through strftime_now in chat format by @iamlemec in af637928db7351e030011085f818b034c6efc047
14+ - fix: rename op_offloat to op_offload in llama.py by @sergey21000 in #2046
15+
1016## [ 0.3.14]
1117
1218- feat: Update llama.cpp to ggerganov/llama.cpp@79e0b68c178656bb0632cb8602d2940b755077f8
Original file line number Diff line number Diff line change 11from .llama_cpp import *
22from .llama import *
33
4- __version__ = "0.3.14 "
4+ __version__ = "0.3.15 "
You can’t perform that action at this time.
0 commit comments