Skip to main content

No project description provided

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.4.0rc1.tar.gz (58.6 kB view details)

Uploaded Source

Built Distributions

safetensors-0.4.0rc1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.0rc1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.0rc1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (426.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.0rc1-pp310-pypy310_pp73-macosx_10_7_x86_64.whl (440.4 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.4.0rc1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.0rc1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.0rc1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (426.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.0rc1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl (440.4 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.4.0rc1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.0rc1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.0rc1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (426.2 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.0rc1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl (440.5 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.4.0rc1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.0rc1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.0rc1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl (443.1 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

safetensors-0.4.0rc1-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.4.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-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.4.0rc1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

safetensors-0.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-cp312-cp312-macosx_11_0_arm64.whl (425.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

safetensors-0.4.0rc1-cp312-cp312-macosx_10_7_x86_64.whl (438.7 kB view details)

Uploaded CPython 3.12 macOS 10.7+ x86-64

safetensors-0.4.0rc1-cp311-none-win_amd64.whl (277.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

safetensors-0.4.0rc1-cp311-none-win32.whl (265.8 kB view details)

Uploaded CPython 3.11 Windows x86

safetensors-0.4.0rc1-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.4.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-cp311-cp311-macosx_11_0_arm64.whl (425.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

safetensors-0.4.0rc1-cp311-cp311-macosx_10_7_x86_64.whl (439.2 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

safetensors-0.4.0rc1-cp310-none-win_amd64.whl (277.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

safetensors-0.4.0rc1-cp310-none-win32.whl (265.8 kB view details)

Uploaded CPython 3.10 Windows x86

safetensors-0.4.0rc1-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.4.0rc1-cp310-cp310-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-cp310-cp310-macosx_11_0_arm64.whl (425.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

safetensors-0.4.0rc1-cp310-cp310-macosx_10_7_x86_64.whl (439.2 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

safetensors-0.4.0rc1-cp39-none-win_amd64.whl (277.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

safetensors-0.4.0rc1-cp39-none-win32.whl (266.0 kB view details)

Uploaded CPython 3.9 Windows x86

safetensors-0.4.0rc1-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.4.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-cp39-cp39-macosx_11_0_arm64.whl (426.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

safetensors-0.4.0rc1-cp39-cp39-macosx_10_7_x86_64.whl (439.6 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

safetensors-0.4.0rc1-cp38-none-win_amd64.whl (277.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

safetensors-0.4.0rc1-cp38-none-win32.whl (266.5 kB view details)

Uploaded CPython 3.8 Windows x86

safetensors-0.4.0rc1-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.4.0rc1-cp38-cp38-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-cp38-cp38-macosx_11_0_arm64.whl (426.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

safetensors-0.4.0rc1-cp38-cp38-macosx_10_7_x86_64.whl (440.5 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

safetensors-0.4.0rc1-cp37-none-win_amd64.whl (277.3 kB view details)

Uploaded CPython 3.7 Windows x86-64

safetensors-0.4.0rc1-cp37-none-win32.whl (266.8 kB view details)

Uploaded CPython 3.7 Windows x86

safetensors-0.4.0rc1-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.4.0rc1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

safetensors-0.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-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.4.0rc1-cp37-cp37m-macosx_11_0_arm64.whl (425.4 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

safetensors-0.4.0rc1-cp37-cp37m-macosx_10_7_x86_64.whl (440.5 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

Details for the file safetensors-0.4.0rc1.tar.gz.

File metadata

  • Download URL: safetensors-0.4.0rc1.tar.gz
  • Upload date:
  • Size: 58.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for safetensors-0.4.0rc1.tar.gz
Algorithm Hash digest
SHA256 bc969f3ecdbcbbaaae3e413a8d94a9e60c5b687ea96def3c00e6cb64cbdb6fc2
MD5 8ab11f4ff6beb40cb01a188155be1614
BLAKE2b-256 95510f356bcdcb462209c6bc132242c75dca5d5c671271e4d6460e1f5329d19b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 67802c8a40c8ebada96ece170ffe4a4b93b579752eeda0870cc4fbbd43628538
MD5 a0a02452fa0a4dfd23ff36fa3906508a
BLAKE2b-256 695630621e28f4e746ac31bb09ec22caaa10b13e394882f0586fb6020d6b0cd4

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 23f49818612f6c481c6ab461504a6ad10c4e19726e57c59238dd53f387ed4144
MD5 dd85e94f1fcb451a8b288b64df33ce57
BLAKE2b-256 d05930dd25ab1ee69923620e7f36412a15b224b58a7c4b3bf51c4ce77f37b258

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 695d8735a89611ff58b50d0457172153c1742eaaabb5860cc5619fafd719bc2e
MD5 5ae5e7de15e6f154ae59771dd3aa81cb
BLAKE2b-256 36ffbaad6849fbd8cff21c9a03c4dd8ffd158ffd324cd721b44b1733734e3cda

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a4e375a215842312aa3b4e7fae39fb107eff938a8040952c4cc26e634331048
MD5 a8a544d48b45c04c4f56c2376b26bb64
BLAKE2b-256 ea56b98499462f5fe01e3881afbec680245b534994242be7c441b21c120be3fb

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 87db972122d67661672bd402f119915185e59654afcd9dbf57768472dccdf356
MD5 0b70dd34c3c84ae56ff0b0bf18fd29b3
BLAKE2b-256 93add646f41161ba86e63d20860bd689d181ea2dc5294f6f9d35678f3e3b3cdb

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a44ea620a38d6b7df5770f64cc4b70330f140e2cf555e28a668d359bcdcfd0c0
MD5 e2ce96e86a02b03e69043e8899733751
BLAKE2b-256 68b06dce94d729cfd021cd82a4a00694c0f29fba3edce0d3c1673243f273c373

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp310-pypy310_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp310-pypy310_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 3b47c354316763b3b0db1aade42c566ada45c368886d5e96058b1e418892d5e7
MD5 72ff8d379bfabd8111010cdf6e310df9
BLAKE2b-256 712da596fb5168d2b3953e98b921df8cddebbd7da86975a93aa52411f5567933

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56286270005d1de622189231a4904a0e3705c9853b1d390b2b98e188aeaa9269
MD5 5b506f7becc5fac8a3930e3146c6cd9f
BLAKE2b-256 c538f241f99cb68e46aa4f43365c94f1747295bd7ba012fadc06240663ac722f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4c96e400d3c9e49109d594586b5e170be8563278fd2f425fbf9063b90202c10e
MD5 674d5a2d672b29af77f1570370d9e43f
BLAKE2b-256 06a52eef97f12cd51a699f030e7850a43f58b7b56278baa6233f11ef52c44e83

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fefd0100acfcb3b8ab7192a35fff71cfd298a7ac893d3b6311c9ea9a937201ac
MD5 93174be829b05e4ee9734e6b2e4b65fd
BLAKE2b-256 e131f443b4115a8faaae9fd6c2ef9b2217c03dccd4f2e0cdea932e969cb9c05a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25699223fd969b1027760c67809b0488b436a18992a0eb98e4a64da5327a2f50
MD5 c1b3033308a08d63e95861cba77c2246
BLAKE2b-256 6e19f471d774096a8385685df254b91c90d531de12673ca14d27a7b71275ce78

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bdcbced9d5dde547c220fe0c93034557a86d1767471b01b30e6078290b2c00b5
MD5 bd2c16a5013d61509f017fb8f066e815
BLAKE2b-256 b2b478d8ce0e1c1549e579d0c803236269fec002cf52f110b005cf6ad211713c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ad0a32726ca11cc7d19ee06e46ce0951f20f69f7778e41d8e6ea50b42023376
MD5 9f5ac0da64542cdc6327d378f9446683
BLAKE2b-256 92da57560ec26a255c484490d5ab63df80cf5e3b318cdbd3643e33cf0d88ce36

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 029988fceafaac89994c63a34ba4847ff47a0b209e961fd11b99641e9d40ae87
MD5 7c5d796d36097978677cbc2e45914e1c
BLAKE2b-256 5216fe44d34f47d9e04bdcab93572638261d37200e027489808e581cb46e8c54

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0be4d93ae3e5f6ac2df9de8a869e00e8811335f858716d68bd41a742b1edb11
MD5 18c090ec3eb4d7de16305dfeda5831f9
BLAKE2b-256 96a0b23bca19e463fe6b4085c8fdddddc03ee322e26632a666579dff8fc08eb2

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe2eb143bcfdda3d537c93af7636fbf798e1e89a6210fa79d67bbd7d17dd3b6d
MD5 898612c13c87df040bd18e8d61b82c43
BLAKE2b-256 8937e696b098dfe038d59b4154c2c8d581b2c495ba618989a195967dd73182db

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fb31bc65b5394174ada6938e9e3902421188e2d811720eacccd468b29acfdec
MD5 e953e981b2bcb892c047c0b146da1ca9
BLAKE2b-256 ca5b03e638893a6ff4780f6d36ef5ba36cae91a2315272298c1c32be721c07de

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fa8144f09607098e5f015fdcc3137b4297fc3807dc81e65087644f019bdbc52
MD5 30566203c37c155627c6f4e2611e53c3
BLAKE2b-256 c0d8c9739057f8410150373c26c5dd092e3a711d193229b0ecef4822cd5d0287

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6be3c794cbfc777d67f650da2006288578ba71611f17ee47cc4734b1ef21b25e
MD5 653c42cccaa933bfcc0ae41c61f8214b
BLAKE2b-256 be9d9671c081a76c226a1607d13f93bb99eea4a90198b31f259489caa1ef497d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e76a6501d6c1365704115bdf52832971d92bf7490731268a24c98cc4b4b66ca5
MD5 187f47d26733ea26ce93c7c5cc97b4c4
BLAKE2b-256 165929dd9e599a20d06b18c871dd1c401bb293a1c0dd4514df88baf23a401624

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 3556617710f8d2b9fa70327a48d3577372668070a43b5f7882f467a944396f97
MD5 a5a0f34e47650a4a6887e0a57fdf07bd
BLAKE2b-256 86cac2aca1ba0fdb1f3fa9e6efdb7ce072f821339ce0fecd7df61f060cdfed1e

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8129e2d6a7049b41251d5afd9eac921f39079628576880e7f5f390ba77539e3a
MD5 3c94fcc0713307476a94e37921dbc54e
BLAKE2b-256 c3ec6d2341c6014b7d4f67a940019de4cf678bee9dff2aec6b7f87f7e44cb7e5

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fad2c118c6232927fc9c548a46db554a315e4ecfb164ce0d618ef93da502181c
MD5 a8c0532398be5a589d4715aed8923465
BLAKE2b-256 ef8109d277cc04d0459b4025136be71f2037abfe12365670c2d8874894331bae

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 240e531cd1358a02a47e0be93160e892dd0524ae9edf1498a6356b48ba145d93
MD5 97362972a4ca0b6c8e2bec709ce8514f
BLAKE2b-256 a8b7db0ff7ce19baa8f36a6e6a8f9770d9a41570dac0e6e53fa17e87ff87fb0e

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b60d244856d01944f4bd3f9f9b45aa8dd7404852fecab041ea33a0e0808ada0
MD5 bfee318defb21bccd5463e8e0a38b81f
BLAKE2b-256 2d70379b7c9c187d38cc3018165ca630b45377467652420d15d1c4fa58aa1551

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1155906d2fe56cfcb51ca5298f2fc3a38910c58f2a0ea9159ec1c4c00c320f3f
MD5 67070f2f6bc28551630adf450cdbe7e9
BLAKE2b-256 7707124837bc4d74d5b5c21d38c29970e19c6fb99f8fc04170dc2d611853606b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-pp37-pypy37_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f6b38209e1289a55d7634e0b31c546739b11d0dbfff2b1fad5963edb2f947501
MD5 7147fa1da62289478e5f9eafe1931563
BLAKE2b-256 5e1f8dd32c29682be49aee0070b4f73c9f2159f1587a27fd37cbc6d1cb9e3f34

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ceb480d13a99dccc7f5771fd1586f8162378b7568b1ca3a5c8897fb302bea2d6
MD5 25c8144970db8bc8219cc331c53258be
BLAKE2b-256 0ea2147c986aff96901ee092135ee964f04803381f7543324da2fbda1ec0d64f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3359c5711868c042ae3ed5dd2427df7d3e5fb0e1d7dad3a0ef7bedf675290ad2
MD5 deb8b2a658f00a5bc21fae8e7b5ee23f
BLAKE2b-256 ece8644cf7299ada5e1fc4245657d54b741128a37c8ac983c26d8678ade3e2d9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a9d19fcaa4e802a24cb955a1dfa8a33c819a33906616a28e76ba75229f54dd9
MD5 2c8a76648d9c2e372bb835ae3a5a9954
BLAKE2b-256 19296d153e371062d45750f75f5e9e40c8ae25ea4d6d7eb32a2db24c771be736

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce0be0a391ae6a1543bfe92e862c26fd6ba64a0cd9f8db73ed69aa0608d674b9
MD5 7c5e959cc769f46e06a1152c62655a42
BLAKE2b-256 0ae015e040f9be07b48c1e992eaaa58289dfafa10e7c5da7becd556375d7fe1e

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26f6f1d1eb2858591e75f8abac8fe32570619c0380677a9b8d5cf36b1d550085
MD5 e03476bc5a73c4fb0334a1aab9088238
BLAKE2b-256 e080ffb218a1cf17c565f43d0dea7624b41f95048b3975b628ffddfbd6446139

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0913d71b374e85397506b5299a9cd2e2b1362811920d58f4a17d370a43f507a0
MD5 67f773757897af0de530178745cde4a1
BLAKE2b-256 a2a53ea41093fa89718b3f661acdf285cea20c87bbc67d9f38bb2bf181c8bc13

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 372c996f9e5e9404172dcedd0175cd3790d21ebe4d1267065638d21e87f10ac5
MD5 c57721f595c0fc7a5883446a3d43cd82
BLAKE2b-256 50eaed5b66372094c6585ed3965ae7e30bdd51bef89df46084918f3bea419522

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fc2d2d0c13d7c7758a4335644763653003b81745d26c83b6d39ade993a3cbb20
MD5 592fd4576b0d0ec985359ffabe524e52
BLAKE2b-256 05b7ec5bacdbb9962cd981292a465da2e72d0a6211fa22a90b366faab31a85c8

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddcab21744e59e36362c3ea82c8c907e18d4bb77d145089b8239eaca5fa63a28
MD5 1e956e5c27feb062290c9a4243a15705
BLAKE2b-256 178ded5ec5c2be43914af0d6481d77fa957aaf489cd9f89e5b7909128556794f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp312-cp312-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp312-cp312-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 187299e23d22c8489ab1192b0b25eae6ffe342ec697a70cbf5d02a50cf2321ba
MD5 8fccbc82531b5aa04b675e26278eb745
BLAKE2b-256 e79438bd8a4ecbb25cb19494a1f75315fb1613a1732d0f6ad6c73487282c6609

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5d92cc94a4166798abfac365ead34a16f0e39b91954939c2362afd5c506f82ac
MD5 9ea23bc56384ca8cdf20b2631823c1e0
BLAKE2b-256 86cb49d65a7e5c37764715ab8074b4ce257d14c91e2d2c7f0de7b2e7bf8d4e08

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 35258165ed0bb5d9a9cb88226006fbb68b58b8b26db4e9f7652834affcaaeaf9
MD5 d992fd6d569ecc58303d67f91b5d8032
BLAKE2b-256 820a20a5da876c6ba860eb9d45d01facfdf4730a52db58ecfc5d7ac40dc567d1

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c705e0685369af66552d7f4e8c76f7dc19058dc3a3c86c403312eda4462c3ac
MD5 3ef6102e5db6c27ae5bb1d381d42ebc9
BLAKE2b-256 f7243dd7f4256e65f7512d15d1898d0f0523c697f3dd5a164db4b510888d2c5a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 22e8349e29ec436d4519b05758c2e211dbb8ad405484483b233983c8e60d25da
MD5 fc54354f21762c0f78eeee3434143676
BLAKE2b-256 911229a7e621b8235a4995518235012affbe18828658922a5cd3f317c8426d16

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 185ebb155acf52fcd014f3d251632adc61dc3cda220de8755b6ed5649e54816b
MD5 b6b6eef7c1bb1716203c7831ee23b8f2
BLAKE2b-256 7bead260f08a853ae7c82b8c9f0e309f9aceb35115b2afae32db5d55807ca404

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 25b57a3514a1b07c44af75530f96290818fd70d0f9f89baa8bae5425daa6a904
MD5 d713d446b8b1bf8d629fd2d18a411053
BLAKE2b-256 bb85a18aae507da8cc5f1497f253e6e8f0ff591b06bd353956042063b2b70a8a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a929a5b852775a87eaec269c3264fddbde19f53aa9334f6bc5f44d2071135c4
MD5 7355829f45fe6aa96546890c82cdda67
BLAKE2b-256 6d6631f058d9425d35b7a0941b0ddb4b9ab0f9dbf77d9d3c07181bf90722f7c7

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5a37b4b0478b357c5115a83b5de2770a17ab5d86d048185fceaa63e918af1c58
MD5 f934c8bc9a17357567429ba22ba5fca6
BLAKE2b-256 3879c82771a62e11746325afd7adc2343292d3a2a9180a40e7709a93a8f3f6cb

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2cfc3c4319432a3bd485d06419d2505c4b1b70f8eb1b026ac948c8424b7f2dd
MD5 84ed9e3cefe578ae3c8bd897ab1ba765
BLAKE2b-256 9bd413a772f356322393af683b5e4d61f0f324dd5e09c094d83692fdafcdefff

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f94e2fe6d2761c6b4e030c51e65317e901c07d5ee530fa5c1be753ac47f9e5d7
MD5 e4f2e29500985ed97e35c3b3d1014f12
BLAKE2b-256 d669dd1ccfc3e768f8b0d9d98e7a2da210e016bbb9a1c92fee1f07d19c17e98b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b8fbfc93adba49ecb00aa3a442373315ae43e8d6689206319585684445a6ef2
MD5 02a86add9b10bb90927943f7ffdaf70d
BLAKE2b-256 d9a150ab082ab2fb8ffe5640c4c65bf6aec4aafa186a40c59e1c8c2af760ac5c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 2ccad3e51c04a2f364a9128217279211a21775509b83834a65114f4e411a919d
MD5 030a6381eed767a120d50d1613fb4118
BLAKE2b-256 4ead87f9c3403d35a037329916401273e35e202f5fa783473b98dc27bffc0a50

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 b4c962cbf9559474e2e0a00c79a7735134bad51cb0f7adbe7883473626d38fbc
MD5 92bf117e35b913976facb0f0050925ab
BLAKE2b-256 e54c46bc3ca8a5af6c51df9995591675e7e517e4175c3b07bd2140133fb38733

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 b7134deddd809a9da70db276b07bad8987d61872514d4d17116511bbee0e9146
MD5 f2c7654cfb286526f9cad172f74096de
BLAKE2b-256 6ebd5bee4d6a7ac09a8d0ef7fbf7fc9f86f6beaf315f7509dc0342215d131a18

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4787b6fcb17adeab5d4d4556f3dde9a23a5c811bb41e2df88999fc615bd5f9f3
MD5 8ae97c4f1a76288645caa32dbb68ba37
BLAKE2b-256 f1b9ef435f85468faee8d2d33aba4813ea6d2c50de61d80180e1e8fd8346a87f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8f6ece9b4e954979f19eac63aab0023bfff6c0d4d0ad66ad5e093daf288fac83
MD5 dfef756bdabbe7632773a7661ba97d3b
BLAKE2b-256 072f9a5ebd104013f32ad909169ff330858b7dd4a7d54539573713e0b774771b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 898338072723058531d3a8e9c1aefde7f5df55bd849c967a63f550a604286b18
MD5 51f397d42c11ed094131b70483a459ee
BLAKE2b-256 1c225dc7fc2554a20ae952625a1b514e706a909e3dec7362e6d2bf514f80f59c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb4b46290b4d0e5490ef0ca59be185d4f582abe8ea24178bd49028642dbc5417
MD5 fb9cce7f3eedc4602c09941c4481c764
BLAKE2b-256 a02d8d14a9457f6ed696f42e168cee2193cc00389d1f3067a84154b242c635e6

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21867f968df88e3a682c1a0fd414e4a19387ec8ed42ed98852b3013f60152339
MD5 65d32f6961fe75c0dae0185a43ba7f19
BLAKE2b-256 9afbf9683243a6404c42f1ef761d87bc11dd0d29abcd4d64b156e9408307929d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 23de4d4b4d22ab0fb926a5ed2f44b65b4175f6581fcdede69889906429cb25e9
MD5 54cd0b854fb1362693701f9c23e8f79c
BLAKE2b-256 12acedd2d127c98be31dbc344241b239493f3be1421a7dfdf22ddf26fd0e1a20

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 246e48b0c60c805bc7fb5e3be724437fced02ea85c32395c4ded52637b4e9c92
MD5 3d1aa5caffd8570a51ef730d27f77365
BLAKE2b-256 8085d00125c255851b6355dabab13143a211c4933cdbbd70f8e16df3efcfa83a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 84e839d840d2535099827d73ea873ab9e460682cf472a4c245e5d4ae1584f192
MD5 88615d1db98bea4a15c284895fa613df
BLAKE2b-256 36272a98c758cb475f25883269952cf7eba45a09cae111112b9258be181f4627

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1853c82dc5be9c289dd7270bd00d2edbd241beb2158f6b5339ee521b7761f4f
MD5 c47bf9504a4c7d21cf2ea34eeff4dd22
BLAKE2b-256 7f7562c2aa079dcf2719be89ff59fe3aacfb5d261bdebe630dae4d03fd0d97c1

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bc5653a1e177e0a5dcb9f5ad82a056e5a36154f0c065ab0937406f806efa8b97
MD5 7e23f196d338359029170083615d030b
BLAKE2b-256 dbfbe93e28deefb3bb6d755ab1c11401aebebbd24e3fb099b3e02029c8d3a6aa

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 09ea05ed1551b05f1151463d491de97bee5ba0f665a0fa48890f380936931adb
MD5 4c79e407510268148ecf621f70df4400
BLAKE2b-256 8f55897cf3dce3e97dcb87dbc0644a9fcf400e8eebf76edd509a351fe186e305

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 1795e26c23c5dd4f8c3ca81494800d12735e99e885df1f5e7ee988954c1cc3ea
MD5 3b9fb94af5de933c02902cb3e50213d5
BLAKE2b-256 f587fc06bc034d1ffb450447442c97def9b7b49b0eade2787ac985ee2da15d5f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7d8c3e138b1dfd2f16b43dea1e3b9f02fe657e566d473593242f94f40c38042
MD5 49cf3fa527fbc5e54b0c4d38b5a0d9c5
BLAKE2b-256 c8a983e30eff59efd35eb1eca48117e152ad3cd99bbb995f7b5a062381533083

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1da4f7e90a1744243584ecce254b997a43823f7f924c10f319cb72221baf569
MD5 e2db1ecb35ee3e6ef5ad38d5749793a5
BLAKE2b-256 10833c6a9bddbaeb5dc68cc15e42152dea1e31ada367910609bf1b2971cc0525

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10932e15b0d0566e53f3a03c01a075d6cf135f80ae1355b29838ec9ac7d58e5c
MD5 bd2c76ddd9d9bcefce67b619cbb2a720
BLAKE2b-256 861ab28ea9b04383ec4cf240c3fa17a065db3388b8d0d17a0704afd8a11f9514

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 739b038ae520e250240cd9af96784e133012e280a59ea82461d9b30663efabcc
MD5 6febd61dcccf111b3136aeec36e54196
BLAKE2b-256 be4b9698a839ec10e1c5d35babaec29e65ec99369bc7db78c08548b24969a87a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc3a6a3c5e64848c4e8199161cb2db3a56423ce044a4918d5727d10c8804545d
MD5 71a4dd986dee098a71ca0660c83508da
BLAKE2b-256 1af54311e5e747f35e5772833b98b86844010200503d8241072a238a993f3cc7

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ede8a5beb3f74cde27e11c364321f586ca2d9a5e69abe1b27a928da4c359ff78
MD5 68f7873e72f937b146b14b086e7503c0
BLAKE2b-256 1fc9a08b85474079675948cc0ba08cc97f77b85b4f2362f26b007b9459ae7176

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cedd9c97b2222038852350117cc3be3d8ca2109d47d7d908c5a2869a9bcdcbdf
MD5 b7dabcb44370fe9f0aec85779c0205c5
BLAKE2b-256 6373f4ed21c25fbe0438a65ac9297dd8190caf90a6b33ca4b603def0cf0d9091

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b509e5705644e37f3cc050383d985b67e17ed664edb589ca83625c3f7cac520c
MD5 8dc6e37508ae7bace9fc32633745b6a5
BLAKE2b-256 2c91d8d00ed4d10e0f626048bdb78fce31336def08df4c563e87d7a760f6b9a2

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0d92a4f5a53a0b36ececf51a2fca4c7bc9a1c0e698dbe689750d0587253c46b
MD5 0b7d0d3286d204f8c667ecec46b577d8
BLAKE2b-256 30e5817d9b51124667ca563ffe78e2cc2e3612d95d6852a3575ff1dbd330495d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 66dd5feea1f46bb7a153d0de5e94cb8f29c06024c036d11635f45d7a0363af53
MD5 c2041953215254ff7f072f02b6a1876a
BLAKE2b-256 e1eedeaaa5a6954091c5456769c9bad36ae97d88e1285859b62a4b74e727e834

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 70132bd09dfb335c02eb479113861ea3c4afbbf19b006cbdb0bf70f078ea9ee3
MD5 6d58e5972c0b964a0e3e6aba23030083
BLAKE2b-256 7a6f6456f800c3329c6190b963f7f15a63afa6b937c8a5e4e695c164ebb7ee6c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 8a377a872b6585a7fb7c87ee16e55ea880aadfdb7fefaaabab2171c0c8c38f67
MD5 c4dce48d5692b677e9180aa4fcb93c65
BLAKE2b-256 640723007fd577d3d4b44923b5ce7b71a7000cdf7ace0d7694c772567f065302

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e79fc8c6c94b36cde30be372aef17cedd829e91fbb90124cd7efe00be103c4e1
MD5 55f8fdfccda802955adfe8e31719ba98
BLAKE2b-256 60dbbf33cef35a344b4011ee186703d8c0138333368c36980511f81f0bb2aa66

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46828f4283dea22fe585579e5808081574a9564c66c536e6a28d6a97096bbd48
MD5 246d96573525204cc4aa8de493cea2ec
BLAKE2b-256 49b4f4a10676cd2ed725d9513a19e78e9eb0a5dd726014c12e034524cfb16f07

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1902e2802142e2440411a2ff6cffa3d0044a3734e48d6cb244f30c6092c4905
MD5 fefaa1544428ebe99f3716d8c2ff98e5
BLAKE2b-256 67d03d71e934a288a49afcc1a7667b736fdf110c88b43e2bdd19025deb61f400

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8d5377b9d44d5f814566bfb725368d75927cfc4b2ca8f863f099d63289fd8938
MD5 bf658161f9b53c4e1007795f236429f4
BLAKE2b-256 846b1302d06dab39735124454bb5ec6f500b76f91ead8e50c47e37d53bd61223

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 50ac475e261ce80eaf17393abfcebda930083e08b43ca7bc3258caed92c93cd2
MD5 54db4206506ab732f67b0bc8513066f3
BLAKE2b-256 8585b84b2fa094ced94b418e303602534987d73a065bd3e23ce96d2a420fb56f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b4589a08bf722949246b7495c209935f9612671608169f8e7488111d4367d2e3
MD5 786a7f0b0dd2e0c4ef7aa125740c7a4f
BLAKE2b-256 724cbbee4edecc35e4087fe32d00e5bfac2c82dfd0d218ed1ae37e414b02530c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68c83310cf7ca79e6df54e22a0af8ebc77b94ef3fad28fa91343ca81b411a8b8
MD5 648011fa85f7abd65ae1e645f64f4153
BLAKE2b-256 052fbcc1db81e18c56004b97f47e6e91ca93bf2fa1f24716ebdd860480da433b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 61beb369459a39e59e455a7f03632c075b3cde044388f3f5d65418630b71de7e
MD5 891548eca990e83639a163b7b73e2b47
BLAKE2b-256 df8eafcf20723a174d9da05652feeb49a75b34214cf2230f54b73d4811340336

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18642f05eb763284ab23f5a49aacc13fb2b5a552f4d575efa29db303d8dcaeca
MD5 28d4ebfc053c886b3b502bd700c01dc1
BLAKE2b-256 459e0b3b4565005597175b3bd9e21bee36b7254666b4dc099183528b32287a1f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 a7160d45c756e15a458deadcd9d868b3be9b5ae50ee142224213c10900c08452
MD5 0053620da595d71015f5b10aaf6175d3
BLAKE2b-256 0d94cbb6cb956d4f3a31dcbdc67498fe5e536b5d6ecb9dcb1b3d0504461759f6

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 611fb21e3f3b9bc6b5c2ecb31b60931be03a4f573e36ab587d456956c20ae1b0
MD5 374bae6e50973735f594b1952ebaf71d
BLAKE2b-256 003de7c81ad1d53de0bf86c2cc5ee784676f27bf53bceb747f9587993ec62931

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 c2f450c719da0f1265cc2aa5c0c4287a9a0a33ebc9483c8c654c1fc1d20b15aa
MD5 6dd5e8619639f06c1b48a550e36f4f7f
BLAKE2b-256 b3ebb1fa998a974d4bc0302aedeb0a2d04998dc7752a9207cf6f1db54df31fa1

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 35cb3cdd15c364ec477783a638cbba335daba77f3d018a25762c71adc5cb1407
MD5 840ef7d10f00d282e43244c7f715f170
BLAKE2b-256 e7ab426db9c62ba4f48a7792b84efc94756d6cee5ee920f55531ee4467de53df

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b2f51092410fa59bde6933baf74bfb350834857c8b8f908869a5bc256d37ee61
MD5 a2cca0e3a32cc0973e808e1edbff4d65
BLAKE2b-256 47df35670878b1d44a73b8a8365a5cea1bd5a296b8f673c559c3f87b427a25e1

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b56425bc81e0dea38392c4c601d7bb3091675f21fc1a3ccf4054dc11652ef34f
MD5 1194770cc8fe385a5f1eccc7ebd744e7
BLAKE2b-256 8380353b74f8580aaa043e27f84b9c9c6d8a299c8337bacc61227c00c790ec97

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12c8536e9ff40d7b40495e9f5d9a619db9547afcad20ccf1ced50edfcd6bc204
MD5 f1848ccf526d9803583c20d096c7f7f3
BLAKE2b-256 e9822d22115a11409a543b959170a984019c7de18e268ff45641b79cb152c8bf

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2231c75007dfce2b15507bb73181e87c4809338328352b0a392c8da088d5858e
MD5 b2cd4ee434308a5f7e94b58d990be991
BLAKE2b-256 3db24c492a550bf9159cf0e0bee2c3517c584f1697837eedeae7ced61e7a5bd6

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b88ebef1a42e2653ef93956e56c1eebc114f547626a492d18eaff7389aef9175
MD5 2bdfb605be566707c139315f08506917
BLAKE2b-256 52de088396703b7223cf3bd0f62b5f13b53413d96f4c73efc5d65a72f721f732

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a54e7ec01289c1fa823dc5d4309cddba65482f041de8a02fff177f851d2a0582
MD5 fe5a914485e354eee67ee2c9c4a880f2
BLAKE2b-256 fc5ffe6f706b73a991b1974ebd64cdaea1724bb48f8a79febe6a2a4216f6a30d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c22f1875d95be00006d26b7feed99a3f5110eeaa53b87fd4e4ed2330551bcad1
MD5 77e15b534260e8296ebe1b27423abe54
BLAKE2b-256 ef087de86d48846acc9ccf64eaca2ebd2bc7e468e50cdc32fa794e670cb16c92

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19779bd2e0cfd8768343af720fdef5c21e08f69c9a1e52351d4e283ee8d5d34e
MD5 4960434085f35d801a6d16b19bd47d62
BLAKE2b-256 5d7fef69930d6d61ea1e6863b59b5320bd97b41541fff94888a86ccf026028c9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.0rc1-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.0rc1-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e802e2ad16efc92e6bc7195b217c0e76ae3d4eb5c5be625d3e0822b6096d251e
MD5 b74bf17245d8fdd6883755e4a45ece71
BLAKE2b-256 7b6b77654198edcbc549e06263d45126fb25e8ec6237c3a6f7cfea28e2e40447

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