llama_cpp 0.14.5 → 0.14.7

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.
@@ -0,0 +1,12 @@
1
+ #pragma once
2
+ #include <stdbool.h>
3
+ #ifdef __cplusplus
4
+ extern "C" {
5
+ #endif
6
+
7
+ bool llamafile_sgemm(int, int, int, const void *, int, const void *, int,
8
+ void *, int, int, int, int, int, int, int);
9
+
10
+ #ifdef __cplusplus
11
+ }
12
+ #endif
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.14.5
4
+ version: 0.14.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-13 00:00:00.000000000 Z
11
+ date: 2024-04-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: llama_cpp.rb provides Ruby bindings for the llama.cpp.
14
14
  email:
@@ -67,6 +67,8 @@ files:
67
67
  - vendor/tmp/llama.cpp/llama.cpp
68
68
  - vendor/tmp/llama.cpp/llama.h
69
69
  - vendor/tmp/llama.cpp/scripts/get-flags.mk
70
+ - vendor/tmp/llama.cpp/sgemm.cpp
71
+ - vendor/tmp/llama.cpp/sgemm.h
70
72
  - vendor/tmp/llama.cpp/unicode-data.cpp
71
73
  - vendor/tmp/llama.cpp/unicode-data.h
72
74
  - vendor/tmp/llama.cpp/unicode.cpp