Merge tag 'v0.2.18' into main
This commit is contained in:
commit
96a377648c
3 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.18]
|
||||
|
||||
- Update llama.cpp to ggerganov/llama.cpp@6bb4908a17150b49373b5f977685b2e180a04f6f
|
||||
|
||||
## [0.2.17]
|
||||
|
||||
- Update llama.cpp to ggerganov/llama.cpp@df9d1293defe783f42bc83af732d3c670552c541
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from .llama_cpp import *
|
||||
from .llama import *
|
||||
|
||||
__version__ = "0.2.17"
|
||||
__version__ = "0.2.18"
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit df9d1293defe783f42bc83af732d3c670552c541
|
||||
Subproject commit 6bb4908a17150b49373b5f977685b2e180a04f6f
|
Loading…
Reference in a new issue