safetensors 0.1.2-x64-mingw-ucrt → 0.1.3-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +35 -35
- data/LICENSE-THIRD-PARTY.txt +54 -61
- data/lib/safetensors/3.1/safetensors.so +0 -0
- data/lib/safetensors/3.2/safetensors.so +0 -0
- data/lib/safetensors/3.3/safetensors.so +0 -0
- data/lib/safetensors/3.4/safetensors.so +0 -0
- data/lib/safetensors/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7265c194b2ed666d7d28e8f552c6207922aac2e174f3b2b74f79323c9b8d5d1
|
4
|
+
data.tar.gz: fd23b49ac7c258fd6f78d21271c8a0bce7778ebb809ac101ab901fcceacbc73c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b3ffb5726b6e54e086fe1b7ed1bef6eed1f6b8fa5794fad6df56082853ca8001fba399b4a9452706b06714ee39c7178e01fa68049b10e3556957b038ae2ae46
|
7
|
+
data.tar.gz: 8dab4b077ec9bc595b9252b585eb5541be8c6d91a719eefbc55c6ca52f7e30bdd612c7f494ae14e092e56b9d5322f8dd082cca376f8d7e7d355cca73afcf0555
|
data/CHANGELOG.md
CHANGED
data/Cargo.lock
CHANGED
@@ -13,9 +13,9 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "bindgen"
|
16
|
-
version = "0.69.
|
16
|
+
version = "0.69.5"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
19
19
|
dependencies = [
|
20
20
|
"bitflags",
|
21
21
|
"cexpr",
|
@@ -71,9 +71,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
71
71
|
|
72
72
|
[[package]]
|
73
73
|
name = "glob"
|
74
|
-
version = "0.3.
|
74
|
+
version = "0.3.2"
|
75
75
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
76
|
-
checksum = "
|
76
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
77
77
|
|
78
78
|
[[package]]
|
79
79
|
name = "itertools"
|
@@ -86,9 +86,9 @@ dependencies = [
|
|
86
86
|
|
87
87
|
[[package]]
|
88
88
|
name = "itoa"
|
89
|
-
version = "1.0.
|
89
|
+
version = "1.0.14"
|
90
90
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
91
|
-
checksum = "
|
91
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
92
92
|
|
93
93
|
[[package]]
|
94
94
|
name = "lazy_static"
|
@@ -104,15 +104,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
104
104
|
|
105
105
|
[[package]]
|
106
106
|
name = "libc"
|
107
|
-
version = "0.2.
|
107
|
+
version = "0.2.169"
|
108
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "
|
109
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
110
110
|
|
111
111
|
[[package]]
|
112
112
|
name = "libloading"
|
113
|
-
version = "0.8.
|
113
|
+
version = "0.8.6"
|
114
114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
-
checksum = "
|
115
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
116
116
|
dependencies = [
|
117
117
|
"cfg-if",
|
118
118
|
"windows-targets",
|
@@ -174,36 +174,36 @@ dependencies = [
|
|
174
174
|
|
175
175
|
[[package]]
|
176
176
|
name = "proc-macro2"
|
177
|
-
version = "1.0.
|
177
|
+
version = "1.0.92"
|
178
178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
179
|
-
checksum = "
|
179
|
+
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
180
180
|
dependencies = [
|
181
181
|
"unicode-ident",
|
182
182
|
]
|
183
183
|
|
184
184
|
[[package]]
|
185
185
|
name = "quote"
|
186
|
-
version = "1.0.
|
186
|
+
version = "1.0.38"
|
187
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
188
|
-
checksum = "
|
188
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
189
189
|
dependencies = [
|
190
190
|
"proc-macro2",
|
191
191
|
]
|
192
192
|
|
193
193
|
[[package]]
|
194
194
|
name = "rb-sys"
|
195
|
-
version = "0.9.
|
195
|
+
version = "0.9.105"
|
196
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
197
|
+
checksum = "4b3a1f3ce8e7c36d777d52fe7a99039fe4fea7c8ec355a4c4f3a17f92a14029f"
|
198
198
|
dependencies = [
|
199
199
|
"rb-sys-build",
|
200
200
|
]
|
201
201
|
|
202
202
|
[[package]]
|
203
203
|
name = "rb-sys-build"
|
204
|
-
version = "0.9.
|
204
|
+
version = "0.9.105"
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
206
|
-
checksum = "
|
206
|
+
checksum = "3e6b246c29c0809e1cbe60a1ba9e093da72a4676d02adc68469297d1e589bbf0"
|
207
207
|
dependencies = [
|
208
208
|
"bindgen",
|
209
209
|
"lazy_static",
|
@@ -222,9 +222,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
222
222
|
|
223
223
|
[[package]]
|
224
224
|
name = "regex"
|
225
|
-
version = "1.
|
225
|
+
version = "1.11.1"
|
226
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
227
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
228
228
|
dependencies = [
|
229
229
|
"aho-corasick",
|
230
230
|
"memchr",
|
@@ -234,9 +234,9 @@ dependencies = [
|
|
234
234
|
|
235
235
|
[[package]]
|
236
236
|
name = "regex-automata"
|
237
|
-
version = "0.4.
|
237
|
+
version = "0.4.9"
|
238
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "
|
239
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
240
240
|
dependencies = [
|
241
241
|
"aho-corasick",
|
242
242
|
"memchr",
|
@@ -245,9 +245,9 @@ dependencies = [
|
|
245
245
|
|
246
246
|
[[package]]
|
247
247
|
name = "regex-syntax"
|
248
|
-
version = "0.8.
|
248
|
+
version = "0.8.5"
|
249
249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
250
|
-
checksum = "
|
250
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
251
251
|
|
252
252
|
[[package]]
|
253
253
|
name = "rustc-hash"
|
@@ -263,7 +263,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
263
263
|
|
264
264
|
[[package]]
|
265
265
|
name = "safetensors"
|
266
|
-
version = "0.1.
|
266
|
+
version = "0.1.3"
|
267
267
|
dependencies = [
|
268
268
|
"magnus",
|
269
269
|
"memmap2",
|
@@ -289,18 +289,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
289
289
|
|
290
290
|
[[package]]
|
291
291
|
name = "serde"
|
292
|
-
version = "1.0.
|
292
|
+
version = "1.0.217"
|
293
293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
294
|
-
checksum = "
|
294
|
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
295
295
|
dependencies = [
|
296
296
|
"serde_derive",
|
297
297
|
]
|
298
298
|
|
299
299
|
[[package]]
|
300
300
|
name = "serde_derive"
|
301
|
-
version = "1.0.
|
301
|
+
version = "1.0.217"
|
302
302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
303
|
-
checksum = "
|
303
|
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
304
304
|
dependencies = [
|
305
305
|
"proc-macro2",
|
306
306
|
"quote",
|
@@ -309,9 +309,9 @@ dependencies = [
|
|
309
309
|
|
310
310
|
[[package]]
|
311
311
|
name = "serde_json"
|
312
|
-
version = "1.0.
|
312
|
+
version = "1.0.134"
|
313
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
314
|
-
checksum = "
|
314
|
+
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
315
315
|
dependencies = [
|
316
316
|
"itoa",
|
317
317
|
"memchr",
|
@@ -333,9 +333,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
333
333
|
|
334
334
|
[[package]]
|
335
335
|
name = "syn"
|
336
|
-
version = "2.0.
|
336
|
+
version = "2.0.93"
|
337
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
-
checksum = "
|
338
|
+
checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
|
339
339
|
dependencies = [
|
340
340
|
"proc-macro2",
|
341
341
|
"quote",
|
@@ -344,9 +344,9 @@ dependencies = [
|
|
344
344
|
|
345
345
|
[[package]]
|
346
346
|
name = "unicode-ident"
|
347
|
-
version = "1.0.
|
347
|
+
version = "1.0.14"
|
348
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
-
checksum = "
|
349
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
350
350
|
|
351
351
|
[[package]]
|
352
352
|
name = "windows-targets"
|
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -6,7 +6,7 @@ aho-corasick v1.1.3
|
|
6
6
|
https://github.com/BurntSushi/aho-corasick
|
7
7
|
Unlicense OR MIT
|
8
8
|
|
9
|
-
bindgen v0.69.
|
9
|
+
bindgen v0.69.5
|
10
10
|
https://rust-lang.github.io/rust-bindgen/
|
11
11
|
BSD-3-Clause
|
12
12
|
|
@@ -26,7 +26,7 @@ either v1.13.0
|
|
26
26
|
https://github.com/rayon-rs/either
|
27
27
|
MIT OR Apache-2.0
|
28
28
|
|
29
|
-
glob v0.3.
|
29
|
+
glob v0.3.2
|
30
30
|
https://github.com/rust-lang/glob
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -34,7 +34,7 @@ itertools v0.12.1
|
|
34
34
|
https://github.com/rust-itertools/itertools
|
35
35
|
MIT OR Apache-2.0
|
36
36
|
|
37
|
-
itoa v1.0.
|
37
|
+
itoa v1.0.14
|
38
38
|
https://github.com/dtolnay/itoa
|
39
39
|
MIT OR Apache-2.0
|
40
40
|
|
@@ -46,11 +46,11 @@ lazycell v1.3.0
|
|
46
46
|
https://github.com/indiv0/lazycell
|
47
47
|
MIT/Apache-2.0
|
48
48
|
|
49
|
-
libc v0.2.
|
49
|
+
libc v0.2.169
|
50
50
|
https://github.com/rust-lang/libc
|
51
51
|
MIT OR Apache-2.0
|
52
52
|
|
53
|
-
libloading v0.8.
|
53
|
+
libloading v0.8.6
|
54
54
|
https://github.com/nagisa/rust_libloading/
|
55
55
|
ISC
|
56
56
|
|
@@ -78,19 +78,19 @@ nom v7.1.3
|
|
78
78
|
https://github.com/Geal/nom
|
79
79
|
MIT
|
80
80
|
|
81
|
-
proc-macro2 v1.0.
|
81
|
+
proc-macro2 v1.0.92
|
82
82
|
https://github.com/dtolnay/proc-macro2
|
83
83
|
MIT OR Apache-2.0
|
84
84
|
|
85
|
-
quote v1.0.
|
85
|
+
quote v1.0.38
|
86
86
|
https://github.com/dtolnay/quote
|
87
87
|
MIT OR Apache-2.0
|
88
88
|
|
89
|
-
rb-sys v0.9.
|
89
|
+
rb-sys v0.9.105
|
90
90
|
https://github.com/oxidize-rb/rb-sys
|
91
91
|
MIT OR Apache-2.0
|
92
92
|
|
93
|
-
rb-sys-build v0.9.
|
93
|
+
rb-sys-build v0.9.105
|
94
94
|
https://github.com/oxidize-rb/rb-sys
|
95
95
|
MIT OR Apache-2.0
|
96
96
|
|
@@ -98,15 +98,15 @@ rb-sys-env v0.1.2
|
|
98
98
|
https://github.com/oxidize-rb/rb-sys
|
99
99
|
MIT OR Apache-2.0
|
100
100
|
|
101
|
-
regex v1.
|
101
|
+
regex v1.11.1
|
102
102
|
https://github.com/rust-lang/regex
|
103
103
|
MIT OR Apache-2.0
|
104
104
|
|
105
|
-
regex-automata v0.4.
|
105
|
+
regex-automata v0.4.9
|
106
106
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
107
107
|
MIT OR Apache-2.0
|
108
108
|
|
109
|
-
regex-syntax v0.8.
|
109
|
+
regex-syntax v0.8.5
|
110
110
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
111
111
|
MIT OR Apache-2.0
|
112
112
|
|
@@ -126,15 +126,15 @@ seq-macro v0.3.5
|
|
126
126
|
https://github.com/dtolnay/seq-macro
|
127
127
|
MIT OR Apache-2.0
|
128
128
|
|
129
|
-
serde v1.0.
|
129
|
+
serde v1.0.217
|
130
130
|
https://serde.rs
|
131
131
|
MIT OR Apache-2.0
|
132
132
|
|
133
|
-
serde_derive v1.0.
|
133
|
+
serde_derive v1.0.217
|
134
134
|
https://serde.rs
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
137
|
-
serde_json v1.0.
|
137
|
+
serde_json v1.0.134
|
138
138
|
https://github.com/serde-rs/json
|
139
139
|
MIT OR Apache-2.0
|
140
140
|
|
@@ -146,13 +146,13 @@ shlex v1.3.0
|
|
146
146
|
https://github.com/comex/rust-shlex
|
147
147
|
MIT OR Apache-2.0
|
148
148
|
|
149
|
-
syn v2.0.
|
149
|
+
syn v2.0.93
|
150
150
|
https://github.com/dtolnay/syn
|
151
151
|
MIT OR Apache-2.0
|
152
152
|
|
153
|
-
unicode-ident v1.0.
|
153
|
+
unicode-ident v1.0.14
|
154
154
|
https://github.com/dtolnay/unicode-ident
|
155
|
-
(MIT OR Apache-2.0) AND Unicode-
|
155
|
+
(MIT OR Apache-2.0) AND Unicode-3.0
|
156
156
|
|
157
157
|
windows-targets v0.52.6
|
158
158
|
https://github.com/microsoft/windows-rs
|
@@ -7247,52 +7247,45 @@ DEALINGS IN THE SOFTWARE.
|
|
7247
7247
|
unicode-ident LICENSE-UNICODE
|
7248
7248
|
================================================================================
|
7249
7249
|
|
7250
|
-
UNICODE
|
7251
|
-
|
7252
|
-
See Terms of Use <https://www.unicode.org/copyright.html>
|
7253
|
-
for definitions of Unicode Inc.’s Data Files and Software.
|
7254
|
-
|
7255
|
-
NOTICE TO USER: Carefully read the following legal agreement.
|
7256
|
-
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
7257
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
7258
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
7259
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
7260
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
7261
|
-
THE DATA FILES OR SOFTWARE.
|
7250
|
+
UNICODE LICENSE V3
|
7262
7251
|
|
7263
7252
|
COPYRIGHT AND PERMISSION NOTICE
|
7264
7253
|
|
7265
|
-
Copyright © 1991-
|
7266
|
-
|
7267
|
-
|
7268
|
-
|
7269
|
-
|
7270
|
-
|
7271
|
-
|
7272
|
-
|
7273
|
-
|
7274
|
-
|
7275
|
-
|
7276
|
-
|
7277
|
-
|
7278
|
-
|
7279
|
-
|
7280
|
-
|
7281
|
-
|
7282
|
-
|
7283
|
-
|
7284
|
-
|
7285
|
-
|
7286
|
-
|
7287
|
-
|
7288
|
-
|
7289
|
-
|
7290
|
-
|
7291
|
-
|
7292
|
-
|
7293
|
-
|
7294
|
-
|
7295
|
-
|
7254
|
+
Copyright © 1991-2023 Unicode, Inc.
|
7255
|
+
|
7256
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
7257
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
7258
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
7259
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
7260
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
7261
|
+
|
7262
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
7263
|
+
copy of data files and any associated documentation (the "Data Files") or
|
7264
|
+
software and any associated documentation (the "Software") to deal in the
|
7265
|
+
Data Files or Software without restriction, including without limitation
|
7266
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
7267
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
7268
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
7269
|
+
this copyright and permission notice appear with all copies of the Data
|
7270
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
7271
|
+
associated Documentation.
|
7272
|
+
|
7273
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
7274
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
7275
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
7276
|
+
THIRD PARTY RIGHTS.
|
7277
|
+
|
7278
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
7279
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
7280
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
7281
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
7282
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
7283
|
+
FILES OR SOFTWARE.
|
7284
|
+
|
7285
|
+
Except as contained in this notice, the name of a copyright holder shall
|
7286
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
7287
|
+
dealings in these Data Files or Software without prior written
|
7288
|
+
authorization of the copyright holder.
|
7296
7289
|
|
7297
7290
|
================================================================================
|
7298
7291
|
windows-targets license-mit
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/safetensors/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: safetensors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|
@@ -26,6 +26,7 @@ files:
|
|
26
26
|
- lib/safetensors/3.1/safetensors.so
|
27
27
|
- lib/safetensors/3.2/safetensors.so
|
28
28
|
- lib/safetensors/3.3/safetensors.so
|
29
|
+
- lib/safetensors/3.4/safetensors.so
|
29
30
|
- lib/safetensors/numo.rb
|
30
31
|
- lib/safetensors/torch.rb
|
31
32
|
- lib/safetensors/version.rb
|
@@ -44,14 +45,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
45
|
version: '3.1'
|
45
46
|
- - "<"
|
46
47
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.
|
48
|
+
version: 3.5.dev
|
48
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
50
|
requirements:
|
50
51
|
- - ">="
|
51
52
|
- !ruby/object:Gem::Version
|
52
53
|
version: '0'
|
53
54
|
requirements: []
|
54
|
-
rubygems_version: 3.
|
55
|
+
rubygems_version: 3.5.23
|
55
56
|
signing_key:
|
56
57
|
specification_version: 4
|
57
58
|
summary: Simple, safe way to store and distribute tensors
|