safetensors 0.1.0-arm64-darwin → 0.1.2-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/Cargo.lock +73 -74
- data/LICENSE-THIRD-PARTY.txt +226 -226
- 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/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: eb327386fe89f88e22f5a729c2021c4b77550d9f8e88c5da71c2ae66d09a1458
|
4
|
+
data.tar.gz: d7f449e0b6c8cad4800bc6972a6578eb6ff783af63a77df4dd0c69f582994929
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a76cd4fb74bcd611cf2547347f01c22696e997644d33805b329b4a74d5ddf8db8ff21b5098d4e078e32d0c98f6f10398e11783e65c2c4e37f5c60e8f1f50da8
|
7
|
+
data.tar.gz: e642527db0258bdb4349b84e9d7b36c5459e19eb674f6f6f7f6c4d1732c7a5b04c5dc2f2323ef504fa962ec2a45c1948f8a7d01720a4e2b13d1c4e44612c9077
|
data/CHANGELOG.md
CHANGED
data/Cargo.lock
CHANGED
@@ -4,9 +4,9 @@ version = 3
|
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "aho-corasick"
|
7
|
-
version = "1.1.
|
7
|
+
version = "1.1.3"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
10
10
|
dependencies = [
|
11
11
|
"memchr",
|
12
12
|
]
|
@@ -33,9 +33,9 @@ dependencies = [
|
|
33
33
|
|
34
34
|
[[package]]
|
35
35
|
name = "bitflags"
|
36
|
-
version = "2.
|
36
|
+
version = "2.6.0"
|
37
37
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
-
checksum = "
|
38
|
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
39
39
|
|
40
40
|
[[package]]
|
41
41
|
name = "cexpr"
|
@@ -54,9 +54,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
54
54
|
|
55
55
|
[[package]]
|
56
56
|
name = "clang-sys"
|
57
|
-
version = "1.
|
57
|
+
version = "1.8.1"
|
58
58
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
59
|
-
checksum = "
|
59
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
60
60
|
dependencies = [
|
61
61
|
"glob",
|
62
62
|
"libc",
|
@@ -65,9 +65,9 @@ dependencies = [
|
|
65
65
|
|
66
66
|
[[package]]
|
67
67
|
name = "either"
|
68
|
-
version = "1.
|
68
|
+
version = "1.13.0"
|
69
69
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
70
|
-
checksum = "
|
70
|
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
71
71
|
|
72
72
|
[[package]]
|
73
73
|
name = "glob"
|
@@ -86,15 +86,15 @@ dependencies = [
|
|
86
86
|
|
87
87
|
[[package]]
|
88
88
|
name = "itoa"
|
89
|
-
version = "1.0.
|
89
|
+
version = "1.0.11"
|
90
90
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
91
|
-
checksum = "
|
91
|
+
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
92
92
|
|
93
93
|
[[package]]
|
94
94
|
name = "lazy_static"
|
95
|
-
version = "1.
|
95
|
+
version = "1.5.0"
|
96
96
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
97
|
-
checksum = "
|
97
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
98
98
|
|
99
99
|
[[package]]
|
100
100
|
name = "lazycell"
|
@@ -104,25 +104,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
104
104
|
|
105
105
|
[[package]]
|
106
106
|
name = "libc"
|
107
|
-
version = "0.2.
|
107
|
+
version = "0.2.157"
|
108
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
109
|
-
checksum = "
|
109
|
+
checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
|
110
110
|
|
111
111
|
[[package]]
|
112
112
|
name = "libloading"
|
113
|
-
version = "0.8.
|
113
|
+
version = "0.8.5"
|
114
114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
115
|
-
checksum = "
|
115
|
+
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
116
116
|
dependencies = [
|
117
117
|
"cfg-if",
|
118
|
-
"windows-
|
118
|
+
"windows-targets",
|
119
119
|
]
|
120
120
|
|
121
121
|
[[package]]
|
122
122
|
name = "magnus"
|
123
|
-
version = "0.
|
123
|
+
version = "0.7.1"
|
124
124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
125
|
-
checksum = "
|
125
|
+
checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
|
126
126
|
dependencies = [
|
127
127
|
"magnus-macros",
|
128
128
|
"rb-sys",
|
@@ -143,9 +143,9 @@ dependencies = [
|
|
143
143
|
|
144
144
|
[[package]]
|
145
145
|
name = "memchr"
|
146
|
-
version = "2.7.
|
146
|
+
version = "2.7.4"
|
147
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
148
|
-
checksum = "
|
148
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
149
149
|
|
150
150
|
[[package]]
|
151
151
|
name = "memmap2"
|
@@ -174,36 +174,36 @@ dependencies = [
|
|
174
174
|
|
175
175
|
[[package]]
|
176
176
|
name = "proc-macro2"
|
177
|
-
version = "1.0.
|
177
|
+
version = "1.0.86"
|
178
178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
179
|
-
checksum = "
|
179
|
+
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
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.36"
|
187
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
188
|
-
checksum = "
|
188
|
+
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
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.101"
|
196
196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
197
|
-
checksum = "
|
197
|
+
checksum = "1ba2704ccfa7875c91792c57a9aa7c3caac524d3036c122e36eeddad6f6e7c6f"
|
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.101"
|
205
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
206
|
-
checksum = "
|
206
|
+
checksum = "c73585ec80c217b7a81257ca9bb89b191b5e452ec4b9106dc4c2e4e96a822242"
|
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.10.
|
225
|
+
version = "1.10.6"
|
226
226
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227
|
-
checksum = "
|
227
|
+
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
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.7"
|
238
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
239
|
-
checksum = "
|
239
|
+
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
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.4"
|
249
249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
250
|
-
checksum = "
|
250
|
+
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
251
251
|
|
252
252
|
[[package]]
|
253
253
|
name = "rustc-hash"
|
@@ -257,25 +257,25 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
257
257
|
|
258
258
|
[[package]]
|
259
259
|
name = "ryu"
|
260
|
-
version = "1.0.
|
260
|
+
version = "1.0.18"
|
261
261
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
262
|
-
checksum = "
|
262
|
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
263
263
|
|
264
264
|
[[package]]
|
265
265
|
name = "safetensors"
|
266
|
-
version = "0.1.
|
266
|
+
version = "0.1.2"
|
267
267
|
dependencies = [
|
268
268
|
"magnus",
|
269
269
|
"memmap2",
|
270
|
-
"safetensors 0.4.
|
270
|
+
"safetensors 0.4.5",
|
271
271
|
"serde_json",
|
272
272
|
]
|
273
273
|
|
274
274
|
[[package]]
|
275
275
|
name = "safetensors"
|
276
|
-
version = "0.4.
|
276
|
+
version = "0.4.5"
|
277
277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
278
|
-
checksum = "
|
278
|
+
checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
|
279
279
|
dependencies = [
|
280
280
|
"serde",
|
281
281
|
"serde_json",
|
@@ -289,18 +289,18 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
289
289
|
|
290
290
|
[[package]]
|
291
291
|
name = "serde"
|
292
|
-
version = "1.0.
|
292
|
+
version = "1.0.208"
|
293
293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
294
|
-
checksum = "
|
294
|
+
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
|
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.208"
|
302
302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
303
|
-
checksum = "
|
303
|
+
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
|
304
304
|
dependencies = [
|
305
305
|
"proc-macro2",
|
306
306
|
"quote",
|
@@ -309,11 +309,12 @@ dependencies = [
|
|
309
309
|
|
310
310
|
[[package]]
|
311
311
|
name = "serde_json"
|
312
|
-
version = "1.0.
|
312
|
+
version = "1.0.125"
|
313
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
314
|
-
checksum = "
|
314
|
+
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
|
315
315
|
dependencies = [
|
316
316
|
"itoa",
|
317
|
+
"memchr",
|
317
318
|
"ryu",
|
318
319
|
"serde",
|
319
320
|
]
|
@@ -332,9 +333,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
332
333
|
|
333
334
|
[[package]]
|
334
335
|
name = "syn"
|
335
|
-
version = "2.0.
|
336
|
+
version = "2.0.75"
|
336
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
337
|
-
checksum = "
|
338
|
+
checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
|
338
339
|
dependencies = [
|
339
340
|
"proc-macro2",
|
340
341
|
"quote",
|
@@ -347,24 +348,16 @@ version = "1.0.12"
|
|
347
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
348
349
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
349
350
|
|
350
|
-
[[package]]
|
351
|
-
name = "windows-sys"
|
352
|
-
version = "0.48.0"
|
353
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
354
|
-
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
355
|
-
dependencies = [
|
356
|
-
"windows-targets",
|
357
|
-
]
|
358
|
-
|
359
351
|
[[package]]
|
360
352
|
name = "windows-targets"
|
361
|
-
version = "0.
|
353
|
+
version = "0.52.6"
|
362
354
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
363
|
-
checksum = "
|
355
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
364
356
|
dependencies = [
|
365
357
|
"windows_aarch64_gnullvm",
|
366
358
|
"windows_aarch64_msvc",
|
367
359
|
"windows_i686_gnu",
|
360
|
+
"windows_i686_gnullvm",
|
368
361
|
"windows_i686_msvc",
|
369
362
|
"windows_x86_64_gnu",
|
370
363
|
"windows_x86_64_gnullvm",
|
@@ -373,42 +366,48 @@ dependencies = [
|
|
373
366
|
|
374
367
|
[[package]]
|
375
368
|
name = "windows_aarch64_gnullvm"
|
376
|
-
version = "0.
|
369
|
+
version = "0.52.6"
|
377
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
378
|
-
checksum = "
|
371
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
379
372
|
|
380
373
|
[[package]]
|
381
374
|
name = "windows_aarch64_msvc"
|
382
|
-
version = "0.
|
375
|
+
version = "0.52.6"
|
383
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
384
|
-
checksum = "
|
377
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
385
378
|
|
386
379
|
[[package]]
|
387
380
|
name = "windows_i686_gnu"
|
388
|
-
version = "0.
|
381
|
+
version = "0.52.6"
|
382
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
383
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
384
|
+
|
385
|
+
[[package]]
|
386
|
+
name = "windows_i686_gnullvm"
|
387
|
+
version = "0.52.6"
|
389
388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
390
|
-
checksum = "
|
389
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
391
390
|
|
392
391
|
[[package]]
|
393
392
|
name = "windows_i686_msvc"
|
394
|
-
version = "0.
|
393
|
+
version = "0.52.6"
|
395
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
396
|
-
checksum = "
|
395
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
397
396
|
|
398
397
|
[[package]]
|
399
398
|
name = "windows_x86_64_gnu"
|
400
|
-
version = "0.
|
399
|
+
version = "0.52.6"
|
401
400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
402
|
-
checksum = "
|
401
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
403
402
|
|
404
403
|
[[package]]
|
405
404
|
name = "windows_x86_64_gnullvm"
|
406
|
-
version = "0.
|
405
|
+
version = "0.52.6"
|
407
406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
408
|
-
checksum = "
|
407
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
409
408
|
|
410
409
|
[[package]]
|
411
410
|
name = "windows_x86_64_msvc"
|
412
|
-
version = "0.
|
411
|
+
version = "0.52.6"
|
413
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
414
|
-
checksum = "
|
413
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Summary
|
3
3
|
================================================================================
|
4
4
|
|
5
|
-
aho-corasick v1.1.
|
5
|
+
aho-corasick v1.1.3
|
6
6
|
https://github.com/BurntSushi/aho-corasick
|
7
7
|
Unlicense OR MIT
|
8
8
|
|
@@ -10,7 +10,7 @@ bindgen v0.69.4
|
|
10
10
|
https://rust-lang.github.io/rust-bindgen/
|
11
11
|
BSD-3-Clause
|
12
12
|
|
13
|
-
bitflags v2.
|
13
|
+
bitflags v2.6.0
|
14
14
|
https://github.com/bitflags/bitflags
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -22,11 +22,11 @@ cfg-if v1.0.0
|
|
22
22
|
https://github.com/alexcrichton/cfg-if
|
23
23
|
MIT/Apache-2.0
|
24
24
|
|
25
|
-
clang-sys v1.
|
25
|
+
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.13.0
|
30
30
|
https://github.com/rayon-rs/either
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -38,27 +38,27 @@ 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.11
|
42
42
|
https://github.com/dtolnay/itoa
|
43
43
|
MIT OR Apache-2.0
|
44
44
|
|
45
|
-
lazy_static v1.
|
45
|
+
lazy_static v1.5.0
|
46
46
|
https://github.com/rust-lang-nursery/lazy-static.rs
|
47
|
-
MIT
|
47
|
+
MIT OR Apache-2.0
|
48
48
|
|
49
49
|
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.157
|
54
54
|
https://github.com/rust-lang/libc
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
57
|
-
libloading v0.8.
|
57
|
+
libloading v0.8.5
|
58
58
|
https://github.com/nagisa/rust_libloading/
|
59
59
|
ISC
|
60
60
|
|
61
|
-
magnus v0.
|
61
|
+
magnus v0.7.1
|
62
62
|
https://github.com/matsadler/magnus
|
63
63
|
MIT
|
64
64
|
|
@@ -66,7 +66,7 @@ magnus-macros v0.6.0
|
|
66
66
|
https://github.com/matsadler/magnus
|
67
67
|
MIT
|
68
68
|
|
69
|
-
memchr v2.7.
|
69
|
+
memchr v2.7.4
|
70
70
|
https://github.com/BurntSushi/memchr
|
71
71
|
Unlicense OR MIT
|
72
72
|
|
@@ -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.86
|
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.36
|
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.101
|
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.101
|
98
98
|
https://github.com/oxidize-rb/rb-sys
|
99
99
|
MIT OR Apache-2.0
|
100
100
|
|
@@ -102,15 +102,15 @@ rb-sys-env v0.1.2
|
|
102
102
|
https://github.com/oxidize-rb/rb-sys
|
103
103
|
MIT OR Apache-2.0
|
104
104
|
|
105
|
-
regex v1.10.
|
105
|
+
regex v1.10.6
|
106
106
|
https://github.com/rust-lang/regex
|
107
107
|
MIT OR Apache-2.0
|
108
108
|
|
109
|
-
regex-automata v0.4.
|
109
|
+
regex-automata v0.4.7
|
110
110
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
111
111
|
MIT OR Apache-2.0
|
112
112
|
|
113
|
-
regex-syntax v0.8.
|
113
|
+
regex-syntax v0.8.4
|
114
114
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
115
115
|
MIT OR Apache-2.0
|
116
116
|
|
@@ -118,11 +118,11 @@ 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.18
|
122
122
|
https://github.com/dtolnay/ryu
|
123
123
|
Apache-2.0 OR BSL-1.0
|
124
124
|
|
125
|
-
safetensors v0.4.
|
125
|
+
safetensors v0.4.5
|
126
126
|
https://github.com/huggingface/safetensors
|
127
127
|
Apache-2.0
|
128
128
|
|
@@ -130,15 +130,15 @@ seq-macro v0.3.5
|
|
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.208
|
134
134
|
https://serde.rs
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
137
|
-
serde_derive v1.0.
|
137
|
+
serde_derive v1.0.208
|
138
138
|
https://serde.rs
|
139
139
|
MIT OR Apache-2.0
|
140
140
|
|
141
|
-
serde_json v1.0.
|
141
|
+
serde_json v1.0.125
|
142
142
|
https://github.com/serde-rs/json
|
143
143
|
MIT OR Apache-2.0
|
144
144
|
|
@@ -150,7 +150,7 @@ 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.75
|
154
154
|
https://github.com/dtolnay/syn
|
155
155
|
MIT OR Apache-2.0
|
156
156
|
|
@@ -967,208 +967,208 @@ DEALINGS IN THE SOFTWARE.
|
|
967
967
|
clang-sys LICENSE.txt
|
968
968
|
================================================================================
|
969
969
|
|
970
|
-
|
971
|
-
Apache License
|
972
|
-
Version 2.0, January 2004
|
973
|
-
http://www.apache.org/licenses/
|
974
|
-
|
975
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
976
|
-
|
977
|
-
1. Definitions.
|
978
|
-
|
979
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
980
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
981
|
-
|
982
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
983
|
-
the copyright owner that is granting the License.
|
984
|
-
|
985
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
986
|
-
other entities that control, are controlled by, or are under common
|
987
|
-
control with that entity. For the purposes of this definition,
|
988
|
-
"control" means (i) the power, direct or indirect, to cause the
|
989
|
-
direction or management of such entity, whether by contract or
|
990
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
991
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
992
|
-
|
993
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
994
|
-
exercising permissions granted by this License.
|
995
|
-
|
996
|
-
"Source" form shall mean the preferred form for making modifications,
|
997
|
-
including but not limited to software source code, documentation
|
998
|
-
source, and configuration files.
|
999
|
-
|
1000
|
-
"Object" form shall mean any form resulting from mechanical
|
1001
|
-
transformation or translation of a Source form, including but
|
1002
|
-
not limited to compiled object code, generated documentation,
|
1003
|
-
and conversions to other media types.
|
1004
|
-
|
1005
|
-
"Work" shall mean the work of authorship, whether in Source or
|
1006
|
-
Object form, made available under the License, as indicated by a
|
1007
|
-
copyright notice that is included in or attached to the work
|
1008
|
-
(an example is provided in the Appendix below).
|
1009
|
-
|
1010
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
1011
|
-
form, that is based on (or derived from) the Work and for which the
|
1012
|
-
editorial revisions, annotations, elaborations, or other modifications
|
1013
|
-
represent, as a whole, an original work of authorship. For the purposes
|
1014
|
-
of this License, Derivative Works shall not include works that remain
|
1015
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
1016
|
-
the Work and Derivative Works thereof.
|
1017
|
-
|
1018
|
-
"Contribution" shall mean any work of authorship, including
|
1019
|
-
the original version of the Work and any modifications or additions
|
1020
|
-
to that Work or Derivative Works thereof, that is intentionally
|
1021
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
1022
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
1023
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
1024
|
-
means any form of electronic, verbal, or written communication sent
|
1025
|
-
to the Licensor or its representatives, including but not limited to
|
1026
|
-
communication on electronic mailing lists, source code control systems,
|
1027
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
1028
|
-
Licensor for the purpose of discussing and improving the Work, but
|
1029
|
-
excluding communication that is conspicuously marked or otherwise
|
1030
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
1031
|
-
|
1032
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1033
|
-
on behalf of whom a Contribution has been received by Licensor and
|
1034
|
-
subsequently incorporated within the Work.
|
1035
|
-
|
1036
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
1037
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1038
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1039
|
-
copyright license to reproduce, prepare Derivative Works of,
|
1040
|
-
publicly display, publicly perform, sublicense, and distribute the
|
1041
|
-
Work and such Derivative Works in Source or Object form.
|
1042
|
-
|
1043
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
1044
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1045
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1046
|
-
(except as stated in this section) patent license to make, have made,
|
1047
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1048
|
-
where such license applies only to those patent claims licensable
|
1049
|
-
by such Contributor that are necessarily infringed by their
|
1050
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
1051
|
-
with the Work to which such Contribution(s) was submitted. If You
|
1052
|
-
institute patent litigation against any entity (including a
|
1053
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1054
|
-
or a Contribution incorporated within the Work constitutes direct
|
1055
|
-
or contributory patent infringement, then any patent licenses
|
1056
|
-
granted to You under this License for that Work shall terminate
|
1057
|
-
as of the date such litigation is filed.
|
1058
|
-
|
1059
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
1060
|
-
Work or Derivative Works thereof in any medium, with or without
|
1061
|
-
modifications, and in Source or Object form, provided that You
|
1062
|
-
meet the following conditions:
|
1063
|
-
|
1064
|
-
(a) You must give any other recipients of the Work or
|
1065
|
-
Derivative Works a copy of this License; and
|
1066
|
-
|
1067
|
-
(b) You must cause any modified files to carry prominent notices
|
1068
|
-
stating that You changed the files; and
|
1069
|
-
|
1070
|
-
(c) You must retain, in the Source form of any Derivative Works
|
1071
|
-
that You distribute, all copyright, patent, trademark, and
|
1072
|
-
attribution notices from the Source form of the Work,
|
1073
|
-
excluding those notices that do not pertain to any part of
|
1074
|
-
the Derivative Works; and
|
1075
|
-
|
1076
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
1077
|
-
distribution, then any Derivative Works that You distribute must
|
1078
|
-
include a readable copy of the attribution notices contained
|
1079
|
-
within such NOTICE file, excluding those notices that do not
|
1080
|
-
pertain to any part of the Derivative Works, in at least one
|
1081
|
-
of the following places: within a NOTICE text file distributed
|
1082
|
-
as part of the Derivative Works; within the Source form or
|
1083
|
-
documentation, if provided along with the Derivative Works; or,
|
1084
|
-
within a display generated by the Derivative Works, if and
|
1085
|
-
wherever such third-party notices normally appear. The contents
|
1086
|
-
of the NOTICE file are for informational purposes only and
|
1087
|
-
do not modify the License. You may add Your own attribution
|
1088
|
-
notices within Derivative Works that You distribute, alongside
|
1089
|
-
or as an addendum to the NOTICE text from the Work, provided
|
1090
|
-
that such additional attribution notices cannot be construed
|
1091
|
-
as modifying the License.
|
1092
|
-
|
1093
|
-
You may add Your own copyright statement to Your modifications and
|
1094
|
-
may provide additional or different license terms and conditions
|
1095
|
-
for use, reproduction, or distribution of Your modifications, or
|
1096
|
-
for any such Derivative Works as a whole, provided Your use,
|
1097
|
-
reproduction, and distribution of the Work otherwise complies with
|
1098
|
-
the conditions stated in this License.
|
1099
|
-
|
1100
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1101
|
-
any Contribution intentionally submitted for inclusion in the Work
|
1102
|
-
by You to the Licensor shall be under the terms and conditions of
|
1103
|
-
this License, without any additional terms or conditions.
|
1104
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
1105
|
-
the terms of any separate license agreement you may have executed
|
1106
|
-
with Licensor regarding such Contributions.
|
1107
|
-
|
1108
|
-
6. Trademarks. This License does not grant permission to use the trade
|
1109
|
-
names, trademarks, service marks, or product names of the Licensor,
|
1110
|
-
except as required for reasonable and customary use in describing the
|
1111
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
1112
|
-
|
1113
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
1114
|
-
agreed to in writing, Licensor provides the Work (and each
|
1115
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1116
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1117
|
-
implied, including, without limitation, any warranties or conditions
|
1118
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1119
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1120
|
-
appropriateness of using or redistributing the Work and assume any
|
1121
|
-
risks associated with Your exercise of permissions under this License.
|
1122
|
-
|
1123
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
1124
|
-
whether in tort (including negligence), contract, or otherwise,
|
1125
|
-
unless required by applicable law (such as deliberate and grossly
|
1126
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
1127
|
-
liable to You for damages, including any direct, indirect, special,
|
1128
|
-
incidental, or consequential damages of any character arising as a
|
1129
|
-
result of this License or out of the use or inability to use the
|
1130
|
-
Work (including but not limited to damages for loss of goodwill,
|
1131
|
-
work stoppage, computer failure or malfunction, or any and all
|
1132
|
-
other commercial damages or losses), even if such Contributor
|
1133
|
-
has been advised of the possibility of such damages.
|
1134
|
-
|
1135
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
1136
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
1137
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
1138
|
-
or other liability obligations and/or rights consistent with this
|
1139
|
-
License. However, in accepting such obligations, You may act only
|
1140
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
1141
|
-
of any other Contributor, and only if You agree to indemnify,
|
1142
|
-
defend, and hold each Contributor harmless for any liability
|
1143
|
-
incurred by, or claims asserted against, such Contributor by reason
|
1144
|
-
of your accepting any such warranty or additional liability.
|
1145
|
-
|
1146
|
-
END OF TERMS AND CONDITIONS
|
1147
|
-
|
1148
|
-
APPENDIX: How to apply the Apache License to your work.
|
1149
|
-
|
1150
|
-
To apply the Apache License to your work, attach the following
|
1151
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
1152
|
-
replaced with your own identifying information. (Don't include
|
1153
|
-
the brackets!) The text should be enclosed in the appropriate
|
1154
|
-
comment syntax for the file format. We also recommend that a
|
1155
|
-
file or class name and description of purpose be included on the
|
1156
|
-
same "printed page" as the copyright notice for easier
|
1157
|
-
identification within third-party archives.
|
1158
|
-
|
1159
|
-
Copyright [yyyy] [name of copyright owner]
|
1160
|
-
|
1161
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
1162
|
-
you may not use this file except in compliance with the License.
|
1163
|
-
You may obtain a copy of the License at
|
1164
|
-
|
1165
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
1166
|
-
|
1167
|
-
Unless required by applicable law or agreed to in writing, software
|
1168
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
1169
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
1170
|
-
See the License for the specific language governing permissions and
|
1171
|
-
limitations under the License.
|
970
|
+
|
971
|
+
Apache License
|
972
|
+
Version 2.0, January 2004
|
973
|
+
http://www.apache.org/licenses/
|
974
|
+
|
975
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
976
|
+
|
977
|
+
1. Definitions.
|
978
|
+
|
979
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
980
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
981
|
+
|
982
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
983
|
+
the copyright owner that is granting the License.
|
984
|
+
|
985
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
986
|
+
other entities that control, are controlled by, or are under common
|
987
|
+
control with that entity. For the purposes of this definition,
|
988
|
+
"control" means (i) the power, direct or indirect, to cause the
|
989
|
+
direction or management of such entity, whether by contract or
|
990
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
991
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
992
|
+
|
993
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
994
|
+
exercising permissions granted by this License.
|
995
|
+
|
996
|
+
"Source" form shall mean the preferred form for making modifications,
|
997
|
+
including but not limited to software source code, documentation
|
998
|
+
source, and configuration files.
|
999
|
+
|
1000
|
+
"Object" form shall mean any form resulting from mechanical
|
1001
|
+
transformation or translation of a Source form, including but
|
1002
|
+
not limited to compiled object code, generated documentation,
|
1003
|
+
and conversions to other media types.
|
1004
|
+
|
1005
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1006
|
+
Object form, made available under the License, as indicated by a
|
1007
|
+
copyright notice that is included in or attached to the work
|
1008
|
+
(an example is provided in the Appendix below).
|
1009
|
+
|
1010
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1011
|
+
form, that is based on (or derived from) the Work and for which the
|
1012
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1013
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1014
|
+
of this License, Derivative Works shall not include works that remain
|
1015
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1016
|
+
the Work and Derivative Works thereof.
|
1017
|
+
|
1018
|
+
"Contribution" shall mean any work of authorship, including
|
1019
|
+
the original version of the Work and any modifications or additions
|
1020
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1021
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1022
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1023
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1024
|
+
means any form of electronic, verbal, or written communication sent
|
1025
|
+
to the Licensor or its representatives, including but not limited to
|
1026
|
+
communication on electronic mailing lists, source code control systems,
|
1027
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1028
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1029
|
+
excluding communication that is conspicuously marked or otherwise
|
1030
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1031
|
+
|
1032
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1033
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1034
|
+
subsequently incorporated within the Work.
|
1035
|
+
|
1036
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1037
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1038
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1039
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1040
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1041
|
+
Work and such Derivative Works in Source or Object form.
|
1042
|
+
|
1043
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1044
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1045
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1046
|
+
(except as stated in this section) patent license to make, have made,
|
1047
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1048
|
+
where such license applies only to those patent claims licensable
|
1049
|
+
by such Contributor that are necessarily infringed by their
|
1050
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1051
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1052
|
+
institute patent litigation against any entity (including a
|
1053
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1054
|
+
or a Contribution incorporated within the Work constitutes direct
|
1055
|
+
or contributory patent infringement, then any patent licenses
|
1056
|
+
granted to You under this License for that Work shall terminate
|
1057
|
+
as of the date such litigation is filed.
|
1058
|
+
|
1059
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1060
|
+
Work or Derivative Works thereof in any medium, with or without
|
1061
|
+
modifications, and in Source or Object form, provided that You
|
1062
|
+
meet the following conditions:
|
1063
|
+
|
1064
|
+
(a) You must give any other recipients of the Work or
|
1065
|
+
Derivative Works a copy of this License; and
|
1066
|
+
|
1067
|
+
(b) You must cause any modified files to carry prominent notices
|
1068
|
+
stating that You changed the files; and
|
1069
|
+
|
1070
|
+
(c) You must retain, in the Source form of any Derivative Works
|
1071
|
+
that You distribute, all copyright, patent, trademark, and
|
1072
|
+
attribution notices from the Source form of the Work,
|
1073
|
+
excluding those notices that do not pertain to any part of
|
1074
|
+
the Derivative Works; and
|
1075
|
+
|
1076
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
1077
|
+
distribution, then any Derivative Works that You distribute must
|
1078
|
+
include a readable copy of the attribution notices contained
|
1079
|
+
within such NOTICE file, excluding those notices that do not
|
1080
|
+
pertain to any part of the Derivative Works, in at least one
|
1081
|
+
of the following places: within a NOTICE text file distributed
|
1082
|
+
as part of the Derivative Works; within the Source form or
|
1083
|
+
documentation, if provided along with the Derivative Works; or,
|
1084
|
+
within a display generated by the Derivative Works, if and
|
1085
|
+
wherever such third-party notices normally appear. The contents
|
1086
|
+
of the NOTICE file are for informational purposes only and
|
1087
|
+
do not modify the License. You may add Your own attribution
|
1088
|
+
notices within Derivative Works that You distribute, alongside
|
1089
|
+
or as an addendum to the NOTICE text from the Work, provided
|
1090
|
+
that such additional attribution notices cannot be construed
|
1091
|
+
as modifying the License.
|
1092
|
+
|
1093
|
+
You may add Your own copyright statement to Your modifications and
|
1094
|
+
may provide additional or different license terms and conditions
|
1095
|
+
for use, reproduction, or distribution of Your modifications, or
|
1096
|
+
for any such Derivative Works as a whole, provided Your use,
|
1097
|
+
reproduction, and distribution of the Work otherwise complies with
|
1098
|
+
the conditions stated in this License.
|
1099
|
+
|
1100
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1101
|
+
any Contribution intentionally submitted for inclusion in the Work
|
1102
|
+
by You to the Licensor shall be under the terms and conditions of
|
1103
|
+
this License, without any additional terms or conditions.
|
1104
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
1105
|
+
the terms of any separate license agreement you may have executed
|
1106
|
+
with Licensor regarding such Contributions.
|
1107
|
+
|
1108
|
+
6. Trademarks. This License does not grant permission to use the trade
|
1109
|
+
names, trademarks, service marks, or product names of the Licensor,
|
1110
|
+
except as required for reasonable and customary use in describing the
|
1111
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
1112
|
+
|
1113
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
1114
|
+
agreed to in writing, Licensor provides the Work (and each
|
1115
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1116
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1117
|
+
implied, including, without limitation, any warranties or conditions
|
1118
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1119
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1120
|
+
appropriateness of using or redistributing the Work and assume any
|
1121
|
+
risks associated with Your exercise of permissions under this License.
|
1122
|
+
|
1123
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
1124
|
+
whether in tort (including negligence), contract, or otherwise,
|
1125
|
+
unless required by applicable law (such as deliberate and grossly
|
1126
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
1127
|
+
liable to You for damages, including any direct, indirect, special,
|
1128
|
+
incidental, or consequential damages of any character arising as a
|
1129
|
+
result of this License or out of the use or inability to use the
|
1130
|
+
Work (including but not limited to damages for loss of goodwill,
|
1131
|
+
work stoppage, computer failure or malfunction, or any and all
|
1132
|
+
other commercial damages or losses), even if such Contributor
|
1133
|
+
has been advised of the possibility of such damages.
|
1134
|
+
|
1135
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
1136
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
1137
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
1138
|
+
or other liability obligations and/or rights consistent with this
|
1139
|
+
License. However, in accepting such obligations, You may act only
|
1140
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
1141
|
+
of any other Contributor, and only if You agree to indemnify,
|
1142
|
+
defend, and hold each Contributor harmless for any liability
|
1143
|
+
incurred by, or claims asserted against, such Contributor by reason
|
1144
|
+
of your accepting any such warranty or additional liability.
|
1145
|
+
|
1146
|
+
END OF TERMS AND CONDITIONS
|
1147
|
+
|
1148
|
+
APPENDIX: How to apply the Apache License to your work.
|
1149
|
+
|
1150
|
+
To apply the Apache License to your work, attach the following
|
1151
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
1152
|
+
replaced with your own identifying information. (Don't include
|
1153
|
+
the brackets!) The text should be enclosed in the appropriate
|
1154
|
+
comment syntax for the file format. We also recommend that a
|
1155
|
+
file or class name and description of purpose be included on the
|
1156
|
+
same "printed page" as the copyright notice for easier
|
1157
|
+
identification within third-party archives.
|
1158
|
+
|
1159
|
+
Copyright [yyyy] [name of copyright owner]
|
1160
|
+
|
1161
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
1162
|
+
you may not use this file except in compliance with the License.
|
1163
|
+
You may obtain a copy of the License at
|
1164
|
+
|
1165
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
1166
|
+
|
1167
|
+
Unless required by applicable law or agreed to in writing, software
|
1168
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
1169
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
1170
|
+
See the License for the specific language governing permissions and
|
1171
|
+
limitations under the License.
|
1172
1172
|
|
1173
1173
|
================================================================================
|
1174
1174
|
either LICENSE-APACHE
|
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.2
|
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: 2024-
|
11
|
+
date: 2024-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|