safetensors 0.1.3-arm64-darwin → 0.1.4-arm64-darwin
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +34 -34
- data/LICENSE-THIRD-PARTY.txt +16 -16
- data/lib/safetensors/3.1/safetensors.bundle +0 -0
- data/lib/safetensors/3.2/safetensors.bundle +0 -0
- data/lib/safetensors/3.3/safetensors.bundle +0 -0
- data/lib/safetensors/3.4/safetensors.bundle +0 -0
- data/lib/safetensors/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98c2a51576a86b7cf25be909b0df1c4d79ec52fa2b981c1eefef27d681fc267b
|
4
|
+
data.tar.gz: 685bbc081f082783bab793590eade4f7995ca06edddbdb6afbae52b0cddea3c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f826e8d934baae3b8da4ca4345c3d9e1698ef43efcb46fa0ccd4f3eacc244319f01aa477cd578ab15fffc72bb771a24075d7a9498996b17e9323ea5d9811c3b6
|
7
|
+
data.tar.gz: 1d18c28d39037b77c429e9156a1dfb7c9891fa94d939248b1396ff5195e338f0c0f0ddecd938032a0276dfb7fe6bef1b7f19bc0cf9b0460f571f536a6f363658
|
data/CHANGELOG.md
CHANGED
data/Cargo.lock
CHANGED
@@ -33,9 +33,9 @@ dependencies = [
|
|
33
33
|
|
34
34
|
[[package]]
|
35
35
|
name = "bitflags"
|
36
|
-
version = "2.
|
36
|
+
version = "2.9.0"
|
37
37
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
-
checksum = "
|
38
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
39
39
|
|
40
40
|
[[package]]
|
41
41
|
name = "cexpr"
|
@@ -65,9 +65,9 @@ dependencies = [
|
|
65
65
|
|
66
66
|
[[package]]
|
67
67
|
name = "either"
|
68
|
-
version = "1.
|
68
|
+
version = "1.15.0"
|
69
69
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
70
|
-
checksum = "
|
70
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
71
71
|
|
72
72
|
[[package]]
|
73
73
|
name = "glob"
|
@@ -86,9 +86,9 @@ dependencies = [
|
|
86
86
|
|
87
87
|
[[package]]
|
88
88
|
name = "itoa"
|
89
|
-
version = "1.0.
|
89
|
+
version = "1.0.15"
|
90
90
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
91
|
-
checksum = "
|
91
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
92
92
|
|
93
93
|
[[package]]
|
94
94
|
name = "lazy_static"
|
@@ -104,9 +104,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
104
104
|
|
105
105
|
[[package]]
|
106
106
|
name = "libc"
|
107
|
-
version = "0.2.
|
107
|
+
version = "0.2.172"
|
108
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "
|
109
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
110
110
|
|
111
111
|
[[package]]
|
112
112
|
name = "libloading"
|
@@ -174,36 +174,36 @@ dependencies = [
|
|
174
174
|
|
175
175
|
[[package]]
|
176
176
|
name = "proc-macro2"
|
177
|
-
version = "1.0.
|
177
|
+
version = "1.0.95"
|
178
178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
179
|
-
checksum = "
|
179
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
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.40"
|
187
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
188
|
-
checksum = "
|
188
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
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.111"
|
196
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
197
|
+
checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
|
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.111"
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
206
|
-
checksum = "
|
206
|
+
checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
|
207
207
|
dependencies = [
|
208
208
|
"bindgen",
|
209
209
|
"lazy_static",
|
@@ -257,25 +257,25 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
257
257
|
|
258
258
|
[[package]]
|
259
259
|
name = "ryu"
|
260
|
-
version = "1.0.
|
260
|
+
version = "1.0.20"
|
261
261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
262
|
-
checksum = "
|
262
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
263
263
|
|
264
264
|
[[package]]
|
265
265
|
name = "safetensors"
|
266
|
-
version = "0.1.
|
266
|
+
version = "0.1.4"
|
267
267
|
dependencies = [
|
268
268
|
"magnus",
|
269
269
|
"memmap2",
|
270
|
-
"safetensors 0.
|
270
|
+
"safetensors 0.5.3",
|
271
271
|
"serde_json",
|
272
272
|
]
|
273
273
|
|
274
274
|
[[package]]
|
275
275
|
name = "safetensors"
|
276
|
-
version = "0.
|
276
|
+
version = "0.5.3"
|
277
277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
278
|
-
checksum = "
|
278
|
+
checksum = "cc0cdb7198d738a111f6df8fef42cb175412c311d0c4ac9126ff4e550ad1a0e8"
|
279
279
|
dependencies = [
|
280
280
|
"serde",
|
281
281
|
"serde_json",
|
@@ -283,24 +283,24 @@ dependencies = [
|
|
283
283
|
|
284
284
|
[[package]]
|
285
285
|
name = "seq-macro"
|
286
|
-
version = "0.3.
|
286
|
+
version = "0.3.6"
|
287
287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
288
|
-
checksum = "
|
288
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
289
289
|
|
290
290
|
[[package]]
|
291
291
|
name = "serde"
|
292
|
-
version = "1.0.
|
292
|
+
version = "1.0.219"
|
293
293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
294
|
-
checksum = "
|
294
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
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.219"
|
302
302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
303
|
-
checksum = "
|
303
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
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.140"
|
313
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
314
|
-
checksum = "
|
314
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
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.101"
|
337
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
-
checksum = "
|
338
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
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.18"
|
348
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
349
|
-
checksum = "
|
349
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
350
350
|
|
351
351
|
[[package]]
|
352
352
|
name = "windows-targets"
|
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -10,7 +10,7 @@ bindgen v0.69.5
|
|
10
10
|
https://rust-lang.github.io/rust-bindgen/
|
11
11
|
BSD-3-Clause
|
12
12
|
|
13
|
-
bitflags v2.
|
13
|
+
bitflags v2.9.0
|
14
14
|
https://github.com/bitflags/bitflags
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -26,7 +26,7 @@ clang-sys v1.8.1
|
|
26
26
|
https://github.com/KyleMayes/clang-sys
|
27
27
|
Apache-2.0
|
28
28
|
|
29
|
-
either v1.
|
29
|
+
either v1.15.0
|
30
30
|
https://github.com/rayon-rs/either
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -38,7 +38,7 @@ itertools v0.12.1
|
|
38
38
|
https://github.com/rust-itertools/itertools
|
39
39
|
MIT OR Apache-2.0
|
40
40
|
|
41
|
-
itoa v1.0.
|
41
|
+
itoa v1.0.15
|
42
42
|
https://github.com/dtolnay/itoa
|
43
43
|
MIT OR Apache-2.0
|
44
44
|
|
@@ -50,7 +50,7 @@ lazycell v1.3.0
|
|
50
50
|
https://github.com/indiv0/lazycell
|
51
51
|
MIT/Apache-2.0
|
52
52
|
|
53
|
-
libc v0.2.
|
53
|
+
libc v0.2.172
|
54
54
|
https://github.com/rust-lang/libc
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
@@ -82,19 +82,19 @@ nom v7.1.3
|
|
82
82
|
https://github.com/Geal/nom
|
83
83
|
MIT
|
84
84
|
|
85
|
-
proc-macro2 v1.0.
|
85
|
+
proc-macro2 v1.0.95
|
86
86
|
https://github.com/dtolnay/proc-macro2
|
87
87
|
MIT OR Apache-2.0
|
88
88
|
|
89
|
-
quote v1.0.
|
89
|
+
quote v1.0.40
|
90
90
|
https://github.com/dtolnay/quote
|
91
91
|
MIT OR Apache-2.0
|
92
92
|
|
93
|
-
rb-sys v0.9.
|
93
|
+
rb-sys v0.9.111
|
94
94
|
https://github.com/oxidize-rb/rb-sys
|
95
95
|
MIT OR Apache-2.0
|
96
96
|
|
97
|
-
rb-sys-build v0.9.
|
97
|
+
rb-sys-build v0.9.111
|
98
98
|
https://github.com/oxidize-rb/rb-sys
|
99
99
|
MIT OR Apache-2.0
|
100
100
|
|
@@ -118,27 +118,27 @@ rustc-hash v1.1.0
|
|
118
118
|
https://github.com/rust-lang-nursery/rustc-hash
|
119
119
|
Apache-2.0/MIT
|
120
120
|
|
121
|
-
ryu v1.0.
|
121
|
+
ryu v1.0.20
|
122
122
|
https://github.com/dtolnay/ryu
|
123
123
|
Apache-2.0 OR BSL-1.0
|
124
124
|
|
125
|
-
safetensors v0.
|
125
|
+
safetensors v0.5.3
|
126
126
|
https://github.com/huggingface/safetensors
|
127
127
|
Apache-2.0
|
128
128
|
|
129
|
-
seq-macro v0.3.
|
129
|
+
seq-macro v0.3.6
|
130
130
|
https://github.com/dtolnay/seq-macro
|
131
131
|
MIT OR Apache-2.0
|
132
132
|
|
133
|
-
serde v1.0.
|
133
|
+
serde v1.0.219
|
134
134
|
https://serde.rs
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
137
|
-
serde_derive v1.0.
|
137
|
+
serde_derive v1.0.219
|
138
138
|
https://serde.rs
|
139
139
|
MIT OR Apache-2.0
|
140
140
|
|
141
|
-
serde_json v1.0.
|
141
|
+
serde_json v1.0.140
|
142
142
|
https://github.com/serde-rs/json
|
143
143
|
MIT OR Apache-2.0
|
144
144
|
|
@@ -150,11 +150,11 @@ shlex v1.3.0
|
|
150
150
|
https://github.com/comex/rust-shlex
|
151
151
|
MIT OR Apache-2.0
|
152
152
|
|
153
|
-
syn v2.0.
|
153
|
+
syn v2.0.101
|
154
154
|
https://github.com/dtolnay/syn
|
155
155
|
MIT OR Apache-2.0
|
156
156
|
|
157
|
-
unicode-ident v1.0.
|
157
|
+
unicode-ident v1.0.18
|
158
158
|
https://github.com/dtolnay/unicode-ident
|
159
159
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
160
160
|
|
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.4
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|