Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Apr 22, 2023
1 parent bd88c35 commit e17bb38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [Unreleased]

## [[0.0.6](https://github.com/yoshoku/llama_cpp.rb/compare/v0.0.5...v0.0.6)] - 2023-04-22

- Bump bundled llama.cpp from master-315a95a to master-12b5900.
- Add model file type constants
- Add `model_quantize` module function to LLaMACpp.
- Add cublas config option:
```
$ gem install llama_cpp -- --with-cublas
```

## [[0.0.5](https://github.com/yoshoku/llama_cpp.rb/compare/v0.0.4...v0.0.5)] - 2023-04-20

- Bump bundled llama.cpp from master-c85e03d to master-315a95a.
Expand Down
2 changes: 1 addition & 1 deletion lib/llama_cpp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# llama_cpp.rb provides Ruby bindings for the llama.cpp.
module LLaMACpp
# The version of llama_cpp.rb you install.
VERSION = '0.0.5'
VERSION = '0.0.6'

# The version of llama.cpp bundled with llama_cpp.rb.
LLAMA_CPP_VERSION = 'master-12b5900'
Expand Down

0 comments on commit e17bb38

Please sign in to comment.