llama_cpp 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.2
4
+ version: 0.3.3
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-08 00:00:00.000000000 Z
11
+ date: 2023-07-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: llama_cpp.rb provides Ruby bindings for the llama.cpp.
14
14
  email:
@@ -35,6 +35,8 @@ files:
35
35
  - ext/llama_cpp/src/ggml-metal.h
36
36
  - ext/llama_cpp/src/ggml-metal.m
37
37
  - ext/llama_cpp/src/ggml-metal.metal
38
+ - ext/llama_cpp/src/ggml-mpi.c
39
+ - ext/llama_cpp/src/ggml-mpi.h
38
40
  - ext/llama_cpp/src/ggml-opencl.cpp
39
41
  - ext/llama_cpp/src/ggml-opencl.h
40
42
  - ext/llama_cpp/src/ggml.c