tiktoken_ruby 0.0.4-arm-linux → 0.0.5-arm-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/Gemfile.lock +3 -2
- data/lib/tiktoken_ruby/3.0/tiktoken_ruby.so +0 -0
- data/lib/tiktoken_ruby/3.1/tiktoken_ruby.so +0 -0
- data/lib/tiktoken_ruby/3.2/tiktoken_ruby.so +0 -0
- data/lib/tiktoken_ruby/version.rb +1 -1
- metadata +3 -4
- data/lib/tiktoken_ruby/2.7/tiktoken_ruby.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc2089e95919659c80979c162a1c32d3fca21729908372a79f6a388b04d206ed
|
4
|
+
data.tar.gz: 542ad348fcb5697e14e3945621f359e4f613b5f197aa40c497397b18139e28f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c6ccdc961c93a38024b9285bdd96b505c7feb4b09e0f01eaac888f22de218cc667bf4548ad5168350766f08dfd315ed3d4d3d758eaaf2595a68314834ed2454
|
7
|
+
data.tar.gz: 52fbd773690e730a766627c88fd3a9e862412db1bf2a50c696b1f72ebd78267037a79fe36638fae2097378e424a80c3b35705128d3f28f4769109d111cdfb263
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
tiktoken_ruby (0.0.
|
4
|
+
tiktoken_ruby (0.0.5)
|
5
|
+
rb_sys (~> 0.9.68)
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: https://rubygems.org/
|
@@ -64,13 +65,13 @@ GEM
|
|
64
65
|
|
65
66
|
PLATFORMS
|
66
67
|
arm64-darwin-22
|
68
|
+
ruby
|
67
69
|
x86_64-darwin-22
|
68
70
|
x86_64-linux
|
69
71
|
|
70
72
|
DEPENDENCIES
|
71
73
|
rake (~> 13.0)
|
72
74
|
rake-compiler
|
73
|
-
rb_sys
|
74
75
|
rspec (~> 3.0)
|
75
76
|
standard (~> 1.3)
|
76
77
|
tiktoken_ruby!
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiktoken_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: arm-linux
|
6
6
|
authors:
|
7
7
|
- IAPark
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: An unofficial Ruby wrapper for Tiktoken, a BPE tokenizer written by and
|
14
14
|
used by OpenAI. It can be used to count the number of tokens in text before sending
|
@@ -28,7 +28,6 @@ files:
|
|
28
28
|
- Rakefile
|
29
29
|
- doctest_helper.rb
|
30
30
|
- lib/tiktoken_ruby.rb
|
31
|
-
- lib/tiktoken_ruby/2.7/tiktoken_ruby.so
|
32
31
|
- lib/tiktoken_ruby/3.0/tiktoken_ruby.so
|
33
32
|
- lib/tiktoken_ruby/3.1/tiktoken_ruby.so
|
34
33
|
- lib/tiktoken_ruby/3.2/tiktoken_ruby.so
|
@@ -50,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
49
|
requirements:
|
51
50
|
- - ">="
|
52
51
|
- !ruby/object:Gem::Version
|
53
|
-
version: '
|
52
|
+
version: '3.0'
|
54
53
|
- - "<"
|
55
54
|
- !ruby/object:Gem::Version
|
56
55
|
version: 3.3.dev
|
Binary file
|