llama_cpp 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llama_cpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: llama_cpp.rb provides Ruby bindings for the llama.cpp.
14
14
  email:
@@ -25,6 +25,7 @@ files:
25
25
  - examples/README.md
26
26
  - examples/chat.rb
27
27
  - examples/embedding.rb
28
+ - examples/prompt_jp.txt
28
29
  - ext/llama_cpp/extconf.rb
29
30
  - ext/llama_cpp/llama_cpp.cpp
30
31
  - ext/llama_cpp/llama_cpp.h