llama_cpp 0.14.2 → 0.14.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,3 +24,5 @@ int unicode_cpt_type(const std::string & utf8);
24
24
  std::string unicode_byte_to_utf8(uint8_t byte);
25
25
  uint8_t unicode_utf8_to_byte(const std::string & utf8);
26
26
 
27
+ // simple tolower that only implements one-to-one mapping, not one-to-many
28
+ char32_t unicode_tolower(char32_t cp);
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.2
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - yoshoku
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-16 00:00:00.000000000 Z
11
+ date: 2024-04-06 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/unicode-data.cpp
71
+ - vendor/tmp/llama.cpp/unicode-data.h
70
72
  - vendor/tmp/llama.cpp/unicode.cpp
71
73
  - vendor/tmp/llama.cpp/unicode.h
72
74
  homepage: https://github.com/yoshoku/llama_cpp.rb
@@ -93,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
95
  - !ruby/object:Gem::Version
94
96
  version: '0'
95
97
  requirements: []
96
- rubygems_version: 3.4.19
98
+ rubygems_version: 3.5.7
97
99
  signing_key:
98
100
  specification_version: 4
99
101
  summary: Ruby bindings for the llama.cpp.