Skip to main content

No project description provided

Reason this release was yanked:

This gets downloaded automatically it is intended to be RC only

Project description

Installation

pip install safetensors

Usage

Numpy

from safetensors.numpy import save_file, load_file
import numpy as np

tensors = {
   "a": np.zeros((2, 2)),
   "b": np.zeros((2, 3), dtype=np.uint8)
}

save_file(tensors, "./model.safetensors")


# Now loading
loaded = load_file("./model.safetensors")

Torch

from safetensors.torch import save_file, load_file
import torch

tensors = {
   "a": torch.zeros((2, 2)),
   "b": torch.zeros((2, 3), dtype=torch.uint8)
}

save_file(tensors, "./model.safetensors")


# Now loading
loaded = load_file("./model.safetensors")

Developing

# inside ./safetensors/bindings/python
pip install .[dev]

Should be enough to install this library locally.

Testing

# inside ./safetensors/bindings/python
pip install .[dev]
pytest -sv tests/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

safetensors-0.3.3.post1.tar.gz (51.9 kB view details)

Uploaded Source

Built Distributions

safetensors-0.3.3.post1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (418.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.3.3.post1-pp310-pypy310_pp73-macosx_10_7_x86_64.whl (428.9 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.3.3.post1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (418.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.3.3.post1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl (428.8 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.3.3.post1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (417.7 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.3.3.post1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl (428.7 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.3.3.post1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl (430.7 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.3.3.post1-cp312-cp312-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-cp312-cp312-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

safetensors-0.3.3.post1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl (416.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

safetensors-0.3.3.post1-cp312-cp312-macosx_10_7_x86_64.whl (426.9 kB view details)

Uploaded CPython 3.12 macOS 10.7+ x86-64

safetensors-0.3.3.post1-cp311-none-win_amd64.whl (276.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

safetensors-0.3.3.post1-cp311-none-win32.whl (264.8 kB view details)

Uploaded CPython 3.11 Windows x86

safetensors-0.3.3.post1-cp311-cp311-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-cp311-cp311-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

safetensors-0.3.3.post1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl (417.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

safetensors-0.3.3.post1-cp311-cp311-macosx_10_7_x86_64.whl (428.0 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

safetensors-0.3.3.post1-cp310-none-win_amd64.whl (276.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

safetensors-0.3.3.post1-cp310-none-win32.whl (264.8 kB view details)

Uploaded CPython 3.10 Windows x86

safetensors-0.3.3.post1-cp310-cp310-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-cp310-cp310-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

safetensors-0.3.3.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-cp310-cp310-macosx_11_0_arm64.whl (417.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

safetensors-0.3.3.post1-cp310-cp310-macosx_10_7_x86_64.whl (428.0 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

safetensors-0.3.3.post1-cp39-none-win_amd64.whl (276.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

safetensors-0.3.3.post1-cp39-none-win32.whl (265.0 kB view details)

Uploaded CPython 3.9 Windows x86

safetensors-0.3.3.post1-cp39-cp39-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-cp39-cp39-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

safetensors-0.3.3.post1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-cp39-cp39-macosx_11_0_arm64.whl (417.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

safetensors-0.3.3.post1-cp39-cp39-macosx_10_7_x86_64.whl (428.5 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

safetensors-0.3.3.post1-cp38-none-win_amd64.whl (276.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

safetensors-0.3.3.post1-cp38-none-win32.whl (265.9 kB view details)

Uploaded CPython 3.8 Windows x86

safetensors-0.3.3.post1-cp38-cp38-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-cp38-cp38-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

safetensors-0.3.3.post1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-cp38-cp38-macosx_11_0_arm64.whl (417.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

safetensors-0.3.3.post1-cp38-cp38-macosx_10_7_x86_64.whl (428.8 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

safetensors-0.3.3.post1-cp37-none-win_amd64.whl (276.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

safetensors-0.3.3.post1-cp37-none-win32.whl (265.6 kB view details)

Uploaded CPython 3.7 Windows x86

safetensors-0.3.3.post1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

safetensors-0.3.3.post1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

safetensors-0.3.3.post1-cp37-cp37m-macosx_11_0_arm64.whl (417.9 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

safetensors-0.3.3.post1-cp37-cp37m-macosx_10_7_x86_64.whl (428.7 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

Details for the file safetensors-0.3.3.post1.tar.gz.

File metadata

  • Download URL: safetensors-0.3.3.post1.tar.gz
  • Upload date:
  • Size: 51.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for safetensors-0.3.3.post1.tar.gz
Algorithm Hash digest
SHA256 d1f47d64700438a93e5f8149c6bc5bd66eaf286b8f2900f103482eaf392295fe
MD5 65bf180b6256d7164a192bfbef7b25cf
BLAKE2b-256 bce4e4a529dea4a8c4697c5d00d0e9ff94fba341e6edf7b5fcb2ff64958db0e8

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c72654c0693e795c558587b39b2654966b75bc6b2e219252f9657a9a9d429bc2
MD5 b4d7dcc2d7286f3b9595e70b83a07c9b
BLAKE2b-256 cf7b9bf6af46b12fd9fd8726f70c7fa40fa79ee6b363c67351a6c2368fc20d8b

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ebb62e45283ee3ad368f29bcf8f9cf1f611a8b9ccc539c5eab848f83382af9f0
MD5 babdca4645e4bd351a1de8a3e75abd4f
BLAKE2b-256 78cdf20ad78f66c71a804e3e9b6bd406206daa4f913b9390f2698e96995d5a11

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd310d3d0ff41049d9fcf92bb941d25c295859e93cc02b4d5e405adea2ed26a6
MD5 3a43b08d7812de4cf0863638bd1b06bc
BLAKE2b-256 eff48a1783d7fb9bb2923936a63e6d7312b216a5283a06758474832b97dad5d3

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db46d18d07ad0b4bb03e5005ca2f38255ae8f9f77111f8039e393a1a11027015
MD5 79c31fe1c894a193e994b801c030775a
BLAKE2b-256 9f3a3cb69a822eb74a56f8ac747c25425ab19740bda8ea22d48e139afdab2a1b

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 beeda3e647ea30ae7890c0951d006565bba8d303e412e0678bb02d7f8a14086f
MD5 3af69dbc2612efb54627edb84eb41369
BLAKE2b-256 b8fcdbe0bde1fba91a308ef05126b3f42db7dc0ccc171d2a6ffd35489e56c85a

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c057436e881b901dfb88c404189c16a0324008c6e7b63aa3893ef7a5bf36faba
MD5 3199210659af7fa0c37291eb0f3d0514
BLAKE2b-256 11a0204d56341eb2ebda4629881665b45f54de856255fbe7104c1fc5a02dc316

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp310-pypy310_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp310-pypy310_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 58c541e2490ef72f0e552abfc52d4d2567e187e844383b12921083e488787560
MD5 92fb8bab21b5b8c9e6a2c09efbc47105
BLAKE2b-256 177319c8aaecba63e013dc6669cb8fa2fcd5e91c6254983da379b0d7253c66ce

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dda5d7f65009359d27c7413edded809da9c88220ef13478649a2e52c6a8cd718
MD5 84a102b30ec16c6add22d0291ca209bb
BLAKE2b-256 c2984086c6878d17da8fb884a5d4d6f99a484078b1c230a3be23c51e085880c4

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8f16bd74a28ae4993bbe532c2dcfb78d9fcda17d2df740d19b12f3fd567b07c5
MD5 eb021bed4f4954e149b32f67931dd588
BLAKE2b-256 c4b4809d0b0db31c3a5385aeed8e97a07ba9ef15a9239a321f68dc0cb33a777d

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10fe03c335621dfc2afbaad29877c308da8aec922290b8c64d6535328e443bc8
MD5 b20b14236e5fa62d0b580e130e7ea99b
BLAKE2b-256 db65ee0412ece1c2aad22348223ed972d90197a4c2b8612535293b1ed2b9cf4b

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25cc74c76ff8876a2999872404e5f8913f91a5affaf5763c15d583df9374200c
MD5 d72049655f070e8f5ab9a1989dc80772
BLAKE2b-256 e8ff147ebe453b148000c76c138c77a504bcfedd2e79cb89a8a9d447ecd0cd06

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 49cd0a4ea894c5c8860e8fb7998c631c6bccb2619191d5d17f3b3e6e4739d5b7
MD5 c071bf2f75901a20b9b3ef4370cf9936
BLAKE2b-256 041c9ee9a96a74494e7dff8332eb6edc473792d1ec6357dc3b11d6d53c9752a0

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c06627f8d8d2913e9b7284128e105c7be63dc90b4530781035b5990a35dd06c
MD5 09007be91e01e12db740883bec0ba492
BLAKE2b-256 47367c40b2d860c6f5621d42dd68ef14e5f633530eaa16da965eb09824ada842

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 7a8670841cfe75a5f69c358100a78fa6e6a5953ba5bcf8d22ccc3dd7a006039f
MD5 c70e41f7a26395b9140df803ec625eb6
BLAKE2b-256 02a9a61b0583e77e43b8902aef07ef0790cd4adf0e3b59ccc67f1e1c282c2d94

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cd4cb562d2ad76aa6e250751de7979d1e3ae06cde5e851e9bd57d15aa985d132
MD5 99097d16c8c5ef7c2f328e5cf9b4dc3a
BLAKE2b-256 560faa3e9676ab3050e844a2a3e1e76acfb5e998501c697a6ee5d89bab899f3c

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 85bbf4f23aaf61baf4fae8d5acb654f7dacb9c87e6ecc657ef9814ebb3620946
MD5 0e753e50287c0c7960ec1ed347864503
BLAKE2b-256 7d3aff243aef800749e76b69f758347573a91be3e00dc178cf0a4f6fedf6ff1a

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7425934738298bad88d08b6ffeb42f872d705dc28bb3179dd4b0164a6c4abc82
MD5 d9c568e7a48d9df7639062885bdc9b6e
BLAKE2b-256 c1f68d02a78a1a6d75c5536eecc485b0875ec1c39a8959bc1695609b0ae102d6

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01b94759997358b75991b5b170679cbb8cd0a7f312c479031e5991ded45d6bac
MD5 d275d8f5871b6e840adc0bf9ef3447a3
BLAKE2b-256 1d1aae3c392323630432c8eaa7d2130233cb63c13b2e4bbe061b83faf368bc8b

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 94ab3fd8031a682a862bd847b108e4d1612746ecac99241629b4f287efdfd100
MD5 655953164472bc8361740559fbfa52c0
BLAKE2b-256 6fe69087681d784218d7298429f3457407db051bf7aa3791126ada4c7293859a

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 695defc85b3f3c1c28c30d7b6c77de7b7861db973888e7025fd37fbc48852954
MD5 aa50334691399f60972fea5f1e2c8640
BLAKE2b-256 194cf49e6406a5d51da0e0be024e57d6c3f0f43af021006116178a5aca8174d6

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 173aaf5cb1261feb3c60e277a4fe884cb0ab2e6d9cbe9e03338b74ef271febb9
MD5 5b0b65093319bdcd9c7dd74f34400787
BLAKE2b-256 9a498019955b21bf9a714f1ed5c57ab9d756b67edfac62cb98dc39b3d9c260dd

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 24dae4cb5b835ec2610306a5febfd80b9bb4b6bf658c120f727e7548b21ac4c1
MD5 32f7c0492482fbf9aed18dc23a1bfeff
BLAKE2b-256 4d26d3669ccbdc8e7cc95f83b29d65394985f4a77fb05c8d8c5748a5f7be2f20

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a63b6c7db3acea6927179ccfa4a470857c3fc809965b57db53de730bacaef004
MD5 4077982919fd4820603bcfb9c391b4ce
BLAKE2b-256 2de6102d5d6aa72a4d2ade4f87a877d1c3e5ec1877f7832792b1827ae619520a

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97bd49699ec9946d3587bcc769a6a7b2a0cb1fe2aa71a36bfbd7a28e5838ecc3
MD5 81ac2cdf0a933268c9d36ff9f102ca14
BLAKE2b-256 f67b517b9411ebf7e2bbb98ede1a424532c3524b0f9dd034acf7222de3997282

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f01ca5834e313e7c0023e43bb40204632d5fea4cb8d49a167b9ed43844798d71
MD5 a191b01557a94be4c91ece2aa1c92b5c
BLAKE2b-256 595d2202a97d0f14be60f6c55b1df64391e94a1ce1210ce1cfb5938ef83a5749

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ecb4eb39f13a7895c4a8c25927359018160591ee17257791973ce04f96fd8bb8
MD5 c6faff3c0b31c7c562231af6a4981f45
BLAKE2b-256 7481bb5a7f6cc9e1b489a70e10c5fb7d1ecfa0a2d7d08ede32f9450f46298977

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 2c9aab49b454e50efd9530d24af1398b93c6eda8a54394f565671a3300e9b41d
MD5 4ea5fb8ad269f153a80b71709e222b51
BLAKE2b-256 d391c30650ec18c03ba0ef05bd784ba307cf60e2541dd1818a76a45be95e1b4d

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b13b7fcf9d9da39676843e092bceaee8a03324b6748573aa79a49e649b46b526
MD5 5c910757efb1ce253294490282659a77
BLAKE2b-256 ffbd88ad4ecae3624022a68af4e70be78418b5e602a58d8a734c5114ce185d38

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cdbd5faec351d5c93904cdb27081a68e149502a6970dfe2d9e9c70c9b0ffeaaa
MD5 62979dd69d86b6183b3c543b7cadb1c1
BLAKE2b-256 4fd787c1f1c06ce3c93a15953c7afc5793dab120125111b7b9635f7e2ab05eee

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddfa87b43b191467f63780ee504746187cafece545ba0c1da318e6ee0d6497c3
MD5 207377ef15e552dd0e530e913323f8d3
BLAKE2b-256 711b95accca6bd5813a7191b542746cbdff34e82024b97ae29c31b9c16572405

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae054078d365a822c131c1e4fb6226cfed6020f3f6f8c3a373533d0137f03754
MD5 0efed6731b5388ff5687189523ce7250
BLAKE2b-256 5c2682df6b4d78f98165c1bd0c7c7fc1d3507224fd20badc6ec0a76a06ad71ed

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33ed7b261f34f416f117927b6eca605ad6f03e2e351fce327ccc761f4ad78e46
MD5 58796e97f57dd15da9b5d933495af558
BLAKE2b-256 09aa07b5895fd431e0ba219ad0202cb36baf29b0e59cd08f6f26f80e3e0ffe2e

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 132d05ba9d315ce7136b3601ab11407f0d4ad2955a7f35aa471576cef14a34b8
MD5 3ed23098bf42ae71863d933b590b977c
BLAKE2b-256 e918dac488aa8aab8c000de559dc9d24cf95dad9cb0c780062e98ffac09d9b2f

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df6bdbbe0ad5db252aa09a8eb9d21d3a105ff90c4a22d422353ab01f102d3961
MD5 dce4850f485c74ce4e83fe77619362ff
BLAKE2b-256 43d056501f2ca1b09af134275494bb80c8a75e3966e4a0b1247cfa12303ecb50

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 95189fcb346bcae502292305db5ffe8bb7fc423c8073804af521193ac185a6b0
MD5 3baf3cd2e1ea338c6f361f8ab7fc83f0
BLAKE2b-256 22f414e7e50271972718032e9c75ae702db57785a927f9128bf2e04dc4bdc04e

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e819f3b32574701c7451c16301102ea4659574c2172ec7b785f2409d911b6f9
MD5 1e692bf09a131b9cd5ac09ef0c85eb07
BLAKE2b-256 c428e3ee6c77c0c35bac9aacdbbfd6f264865ed507f20be1e0630281c8caf3a5

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp312-cp312-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp312-cp312-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 d0d9e34aa353a955b65c134d03495dcf69a2c9f45b9504776b947717de2eeb9a
MD5 8b1f35a247069774831c690f75e77288
BLAKE2b-256 853ce68b40213dca0ccfbe2a1a67c792586b6c161c97a87590a826b394405e7e

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 a539425cb4f81dbe2e083db58ea9d5fa06d67b49ee1fefcc0bf28aa2472b1239
MD5 124c52eb9aeda940207141964445c06c
BLAKE2b-256 256016958adc3b22d769c5e436be35472d16f97feb45e60331ea6e46a2763e21

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 123566b85ff1ffeeac24ace3c810396facbff8bc5c3a80e98a9ec58c17225511
MD5 775b9f23c46db304c7c111eed0d8cb8b
BLAKE2b-256 86e078bba3cfb6a3305b82d89a42151c8555a1c8025a15a5dfa84e9a4cd240e9

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d69505a7d909ed2e607c94b3e8bbccc2889e569cd353b8e042814f3faacac1f7
MD5 3464474df495746b4ce7b0d30d7e18ac
BLAKE2b-256 4ca8ac3ee98c468422a1ea9b78bcfbf94d212b7c2c65cca3442fa42de0235328

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6b16e4563b2809f0dcad86111666b75cb7bd83cf4bcf1736fbcc1398ca7d7bb3
MD5 13adbb5864b7ca5a033f068a21a9f558
BLAKE2b-256 d677d0cbb281ab495d81d66b0ebcd83b249c9a38355f787ebaa3831ff2cbd244

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d8551ecd4501daa503dad10b2a70bd2743245aa811cafcf0979ddf8ca325911
MD5 633c467a646e34c1134195c700ed71d4
BLAKE2b-256 d4001b85bc50c2c72907b420d6658e96473de4cb8164b814846bdbc53ecf1571

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 08c4b305ca9a962228af163aeda5645d70ef35c37a142f67ad298e6dcd2cdb5c
MD5 5c7b4d3dfaaa75161f041309cb808e4f
BLAKE2b-256 39270f496f312958600144e701bb159e150780c0715670ac9b1dab8b95a9b04c

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 20f6428458136c7b5ece17e35b8749cab02278fc9a08e2b6ebb6ae3b80cb0724
MD5 89697119da0b7e94e66497e206f17640
BLAKE2b-256 f16084b73e08e8529cddbcdb056eecf851b601991b3e9b9f6fcc69a392b1a3f5

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 144d04dc1a71d042b19a645227be2999874b48ab0a0f491de276a7c4c8c4f493
MD5 2a7f644754a28b731c12583f80f211b2
BLAKE2b-256 3ce482d1c214f60a564dde1ba35db5de70e9796a88e86254c6269691687305f3

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5cc8a0e57103450b588862820b2bc70e2116e482bd416f6923c5f4113346381
MD5 ade4589fe454563df0d82e6438d41b94
BLAKE2b-256 774e60e70a28f096909abf40553c0452e21bc1f019f4f734ca7abb2686ab9562

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3b374d02f2202c0f7f44770358549f02570704f882f5210eefe48114cf5aabdf
MD5 a7aa48bc7f7ca6aa739e6f121e0b7b93
BLAKE2b-256 109c4230e3b4fb64de7298fd0efd0f0d1b33808b7dc7dc3d731ffb1e03d970da

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84765ee2be3cb36d3b2dfb304123fb50f7bac16a5cd6c5e64ed91463a61dc69d
MD5 58a70ca609a5d9911ab646fe22877a12
BLAKE2b-256 36bd7a20929e8a4ea71ad0d70983fed24dde75bbb977a875a3bc91d158fbe2c6

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 628cbc64a0dcd0ed0f35b4ff134a8b06a2147417c6f547dc47aefd4be699e1fb
MD5 22a36ad6cca6ae5744a4cc502a531514
BLAKE2b-256 5c9ced0cb0b4f6ce0060010a97957023771a09dd88d654466274cf402b1550e0

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 84d49f7f24cba30cd4992d88c510ca29e394782658072be3775dc2930045e4a4
MD5 b2704176ed686fd9082c917cd47d8dae
BLAKE2b-256 279b0685349dbc2670a0399f3c5b4cdd90080510a435d9776f00fd2360912d70

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 009d328d779eea140bac1b7b8fa55945fc83142c7ab103181567438926ea3a09
MD5 a2f522dbca689edd3785d2787945e6f9
BLAKE2b-256 ac440669fc6a06a901c357904feb2d7172f139b9eee64deff38338a6b7391c1c

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a2d674f0f496bb931375cda8e51e18a5856cc32ce08710423d2d393c97b11a7b
MD5 fc1af4c0d1568143bd83dc82d59f443f
BLAKE2b-256 3f7a42c1fa64ac3ffd1f0f5871579e9a8116173024cfc8ec43233c41d09cc6fe

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 09394ca3140d0ea769ee7a47a1125edcb067e577394e06d3e634f5ced85783e8
MD5 816ee924d1efa6a1f003fa057ff5c33d
BLAKE2b-256 4229ccc69c17c75e86fa4963617c64a8a98260c64a633217fcb677fe8113b05e

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e579cb3e118e034da119d04acd41399ca90901056e860f20ff687bd27f1465a
MD5 342f5d61a24e3bc0318f6d2d8385746d
BLAKE2b-256 caea3a8221638d5facd9047bc0766a82ddce2569d24c7efc14b98fa5e611f0eb

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc841fea045f6644873dc7a3d15432a437d06193212966e4f4587beb7c17eba3
MD5 5aecb69cfdb1c5c64ca9228302b053ab
BLAKE2b-256 a0f66af19711efcab8173500ca2278c7192bec6908eefb3f2566c85155728013

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7bd45147fa9c3bc7e41255b6f9d58964644821fcb131454ab64fd4e325cdfa60
MD5 74689cca26a90b0dd69aec9b790e6c01
BLAKE2b-256 64d2f9ea9e5505fa421292f51224e1677c328d08dd8968562156246e1183d74f

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 687be364818ca0e4eea08939a79da84a7a6d538eff5e1c31cc06679d4788c6ea
MD5 444c3c753bf0bd989a83070cb8fcf462
BLAKE2b-256 6f52fa16db601eb5b82a214bb47ed8bbb89913d89e9e6853fa1a1a8c1fa3c46f

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03ab37346d17f1e76df2bc4ee8cba08980bf3278ee8893c28cf9713163f40722
MD5 8ad8ecf02238bfd4c224c5aadfcaaacc
BLAKE2b-256 886338ea2241a6fa318252d73d40964819ab406898b408f9d4a86401b959f5f3

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e482e670e55cadf3f6d58dd2cef23c5c9125fdc1f4d1facef57c306f4a2016b0
MD5 c0ed9f443468a986a29f8d93240310ce
BLAKE2b-256 4d69fec6a73f202f15b8c2df18d80c3c3c341535639d7d5b0030074b1ff7effc

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f976ccaad239c7c1f5010e8b939a8c9f9301313b0039626e85f82e9dd83826c
MD5 c18da8a6f3c5c1f85bf8e0a1db303571
BLAKE2b-256 05b4a0de2fce6e179624202ec6f9311ef05a77d3c874828809c516dc31c5579f

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 4b73107dab584b1cc7fef55da7b020317b81c7265ce5228e1e130c1675cf90f8
MD5 fe0bc57c061ead68cace3091c94d6b86
BLAKE2b-256 d5da25e1abd1e15886ce1f98b63ad33c65f1704e965c2be3a415bb82f7e324ed

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 5c717a2a2a659d78755ee89b218c4f4cd93143f6a12be0839fea0ac9cbc7b23e
MD5 fcf64354667aff12e8f838cc34138dd4
BLAKE2b-256 44333e76615226cc636b24eb622e5cac18f175b92ed8a2ffa87ac21bbf3a9749

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 2629b9c9c228076b26ee60ceac8d92e1e4d3dbb8106166b074eab8f47fb554b6
MD5 75521e99c5f89bb0ea4c9d263a5938f4
BLAKE2b-256 2a693df9b7bf8a5d801d7ef7765ede72a869e68810d2de047e543e2499feecd8

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 172661947582e8092f6a744f4c65478c1a6495cd14a252ac8a4d3255ecaa9591
MD5 52fae5d8fe7a046ee2d1156f7c54154d
BLAKE2b-256 f348f894f9df738b2ce189adc81d64dfd04ef0fb937bafbabe20002f8a531def

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 538891530cddd28556cad4af0a12da7efc46724373bab03224b6407e8290305e
MD5 8d4e8c8c932749e5cf9416315a635a21
BLAKE2b-256 8f1cd66fdcd5fa7f7df0db42720e40d565835eb3e4d23bb5efe6c390b4f295dc

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a56024ee4f87552e2da6adb3f02f325da03548e4d712faeeac2cb358c96d6f4f
MD5 59587db94c4e5f08736a7b3dd39e037f
BLAKE2b-256 242b29756cd914765aa29dc85bc45cbe2dd77a201565091cea55205ca3959596

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 310f3fca8652061875fd930c6ae52e07eeddf24582b5e42b8ec6307dac9fa566
MD5 0dd9396a8a9594547787ee98b7d761c8
BLAKE2b-256 f4b348659e224501537139975531e9b8d35fd0cecb15d4391300cbf51452228d

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e92688d1f63e36c8bfd81f473f774725cc82108aa4a0934e7c955fa4c3ecf269
MD5 0237e1bdfbd41ce0ca0ae214b1852790
BLAKE2b-256 d45e818938ff54e85e47c9bec1ca39534a20c131477a00efdad07f842b52dfb6

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1dc958828412dc94d7d3029a020930430b9829fbc1fc4915500f49aa6c78fddf
MD5 a7794be8b45f3c63da66534a6fde04ac
BLAKE2b-256 7901805f45323263439906a86df93ddad72bf04f2126f387581dd3e8c9599dc9

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc0ab7ef8fa6f1e9c5bce72f14d86071be683b23e81af44944549315d61052fd
MD5 9eb620ff7af8e0f4e7e2d8fc3278de9a
BLAKE2b-256 fc4cdebfbc1c96ec307e038a969070fb26a48401f0a3029c1a1bc2cedc37fa41

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2e5795263d84b212f81ba0e591c7e7a277340129cdbe5f9ea8d7b295906cea9
MD5 e6207fc720c1fe8939d2b2082ce0077e
BLAKE2b-256 ff74a8f4ee28026eb49a7030ccc4e06df598d076970b0a30892c31c8d4483937

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56f9e6fa0c86ece269c73988b7cb608c66868b5f179a52be7740e0338ff32067
MD5 c2b1a2b8f2d3dfe7aed157a4f72271fa
BLAKE2b-256 963e04d4e233c1a1bd9470022d3c04fab11f050516a8ad129c299327456af3d0

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f208f6ceaec55821a431b9df6ded1b12d7e7f98010c5e3f112167f84ed7f7358
MD5 f618ac6644686b14772d56333b85d391
BLAKE2b-256 de0947261b71f8404f402216d6397f3291cc031ab98249500ed6f7defe84b327

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 717a98fc7ef3c1b04c5fe3682982800ae18c21fc8e8dde828e5e70249d86f4f2
MD5 5cad61c05edbd18c3d2bebd70e1ae426
BLAKE2b-256 41e39a8ac28e36f6d691da467b25059d835d47d0f50005c4825076d9b9f28f46

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 78325213627e85974be95dbe90978273eaf5f6a77e394e965501c13f2a2d1156
MD5 14a684a8705a07c37337d3f1e00bbf4e
BLAKE2b-256 07ffe213ef34f897b1c4d074b1df5a398233ec98391b4bd4a65871e72c3595d2

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a441ff9a9a471374e28d2a00cfabcbc85c29477b290f34372111039755d5bc8
MD5 763069f2361aaba45bb44a0ed7431713
BLAKE2b-256 9844b1ee93f82f1f2200acdab953b40e471d11af256f59c63e834e3ef35bc6de

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b05961a756b22807eb70ab2ba34534818972b67764074111048d00a70f8d4ed1
MD5 58dc400e96f3a2551bbc1ef4e246f80d
BLAKE2b-256 da59f941dc1932566ce7668b6178ebfd3e2a364f743d3ce07ea080078ff31e15

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 016092daa271d1d834d56aa39464a68405a2c6fdfc9afb7795063f16b1269d2a
MD5 2d66c002985bc36e64f8a29d0fb7ed9e
BLAKE2b-256 d57e7f034c97664799f193760974033e64ab6c09369bf61dbc3d228f80ea8401

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 140b2e687eaba9218bcfeac512332c53ca7ff76e12b72f6f277fb9af587e4cf9
MD5 90d2b8e72e342f089ce0780502a12ec4
BLAKE2b-256 7335a51e45a094b9b9364ca0396f945ede7f77ed9d9ed4fe860269324826f8ad

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 42d0ad8895b142ce7f26f04e086f54617a018d09970080e1b40ff15ceba33cf2
MD5 aab8b1d949e655f9ee789f52bc5da5d9
BLAKE2b-256 baf77976bc9a5705b09827a4908e7e3c91f984a12c36ef6db07e283ce0492a23

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f5f8a4f32653dbb1c86d30ddd13ef04515ddb87a93c525ff0c9d4324e52a2266
MD5 30e56a9493b31b5baceed0b6c2f96b77
BLAKE2b-256 081fba993f7c5c83986bf8289f9803ec101acd7249900fdcbdb417fa93a4ccea

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b2e3d531178f450827e97d15d15fd5772d297571c5b4bba8bdc7c843ab9df04
MD5 16d7131e97dc889feaed2668c5ec3137
BLAKE2b-256 30a9875b4417b58dbaa73d11556ba90c812f044525d2598d00156de9429f72d5

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c83c2377e521aa1e522b64c2b04766ed8f12340f1431639b8759e5a233b6e9c2
MD5 0db6d869a3b1b78c293515bb62a38fbd
BLAKE2b-256 aa2d54238089d29966dc8e163ffbce14f2163d1a3d4f31a0662762d9548ff2aa

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68b70f9a1a5cfa81a7f8259b3a5843282e4e63a3909cb4b61afe670337f589ca
MD5 b007b8d5126c2358e1c3f1c3b0bf79c3
BLAKE2b-256 009a7d9099ef10f39f3396b70e8032b7414f5e473e4a52f7018f2c4af1e77f91

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8b81d77c0bfc84d6ec50d385825d22fbacb6c40e671787c9a8da168dc832334a
MD5 12f795d6d1830cc730ce2c02461535e9
BLAKE2b-256 aeb36da67548705d65670c6dd2ff12c1004dab70186db78c0a686219250ad8bd

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a0d407526c14be0c60d81a652142e7ca306088d11497b1361ec6d95ebbbea10
MD5 9c4d803cd854451775ba5822b8e236ea
BLAKE2b-256 e0de37ebe3363f0b06f8e89a42dfecb8e23e03a9f8782525ff6cd84bd016f073

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 910917eb8a0fea36b358c51561265fd5fd59ae5529cc1dda46652ac9b2d08856
MD5 ca5b190dd4bd53e1ef1deb25db3a547f
BLAKE2b-256 264d6b22425c312fecfbda3d778d5b1727b2d4b834bbed5bbdb09236052f52ef

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 69e41e68eed86fc3350315146f1bd5713d36d94ff06eb7c71158b017df36ae9e
MD5 5409eb087bf02226eabb2efe11119051
BLAKE2b-256 045aed465f04f41b50a5edf64f3b0cdf34cd2ab7ec719f0c1566875671e81e37

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 baf8407b25c951cb44002d46666f1e58d1e50de8ba7e84ab9885030ef66bb6c4
MD5 fbe18abd6da9cdf07de6c72efccfe8a8
BLAKE2b-256 db9b9de8111c16140a4dcc2725859324db93c88f26f7fa0dfc58c1fc36f79412

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0bcfd109db69a41679675b4bd5045a2957987db5fe8c9b14aa91c8950e21fe7
MD5 494791ee72dbdc2abfcb40cd4de42fea
BLAKE2b-256 3c116763f89a4c5b8465b80c3e97b2ac49ca1ad70950d4c69538ede5a55a1c88

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a87162693159237380c826095d650391fd0b1cba64108205a530a7e990af9fe1
MD5 ca6df02dc995247e7c981a89990bc44b
BLAKE2b-256 dd9f1d135b51ad4bdc6aa5b94c8f82aab478c68685f05b21b0006c45a15433a1

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba7ce55dd7bc28973f0acb20823e741e63b6bca0a5d968097ff8866642ba8ca0
MD5 8385e80fdbb67985c712e7d0c2c455bd
BLAKE2b-256 27ee125292e67874b4ce9acfd9bb1419cad642c9b06ddf5979645fc23c9e1951

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da13d3377f2a7994a44367567571de28a69e9f4a7749e361bba1ba1280e20ca0
MD5 2a603cbc76befe66ca5b560007afa1d4
BLAKE2b-256 9466b0be592ec35cb10b42e4c9faf83e0da301600880a676e537ebea4060cc50

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97207f52f0feff5567155ff8cc9b791810cb09487b7bac2742617eb3aa27509f
MD5 77acb36b2a392a464fc327a019c5e584
BLAKE2b-256 2461e4cddcbf4c58671354e61fee9601f21fac6ec76c31210f84a8ddc3df761f

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 117b35ae914f3548986950144391b414c51e7af80ba6a16e516cf8202605ec19
MD5 0e7651c51a31dc0d261d118084417e72
BLAKE2b-256 b4de6c66019ebab5a59533e152269c7f999277b31a52ced06372efb56a93294d

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 068859af9511e00c549636f1313a3d65b261f0a94eddc65152fabaef9df4bb27
MD5 a8ce7bd8aef630c6f51b38e83d7665c4
BLAKE2b-256 3d056860dbcde69bebd28476c4f0cbab964b3bd2546b85403289e3a7bbd49cf7

See more details on using hashes here.

File details

Details for the file safetensors-0.3.3.post1-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.3.3.post1-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 a1a38ca60861071fc6ef0877dd7fc7cadd51e01f6a1f08f154c433106b6c3920
MD5 a5be880ee620843c568d3d4227111340
BLAKE2b-256 71860cfe238c51988acf8afe70d16a6c2d4ccbf69b94d02a72b22c0b0324e07f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page