llama_cpp 0.6.0 → 0.7.1

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.6.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-30 00:00:00.000000000 Z
11
+ date: 2023-10-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: llama_cpp.rb provides Ruby bindings for the llama.cpp.
14
14
  email:
@@ -32,6 +32,8 @@ files:
32
32
  - ext/llama_cpp/src/LICENSE
33
33
  - ext/llama_cpp/src/ggml-alloc.c
34
34
  - ext/llama_cpp/src/ggml-alloc.h
35
+ - ext/llama_cpp/src/ggml-backend.c
36
+ - ext/llama_cpp/src/ggml-backend.h
35
37
  - ext/llama_cpp/src/ggml-cuda.cu
36
38
  - ext/llama_cpp/src/ggml-cuda.h
37
39
  - ext/llama_cpp/src/ggml-metal.h
@@ -48,6 +50,7 @@ files:
48
50
  - ext/llama_cpp/src/llama-util.h
49
51
  - ext/llama_cpp/src/llama.cpp
50
52
  - ext/llama_cpp/src/llama.h
53
+ - ext/llama_cpp/src/unicode.h
51
54
  - lib/llama_cpp.rb
52
55
  - lib/llama_cpp/version.rb
53
56
  - sig/llama_cpp.rbs