safetensors 0.6.1rc0__cp38-abi3-macosx_11_0_arm64.whl → 0.6.2__cp38-abi3-macosx_11_0_arm64.whl
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.
Potentially problematic release.
This version of safetensors might be problematic. Click here for more details.
- safetensors/_safetensors_rust.abi3.so +0 -0
- safetensors/torch.py +2 -2
- {safetensors-0.6.1rc0.dist-info → safetensors-0.6.2.dist-info}/METADATA +1 -1
- {safetensors-0.6.1rc0.dist-info → safetensors-0.6.2.dist-info}/RECORD +6 -6
- {safetensors-0.6.1rc0.dist-info → safetensors-0.6.2.dist-info}/WHEEL +0 -0
- {safetensors-0.6.1rc0.dist-info → safetensors-0.6.2.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
safetensors/torch.py
CHANGED
|
@@ -433,7 +433,7 @@ _SIZE = {
|
|
|
433
433
|
_float8_e8m0: 1,
|
|
434
434
|
_float4_e2m1_x2: 1,
|
|
435
435
|
}
|
|
436
|
-
if Version(torch.__version__)
|
|
436
|
+
if Version(torch.__version__) >= Version("2.3.0"):
|
|
437
437
|
_SIZE.update(
|
|
438
438
|
{
|
|
439
439
|
torch.uint64: 8,
|
|
@@ -456,7 +456,7 @@ _TYPES = {
|
|
|
456
456
|
"F8_E4M3": _float8_e4m3fn,
|
|
457
457
|
"F8_E5M2": _float8_e5m2,
|
|
458
458
|
}
|
|
459
|
-
if Version(torch.__version__)
|
|
459
|
+
if Version(torch.__version__) >= Version("2.3.0"):
|
|
460
460
|
_TYPES.update(
|
|
461
461
|
{
|
|
462
462
|
"U64": torch.uint64,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
safetensors-0.6.
|
|
2
|
-
safetensors-0.6.
|
|
3
|
-
safetensors-0.6.
|
|
1
|
+
safetensors-0.6.2.dist-info/METADATA,sha256=h2j5dDn9hGrJvsSKXky6RQsmgUJSnbUnzkaB0pgzpzY,4081
|
|
2
|
+
safetensors-0.6.2.dist-info/WHEEL,sha256=ZVGxA8yt9_vb48aMHrAuBUBZuM5pTkr3DlHD0kSTpS8,102
|
|
3
|
+
safetensors-0.6.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
4
4
|
safetensors/__init__.py,sha256=wbzKZlAVgnAsjHmqryuSJCiADvpDZxNGCfj8VzY0At0,194
|
|
5
5
|
safetensors/__init__.pyi,sha256=IpwsrzRWJA2yR8TxMEC3RHgM_5TiDgSFqyvrAxAa15U,4019
|
|
6
|
-
safetensors/_safetensors_rust.abi3.so,sha256=
|
|
6
|
+
safetensors/_safetensors_rust.abi3.so,sha256=pTqBwYVVE4spJQ0V9px5lkIMFQOKFbLAQq1f8xOFB-o,999120
|
|
7
7
|
safetensors/flax.py,sha256=T59elUqzVDyGYGdR78QzNEuwyAc8KrEO0EuLBSKOnUs,3853
|
|
8
8
|
safetensors/mlx.py,sha256=IR51jRpcJq6epb0Agj8VsxI9xqBS6NjeAJnr-Ny0jJU,3850
|
|
9
9
|
safetensors/numpy.py,sha256=pIVTnGxAYUSzktkr6xop8B1JK2t3zBH29Ws-oDzo2hA,5003
|
|
10
10
|
safetensors/paddle.py,sha256=0IZqQi_VGKE5Vx179aBOfeD0UBsEGcrndPWvqWSSEG4,4193
|
|
11
11
|
safetensors/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
safetensors/tensorflow.py,sha256=AZ-O7-gM-JqTfjczZyCUAHm3Er-GSQnQWaFyY7mAIQc,3903
|
|
13
|
-
safetensors/torch.py,sha256=
|
|
14
|
-
safetensors-0.6.
|
|
13
|
+
safetensors/torch.py,sha256=K216e6DQEL7gLJkEd4RS-lRjoK6DfS8AXsiiu_mO78s,20259
|
|
14
|
+
safetensors-0.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|