safetensors 0.1.4-x64-mingw-ucrt → 0.2.0-x64-mingw-ucrt
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 +5 -0
- data/Cargo.lock +38 -38
- data/LICENSE-THIRD-PARTY.txt +10 -10
- 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 +3 -4
- data/lib/safetensors/3.1/safetensors.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: '078a8ae5cb396346a4599cf4d1aa94d2635313bc89cfc0cbddd5a96d865e31d4'
|
4
|
+
data.tar.gz: 73fcd86cb3e2ec7697c66b67748a1b13232e2e4ede24fe6a3a73708b8bf96b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5cb9ef3be02a69e90308f5602e1fb7b362d13aa8e223bb442bc1f5bc09546b53e8d7147182bd239bd18279ab45162920ba4ff655edab39accfe2fadb9ddcf79
|
7
|
+
data.tar.gz: 9000211fff55a519c825e9199a86c7951c2b8069c8e983f6f8097fb5e25cb8c455c1a948804f205a684c1de820d3e6577b3afb0d5f292d8997a5c16c8c60e843
|
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.9.
|
36
|
+
version = "2.9.1"
|
37
37
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
-
checksum = "
|
38
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
39
39
|
|
40
40
|
[[package]]
|
41
41
|
name = "cexpr"
|
@@ -48,9 +48,9 @@ dependencies = [
|
|
48
48
|
|
49
49
|
[[package]]
|
50
50
|
name = "cfg-if"
|
51
|
-
version = "1.0.
|
51
|
+
version = "1.0.1"
|
52
52
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
-
checksum = "
|
53
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
54
54
|
|
55
55
|
[[package]]
|
56
56
|
name = "clang-sys"
|
@@ -104,15 +104,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
104
104
|
|
105
105
|
[[package]]
|
106
106
|
name = "libc"
|
107
|
-
version = "0.2.
|
107
|
+
version = "0.2.174"
|
108
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "
|
109
|
+
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
110
110
|
|
111
111
|
[[package]]
|
112
112
|
name = "libloading"
|
113
|
-
version = "0.8.
|
113
|
+
version = "0.8.8"
|
114
114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
-
checksum = "
|
115
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
116
116
|
dependencies = [
|
117
117
|
"cfg-if",
|
118
118
|
"windows-targets",
|
@@ -143,9 +143,9 @@ dependencies = [
|
|
143
143
|
|
144
144
|
[[package]]
|
145
145
|
name = "memchr"
|
146
|
-
version = "2.7.
|
146
|
+
version = "2.7.5"
|
147
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
148
|
-
checksum = "
|
148
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
149
149
|
|
150
150
|
[[package]]
|
151
151
|
name = "memmap2"
|
@@ -192,18 +192,18 @@ dependencies = [
|
|
192
192
|
|
193
193
|
[[package]]
|
194
194
|
name = "rb-sys"
|
195
|
-
version = "0.9.
|
195
|
+
version = "0.9.116"
|
196
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
197
|
+
checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
|
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.116"
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
206
|
-
checksum = "
|
206
|
+
checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
|
207
207
|
dependencies = [
|
208
208
|
"bindgen",
|
209
209
|
"lazy_static",
|
@@ -263,19 +263,19 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
263
263
|
|
264
264
|
[[package]]
|
265
265
|
name = "safetensors"
|
266
|
-
version = "0.
|
266
|
+
version = "0.2.0"
|
267
267
|
dependencies = [
|
268
268
|
"magnus",
|
269
269
|
"memmap2",
|
270
|
-
"safetensors 0.
|
270
|
+
"safetensors 0.6.0",
|
271
271
|
"serde_json",
|
272
272
|
]
|
273
273
|
|
274
274
|
[[package]]
|
275
275
|
name = "safetensors"
|
276
|
-
version = "0.
|
276
|
+
version = "0.6.0"
|
277
277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
278
|
-
checksum = "
|
278
|
+
checksum = "617df84b8360fc910a687afe4be1c4660bf7c090d448d2fc27c781e852205f7c"
|
279
279
|
dependencies = [
|
280
280
|
"serde",
|
281
281
|
"serde_json",
|
@@ -333,9 +333,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
333
333
|
|
334
334
|
[[package]]
|
335
335
|
name = "syn"
|
336
|
-
version = "2.0.
|
336
|
+
version = "2.0.104"
|
337
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
-
checksum = "
|
338
|
+
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
339
339
|
dependencies = [
|
340
340
|
"proc-macro2",
|
341
341
|
"quote",
|
@@ -350,9 +350,9 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
350
350
|
|
351
351
|
[[package]]
|
352
352
|
name = "windows-targets"
|
353
|
-
version = "0.
|
353
|
+
version = "0.53.2"
|
354
354
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
355
|
-
checksum = "
|
355
|
+
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
356
356
|
dependencies = [
|
357
357
|
"windows_aarch64_gnullvm",
|
358
358
|
"windows_aarch64_msvc",
|
@@ -366,48 +366,48 @@ dependencies = [
|
|
366
366
|
|
367
367
|
[[package]]
|
368
368
|
name = "windows_aarch64_gnullvm"
|
369
|
-
version = "0.
|
369
|
+
version = "0.53.0"
|
370
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
-
checksum = "
|
371
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
372
372
|
|
373
373
|
[[package]]
|
374
374
|
name = "windows_aarch64_msvc"
|
375
|
-
version = "0.
|
375
|
+
version = "0.53.0"
|
376
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
377
|
-
checksum = "
|
377
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
378
378
|
|
379
379
|
[[package]]
|
380
380
|
name = "windows_i686_gnu"
|
381
|
-
version = "0.
|
381
|
+
version = "0.53.0"
|
382
382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
383
|
-
checksum = "
|
383
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
384
384
|
|
385
385
|
[[package]]
|
386
386
|
name = "windows_i686_gnullvm"
|
387
|
-
version = "0.
|
387
|
+
version = "0.53.0"
|
388
388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
389
|
-
checksum = "
|
389
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
390
390
|
|
391
391
|
[[package]]
|
392
392
|
name = "windows_i686_msvc"
|
393
|
-
version = "0.
|
393
|
+
version = "0.53.0"
|
394
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
395
|
-
checksum = "
|
395
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
396
396
|
|
397
397
|
[[package]]
|
398
398
|
name = "windows_x86_64_gnu"
|
399
|
-
version = "0.
|
399
|
+
version = "0.53.0"
|
400
400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
401
|
-
checksum = "
|
401
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
402
402
|
|
403
403
|
[[package]]
|
404
404
|
name = "windows_x86_64_gnullvm"
|
405
|
-
version = "0.
|
405
|
+
version = "0.53.0"
|
406
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
407
|
-
checksum = "
|
407
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
408
408
|
|
409
409
|
[[package]]
|
410
410
|
name = "windows_x86_64_msvc"
|
411
|
-
version = "0.
|
411
|
+
version = "0.53.0"
|
412
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413
|
-
checksum = "
|
413
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
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.9.
|
13
|
+
bitflags v2.9.1
|
14
14
|
https://github.com/bitflags/bitflags
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -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.174
|
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.8
|
54
54
|
https://github.com/nagisa/rust_libloading/
|
55
55
|
ISC
|
56
56
|
|
@@ -62,7 +62,7 @@ magnus-macros v0.6.0
|
|
62
62
|
https://github.com/matsadler/magnus
|
63
63
|
MIT
|
64
64
|
|
65
|
-
memchr v2.7.
|
65
|
+
memchr v2.7.5
|
66
66
|
https://github.com/BurntSushi/memchr
|
67
67
|
Unlicense OR MIT
|
68
68
|
|
@@ -86,11 +86,11 @@ quote v1.0.40
|
|
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.116
|
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.116
|
94
94
|
https://github.com/oxidize-rb/rb-sys
|
95
95
|
MIT OR Apache-2.0
|
96
96
|
|
@@ -118,7 +118,7 @@ ryu v1.0.20
|
|
118
118
|
https://github.com/dtolnay/ryu
|
119
119
|
Apache-2.0 OR BSL-1.0
|
120
120
|
|
121
|
-
safetensors v0.
|
121
|
+
safetensors v0.6.0
|
122
122
|
https://github.com/huggingface/safetensors
|
123
123
|
Apache-2.0
|
124
124
|
|
@@ -146,7 +146,7 @@ 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.104
|
150
150
|
https://github.com/dtolnay/syn
|
151
151
|
MIT OR Apache-2.0
|
152
152
|
|
@@ -154,11 +154,11 @@ unicode-ident v1.0.18
|
|
154
154
|
https://github.com/dtolnay/unicode-ident
|
155
155
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
156
156
|
|
157
|
-
windows-targets v0.
|
157
|
+
windows-targets v0.53.2
|
158
158
|
https://github.com/microsoft/windows-rs
|
159
159
|
MIT OR Apache-2.0
|
160
160
|
|
161
|
-
windows_x86_64_gnu v0.
|
161
|
+
windows_x86_64_gnu v0.53.0
|
162
162
|
https://github.com/microsoft/windows-rs
|
163
163
|
MIT OR Apache-2.0
|
164
164
|
|
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.
|
4
|
+
version: 0.2.0
|
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: 2025-
|
11
|
+
date: 2025-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|
@@ -23,7 +23,6 @@ files:
|
|
23
23
|
- LICENSE.txt
|
24
24
|
- README.md
|
25
25
|
- lib/safetensors.rb
|
26
|
-
- lib/safetensors/3.1/safetensors.so
|
27
26
|
- lib/safetensors/3.2/safetensors.so
|
28
27
|
- lib/safetensors/3.3/safetensors.so
|
29
28
|
- lib/safetensors/3.4/safetensors.so
|
@@ -42,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
41
|
requirements:
|
43
42
|
- - ">="
|
44
43
|
- !ruby/object:Gem::Version
|
45
|
-
version: '3.
|
44
|
+
version: '3.2'
|
46
45
|
- - "<"
|
47
46
|
- !ruby/object:Gem::Version
|
48
47
|
version: 3.5.dev
|
Binary file
|