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.3rc0.tar.gz (69.3 kB view details)

Uploaded Source

Built Distributions

safetensors-0.4.3rc0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (410.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.3rc0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (415.2 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.3rc0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (411.2 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.3rc0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (415.8 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.3rc0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (410.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.3rc0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (415.8 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.3rc0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl (417.9 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.3rc0-cp312-none-win_amd64.whl (289.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

safetensors-0.4.3rc0-cp312-none-win32.whl (284.5 kB view details)

Uploaded CPython 3.12 Windows x86

safetensors-0.4.3rc0-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-cp312-cp312-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

safetensors-0.4.3rc0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-cp312-cp312-macosx_11_0_arm64.whl (411.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

safetensors-0.4.3rc0-cp312-cp312-macosx_10_12_x86_64.whl (416.1 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

safetensors-0.4.3rc0-cp311-none-win_amd64.whl (287.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

safetensors-0.4.3rc0-cp311-none-win32.whl (284.0 kB view details)

Uploaded CPython 3.11 Windows x86

safetensors-0.4.3rc0-cp311-cp311-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-cp311-cp311-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

safetensors-0.4.3rc0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-cp311-cp311-macosx_11_0_arm64.whl (410.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

safetensors-0.4.3rc0-cp311-cp311-macosx_10_12_x86_64.whl (415.4 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

safetensors-0.4.3rc0-cp310-none-win_amd64.whl (287.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

safetensors-0.4.3rc0-cp310-none-win32.whl (283.8 kB view details)

Uploaded CPython 3.10 Windows x86

safetensors-0.4.3rc0-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

safetensors-0.4.3rc0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-cp310-cp310-macosx_11_0_arm64.whl (411.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

safetensors-0.4.3rc0-cp310-cp310-macosx_10_12_x86_64.whl (415.9 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

safetensors-0.4.3rc0-cp39-none-win_amd64.whl (288.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

safetensors-0.4.3rc0-cp39-none-win32.whl (282.9 kB view details)

Uploaded CPython 3.9 Windows x86

safetensors-0.4.3rc0-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-cp39-cp39-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

safetensors-0.4.3rc0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-cp39-cp39-macosx_11_0_arm64.whl (411.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

safetensors-0.4.3rc0-cp39-cp39-macosx_10_12_x86_64.whl (416.3 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

safetensors-0.4.3rc0-cp38-none-win_amd64.whl (287.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

safetensors-0.4.3rc0-cp38-none-win32.whl (283.4 kB view details)

Uploaded CPython 3.8 Windows x86

safetensors-0.4.3rc0-cp38-cp38-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

safetensors-0.4.3rc0-cp38-cp38-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

safetensors-0.4.3rc0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-cp38-cp38-macosx_11_0_arm64.whl (411.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

safetensors-0.4.3rc0-cp38-cp38-macosx_10_12_x86_64.whl (416.4 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

safetensors-0.4.3rc0-cp37-none-win_amd64.whl (287.5 kB view details)

Uploaded CPython 3.7 Windows x86-64

safetensors-0.4.3rc0-cp37-none-win32.whl (283.7 kB view details)

Uploaded CPython 3.7 Windows x86

safetensors-0.4.3rc0-cp37-cp37m-musllinux_1_1_x86_64.whl (1.4 MB view details)

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

safetensors-0.4.3rc0-cp37-cp37m-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

safetensors-0.4.3rc0-cp37-cp37m-macosx_11_0_arm64.whl (411.7 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

safetensors-0.4.3rc0-cp37-cp37m-macosx_10_12_x86_64.whl (416.7 kB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

Details for the file safetensors-0.4.3rc0.tar.gz.

File metadata

  • Download URL: safetensors-0.4.3rc0.tar.gz
  • Upload date:
  • Size: 69.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for safetensors-0.4.3rc0.tar.gz
Algorithm Hash digest
SHA256 a376826b82daca512ea0f77e0b84c1fb16c6a2983f835c2be237fa87114a3b51
MD5 47ef2c68657d024cc16d5af97f834030
BLAKE2b-256 02fbda131a528bd53ca95bfea9f127240a1dfa20e78f1e5744df042566d73c40

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ba965f984766f92455d037105f3b0ee4badced9a207ba7f605dead64d45a94a5
MD5 0cede42dfaab1b868b429777a1d2a2d0
BLAKE2b-256 1511fd794944fb5c0f8851d1112503a3d3eb030c0cd439b3446f909dd4c68f43

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2b032a1ace9fdf1404eed41f836f59cf0c9c5f188fb55c85a7d42dd623f964c5
MD5 2676374a85048512a6527008cc5810b3
BLAKE2b-256 1b82daab5d601bfee8d13a22a436e9a933fbdd97b20564ab86553093901f54da

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60681abd2d28201e7141967c75a88bfd2ee8c1fdc27da046bd7e2620f564eaa1
MD5 9e485d2b8357efe9d5261b4b8692d4a2
BLAKE2b-256 bcef30dd2eb468f1c5c40fc3887f438543aefd474ca28ebdf0b5b1064b63685d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5574c59032180dd80a01946e56c2d68929ec837bdb361fd00adce0f5eb20ed6d
MD5 969751ad85e0eb002880ec708bdcebab
BLAKE2b-256 f065ce6c2ff331a7655e2b13fc1cc32f4295a2682c19217716700261611c8e70

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6554c2c62f180dd5e5edbacd47b7a11c25c72abeaa52b84438ee187530b2e0de
MD5 d3c184db3ca35b8d120f124d698f88c4
BLAKE2b-256 80552e81e8d7ee631b18ae8b8b932039290cbb1233afd0553eae154e0f1bb6d2

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7dd0334c9d29f5ba14ec485efe450dddee88d4b82a51694129e0748669f61e5f
MD5 ebb1e5be3814faa951c25439da675235
BLAKE2b-256 e49897a7c5d298754d59d7d6792ed0c55c45ccd6d10035b3a67eb37d523b5eb0

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5858d9ad3965e3d3cd78fca4ecebc08eb1c960f861a035453ee80f1e269498a7
MD5 203a191bef42ae5344bdab58c1f34974
BLAKE2b-256 eba4415b6478525495e02df5936a6b2f5a8b1cb717ce1a264c6f99d8b021da7d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bff8af572d8a303bf13234233c08cb5b987306ab8345e311404b46608a8da356
MD5 a397d04b4031bd1aa7cd53f2aa3f3238
BLAKE2b-256 9e59c280b0a6d5609a1896a58924826537449498b0b7f05c65d2c1798699548c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6f400219f3ec2d72d30b2323e707fe31778332b2db50ed32c095e5dccbb4d221
MD5 0bdc0fd5cc774e0ea791e8c85c4623fe
BLAKE2b-256 3068d74da38149823bec53aa3e33ac7ceee3427d6f8210e2bd56c8818529dfd3

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77cfde13067e039b511d763e1bb38688c18c2ff5d6b4d43efdd6e5c5b944f275
MD5 37c035f6bab5a3c464fc2d9e581fc75d
BLAKE2b-256 f6a1ba9266f2a6db9b4655cf79a0b84e2ef5387ee0b6fd0b0827fecc9e5ed06b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b0bf15173c75e80b043453618d3c11fd41e371261726f1487139243ab67cff1
MD5 22c2021a5828bb5fefebfdeba202e6bb
BLAKE2b-256 5905ccd6ed7257ec0a0c4dee3bd73e067ba946703d93f4b25120731ceda54d4b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 719541065469e27e2daa43eb361e223113a7ae82397e81e0c29b8bbf160fe480
MD5 5823aaf5a2f82a2aef5b30cf2a9f0f20
BLAKE2b-256 5dd380a3d3394fe09ad3aa1b61a2374935aa419d9bf5b495c493b0050f269e39

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 413daa30f0197e62d302b641d557974492ef38ce93347ca5ba79f0a00ec18557
MD5 3914302ba159033b443f6a7a555d1543
BLAKE2b-256 43d930bbc4737eecfcc9af4a2c9ec7dd0e82a7fff242c9288871fbe9445b1eeb

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e7970bfc69cb360e2ee5a85b2caf4b0285a418959bff8d4c3c444f9c0d24149a
MD5 ac0fae9e9ed62deda3a07334706b4933
BLAKE2b-256 94b39be313d9d916cfc9411f0c7f8ec5eeeb8bc07b0c49c5447f84ec41f6f405

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b9f9ddfe25bbdbff147daf9c3db0e75da246f5686f019d85be020fd0d3865784
MD5 5dc384eb3ea75ca104cd1d5c603571d3
BLAKE2b-256 0763318ed84f9e68fd2c288e28f09979eca3ddc400b5f30d2f79cf3eb155f2d7

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4548637bde41f88bf7a4bc61074ac07c2e1333b8389b6c605f663956b493838a
MD5 1faa0e72dbca3149e1490c4b9bb35a2d
BLAKE2b-256 ac3f4658d43f1ad97a31cebacbe981128f8949e7b0b76c0e4592de156569d761

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1fc3ccf078a0fef40c9905523a1cac1d16fb9ab4a44b8ae90dc3492c53d3bb2
MD5 837febe9e59cf0b88066fd52b0889a7f
BLAKE2b-256 2da715dea2da74641825431406fbc7030862d17ec037e1021e6c2c7b336bbe54

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8baa1d3dcd0cd53bb73423212788b52196e19ded5ca9879b3ab0efaefac80884
MD5 fc4d7e80b0501d8cd8d3de137d7e93b3
BLAKE2b-256 1464d6d6a7424ddaa8f9d1fac2e3d2524f3633008dd550a6b464f8320cb9bf2c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aabe1d4926858391fc0beb012ff55d2144b141a133682175964822408154aa86
MD5 31e2b193cd106a8f4e12c7fce12d4798
BLAKE2b-256 137c820cb75e93bf7a7ff9f35f93a556f892f20bbb7e8a4d1ca858c51bd8b23e

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22cc99d2e6b8ad894e59d45167930e6a46007e646a843fe5db12342bccfa02b5
MD5 c9afca28eecc25036ec0c26136d51ec4
BLAKE2b-256 d0c539ca0758f6e0415adc3d7cb04d4b76a497974db268c4b7531bbcbc565793

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dbcccf1ee7e1ac40719e045696d46d6f5982edcb246bd6bb60ebc7c1cb381d94
MD5 9b6507cd1e856b814e8f92c13a384386
BLAKE2b-256 c8c1c39b1a71d5a2de56b8323fc3f9bac4e757a54973f8d77a591b4097b455f9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3667c1e3789602a7c019ed09c48601229a5d27db5163945938cff84ff06445ae
MD5 b00d5f5b834b6e0ce98acd68e66dbe55
BLAKE2b-256 0749b55c9f73b1f475f96e3a423c38ac9d3a866126c6f50d30cc582e57422e86

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 060f5f34640cc426c6c8018afe3ec7cfc01d9065e6dcc08a1a185a0d8ff8e7df
MD5 beb95ae3b1c4b39ff94d98ba2e3ff9cb
BLAKE2b-256 dcc01fd4349530c8fbed6f7dcd286b6449fe02cc54b7c4f94fb6bcfe1fc232ae

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5682e9456d56e9adae68da0ae544d9d63448745e353d0763e999301e162d1c8
MD5 f61ba5a7a35efe9de9fad88245de43fb
BLAKE2b-256 9342b55e6e8afc84d6302615e6fb9daf3b5865f6296774be84df17d6a14d1288

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81c7f79284d3c135a6b390596b29300263628df77f4694d17dbc7feac885531b
MD5 f2786996c1ebc9e9386a157438f74e37
BLAKE2b-256 38865b577feb4cce97fa97fe0f6a89cdc47f021d308b04f84aea600326a54bee

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 823bed5d5b3c0f13d14d964cd56e7158180e97543ad2dda78870a63394f8bc65
MD5 0f273567fdb767d4f35a760d0ce4a3d6
BLAKE2b-256 ef597b65f1702f16ab351a08c9cba818383fde4a2f43236ae26fcc731d6fe665

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d93e60b0ff4f672f919268ecc5ee04cb27c5bdd04374b760100041b6e0292c51
MD5 8d39ca7318c5d15e73e4adf346a77e1d
BLAKE2b-256 5bc228dc348e9c0116790b0f4bb6fc9361faa95bcf7f862983376eb28159dc61

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 cd7baf03a65ab207c1dff522e2b3aba20ab8f1409ff46f4d51686b312378877d
MD5 89a172c0679295ac5abcea41a95e43b3
BLAKE2b-256 96003f64dd279d92143bf59490eab37c99ca9b2ab5005df952e4f5b3ceb4121a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 8995e5fa4a8f2282c5ebeb3462d260f26ce4f15e32afd0d11503030723d89c81
MD5 e2bca1db3d96cd00a8bb83a7bc96d375
BLAKE2b-256 c8888afc293579cd9e4ddd3dcc766e7b616b170dcc625702acc795a364750e99

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fdb72cbe95e0a89532e7bbc7ad973f89c67629d2f23c8d5a024940f930126103
MD5 b8e052086c462d685f8dd6383d4691f9
BLAKE2b-256 150e346f3c8ffe0770cc52f2ee0b4cde7898b3f75eef41423a80aedb4ec945a9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a1d1dc8032844afbae5524b7872c70ff4af60fa463ae787a1f6dce29a8953e13
MD5 8ee218e77fa2ea28594daa4ee878046a
BLAKE2b-256 a95953e3ac875c2d86308feac2a87531c3be1b2d89e0376359777d951afbb555

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d6bcb2aaa59fb231500931696aa09c3366e5327678564aef6954faef0f8ba23
MD5 fc9bc67d11aeb45a9ed2316668a157e5
BLAKE2b-256 1c590bec437a102765e70756b4bd25ed00b0c7a9c1d69ae8ff5157132fbbbb77

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 953a3aa637a3df996e530b10fbaf0e7cd9ade58d7723723e9306cc0418e4f599
MD5 43fda6129f6d1c25994d7a7b7b2ab9d0
BLAKE2b-256 ea202b943cb3587306581f136a8efd64ddc43ec270b62b379f5733740df338a2

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1cd2cb7b4c0c4f86879e9e8c1380c47f106d939b70ab8a2e7059f4c21483258d
MD5 b2ba9b107cd372c2a62e2758a4dc9fb6
BLAKE2b-256 d23d21f04edbe8a6eafa965a621949e656e0e948869a5ee9c32359e9dc817415

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29e8eca8627b990e18e1a8d6ef66a2d114a3e7ef8700dd04d85589d21a42a15c
MD5 3c457bf736cd0e66300aa9738caafc5e
BLAKE2b-256 4d5523849d018a9fe3c41bafc85fdf038382827386c50c01e99ca2b639fed9e2

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9ec749919b1f65b60b2ca42142383b58580fe097f4e0f7562d3a6abfcbf9535
MD5 11e2f44399aa6facb94f6936fda0335f
BLAKE2b-256 935532f4804c3f9c7f25e9cc4f415cb14dae34dfe64fe845f69f4de5e53d288f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa31b2f0c5d4ac46bdc923f918b0ae3e95af15e00ab9deeefefee75cb5bac145
MD5 b79e9b50861c27988a690b031c747631
BLAKE2b-256 849feed38e298c3a48f41de1998a1a105ff6da899253bb7bb98101b7826b231f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 211566aeba99e255a3a86cae61c427087ef85de1aec0e21f59af88b51437bead
MD5 f28e06530b728a122d14154cb12ad89c
BLAKE2b-256 9da9a27e8acf15b1c94bc5ecbee2564db1311640819e9dec3bf7fa0cfc2abb7c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc5f3c7a1f7d9d80d6da354385fbdcb0379570b8c02392094b866c363faa3201
MD5 2d8e07c5b196a01338a0245bdf82a16e
BLAKE2b-256 81c3ed23829e9b9a99c7a6168e149efaa93685054a322a1e71cd26636d30a4fa

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 987684c880ca505a1f83b748bbe94b73199f7d8aa5b56585230d5a5fda2402c1
MD5 a4802901a903a9526577ae443dfd1408
BLAKE2b-256 80c2d6bfbb16fbc667ce81a3a14ba8fd1b06aa91f42f4e4babff0c4ca3d19cac

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 33c9a81da024cb3c687b3d5a17f835a777be01c281d2b4e4928c768da8744715
MD5 26e367990a15ed86c43d07fb15829410
BLAKE2b-256 8d0a4b3b2d87ce73be7ee8ca115bf45ff452b59dfd8b44eb0539e4223492d392

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d72010f1283c85fb71d628def3e07192ecb61d56e9b2bc8aaedbd1e12834d304
MD5 780569a3d3d8fbb23e1d9e5099635d4c
BLAKE2b-256 ec196a35f116e3cdc29a706cfb2da826d3361d0d9b398d2669901b60eca37b36

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8a56cc9c6ca7013e51a8c83f601da6408b2d264eac886f2587e856d0375dbb6c
MD5 3ef72cf69b2e819d3bb49695364f4fd3
BLAKE2b-256 d9206f38bad7abfab398dd5fa9cd8773636ddab910e1d6d9e470b19b44271afb

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e85859982d03c77e086355172773641ed5f0602efda2674c94f1a45263359e8
MD5 55a29f0a0ec3fbf653bc62c224fc1191
BLAKE2b-256 239ca451677f2be129f76d1fd43aea7bd874dc96425f57ba4f4d320303080dea

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc5d0583a1dd0c94b18620eef8a5bf9ac32ba22ac8ebe47e7fbb88e4ca39decb
MD5 53aa06a56d01fda33d9ef0428fedbb48
BLAKE2b-256 0b597560d1728e4efd0f1100da61799f6148f77deaf647513ea98f4d05cc29f7

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c2ded959a5026dea3330fc4c0a0f615e98b991a9881931aaf9c3b5f0ebb44fcd
MD5 5a5edd8b7ca734ebc166eefe36227737
BLAKE2b-256 235ccd199f893acaac806b66b27ca72ab1846e034a6c175ee74f3b24a8be70e0

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fca842ef3c5e7f5b8970284ca72faaf4da0b83820615e0307b78c7f57be5f513
MD5 cb14baae9446ae8ea5333e24cfddf3de
BLAKE2b-256 c6cf57767235b63410683be06d3011b0144d4ad46ae681fc87c8724735a07b4f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c46d7c758b50f82166f5518b794fc034edb91acbf9adfe9244c4513d64b30f0
MD5 0318cdf60c3b98c5bc235e8812e90976
BLAKE2b-256 e89ffe60cb7418d1882568b9726e4bbad619fc121e344ad5551dfb51a4791bbe

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 db723e3b0323dd20d3c70a6ea16219f7baf843c96fe9c96d4a91034aba0a7f77
MD5 0e77e82f6dbfa2d71229a94ff5656506
BLAKE2b-256 76c7b87d49d2d5ac3a8c8a8b025f449118ee96f53d61f1de93e8c43ccc6d0b02

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8765f96912fa219a1f6e61bd83b0a78424fa6f81c63e67003cd7c42d1ccac2c3
MD5 675ce3c4ba62a2a92035a6036765d34b
BLAKE2b-256 7430bb6578a4b96b3027fa8ec6d3db33850af9c2cdd1a20f0322ac9cfadd7a99

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b57c7d87ad1d6f2794ffd997df41b2174f5fc2abd5e223fcea77cde50d8b151
MD5 511e132cc259cdb5a3b6ca8a762def11
BLAKE2b-256 6d6186519228c11e6288b5b3b11b76b7c717e83a9795036090db7f20106c092e

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 9ef6f250aa96db4b1ba43cc2f1d071871b8f0e09a90fdee411e183e396cf72b2
MD5 b4ee86d09016f36445de0ef8dd956b6a
BLAKE2b-256 a15e1290159ee5329e85598af98d46bc8478e0353efaba5d93b1fe17e67e5979

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a5a5d09121896bae4dbf27f18641cc978e4ae8ee973ba9784b3ad4acbc34f992
MD5 19412ac86c72972621fb8284907b02d4
BLAKE2b-256 293ad793392eb29d1fbbf0369c17ebc66cb5ec55fd09c0a3c4ac928a01fac03d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0244f3908c48ccb5402997cb206668d6c538c225760d837bd2ec71ff24c04229
MD5 5f207b29d35f9856c7ec70fd7d1a7dac
BLAKE2b-256 aad93c6d41d8fdff5a68bb753b482b9bbf84bba241ae891bf7591936b17f9cbf

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cc75278e4722e3eb0693785db31280ac54c3dd276d772e77f449d75a689becc1
MD5 6daa9e7416d9687455b54ffd8c4e6b51
BLAKE2b-256 82f2779a1ac5735362abde678730ca813cd43ed0050abb52c2c5ca2b896775b1

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e98ee44b43e2680da7df96e6c2e51a0ca58895d461ccafc531a5bee84d0315f
MD5 6c4002c33a17d5899ed90d301732a430
BLAKE2b-256 42209243e67f03edf3828818721b5a473c9fbbbb2ad69bd732181a14c2bfcb1b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bdc15cad1f446c88c689fc0824d1bb49ae75f2ae27238067f4f5f5783f6447c1
MD5 f03666678cf37cb982057af4118b2e07
BLAKE2b-256 dc0454f35c786114423293090487fdf01e0da0da46c4de687dbaf280a854523a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1863ef5e171c3c34bdf33733aff5da8c70acda26e71ccf74f95efbff9c169e9b
MD5 b3fc96b3bfccbf769d32c2287477ef01
BLAKE2b-256 9d5e87739d019c96996745b47c1d39dd44549f17c045568a627edce34eed0ae9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b97a083f3d873261782450c7adf0e30dea235eb5c4b4d75c398ffae74f2b1bb9
MD5 f47006a6b8c8f3d304d1b5864b301462
BLAKE2b-256 8f3668ece7bfdece1e086ad4bcc0470c6a0325c0a373eb9202f4a5b23ec0f0dc

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6aad5a422b2c52c93f31c1ddc90f80a806643cc68f33f0d55d2eb623a77c061c
MD5 c1fe4a45e2ee07e9b0be1d1ff578ac07
BLAKE2b-256 025a5a35e4e7ae6d7ef1fbf156f7701b067e061d4b5b74d07973b71e311b7dc6

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b0507f20951b038a4a33a2610e8783ab43cca9092e4524a278fb43a78f8e9a09
MD5 968ed9a6e8b8f642ef3c8b579e16b4d0
BLAKE2b-256 bc3daa3fdedd83e37b95cc505a575454136461950c1283800c43719b275e8aa6

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dd59819c7cf119913e2b1e36602e5d208ee73b465fc982f16ec4b631049290a
MD5 b44903bebda38aec7ba4d3f66bf4e859
BLAKE2b-256 34e358fb373f7883aa261698eb07bfe56164241b6a3426a6af05eef314acdc56

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6318b163d0fe6ee4df7eda0245c1a5e43807a9af22697e05dd049ce3fe29934c
MD5 f67d860f5ea2241b8a5d50eeba753460
BLAKE2b-256 bcb19dd06872f9d369fa0d31fea50f3fa0ea9ee549b3cc97c1695afb239966da

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 a72d677f20b1706daef6d9d0d9376a46ac711c780f1b2d6e07ba6a2d0d1aaec9
MD5 907e7ff3043742d3aeaab70783de2e2f
BLAKE2b-256 f6886888507a2ee5a4e1add4e16f1aa8fc7cdfb0db33170e0314d5128e705fc3

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 9595694aff878e29a128fc297efcaeab188eac22eba348f179d3df8acf7e73d1
MD5 902955d4f5d15819a23d5a847810a7ef
BLAKE2b-256 2699a1e1990e7539da2c0ff8ef02e97a7fd23bf11ab004589e10712b0ce03906

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9acc4c14ee4b313e3dbb4bba554e8622cc31067eb445ad4e765c8f2f10ca0391
MD5 77e666f1fc1129da66c7c7366bf773f7
BLAKE2b-256 1373f9f090d76299ae7db172d327b69be8f755574ee6f0fc6d58ecf5d22d54b9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 990e95280172f055327a7d80d70babf3fcdda6891a67b59ef8f775e92269b3bb
MD5 d8f9582cf929d946b4bafb71d53af1f9
BLAKE2b-256 8752b26330def55a0a5d7e9dcc6e562fa4abf590498c8aafa5b9d37faec832a9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0a6471c22b7f50eb241d41e5e13ce39206207543f5df639f42f2985e4dfbf01
MD5 9a6cc730558728e40a4e6d04df3a082d
BLAKE2b-256 2ff81bbfbb9f6fca33700a55e55af2a05db10fd6b33843ef79c2deaaa52a4007

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a0d0928e325dd0512f47c044eef91c885f1f58722ea0c8edaf85d5ee187e91d
MD5 efd48c6e26572d00fcfe18ef17bfd74f
BLAKE2b-256 78efc5c0c7d2a742e8349faecdba6ecee16863d8f4c6103044048e1aff46851d

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 581c5bfd959308a405303c87372c5cf141efa2838d54127346791d6d41a37c95
MD5 04140f0ffe2e6a1cc49096d8702be086
BLAKE2b-256 e4b4f51edd8f6bb302be82fa298b81c9811d84ef9ca7e087c4292db107fe0dda

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e094b958bcc50157ac1e14a409c6973e97fcd1c243991e6c955c69598f0caa14
MD5 1c40e691e857bf53aee386f298a6412d
BLAKE2b-256 a4a98eee64d62a741bf1aebb74e62a4295ab0eb13e6005794dae60e8cfc59178

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61d5aa09d43f07e7d41744cc56753dc64101964871b1f2d58538e596e7ad7507
MD5 9ce4d5861c22849bc9df74c4b2b4d13c
BLAKE2b-256 4a3dee39c00fefa3e72df895420808bc3add843aa6b1c9e42e3ba2cdee598f31

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2965028759214e1c0970fd95a95868b509417dc79a719630141998150ae73559
MD5 4f5d98b2eff7f9e26fc17928d32cd6fa
BLAKE2b-256 9f5f735b5c4558475620ac2313e98d5b158c4f06402ab6b870187d9312e6e88b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1dd94aabd409d964dc47fb0d12c2f2b0fde5114cff5401eee81e870d30d6e21c
MD5 54379ae86a6f8c8930aa5acb4134ddc6
BLAKE2b-256 e9911103bd4e8850374384dc0dd8ca54006f5a3b88d5afa1e941a6a199388369

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 46e5d5bd2ac9b111a96df04ce0d558e2e58636c096371b30fd469b0f7781c1f9
MD5 5bd2439c12f48ecfa6d0edd7ff3e4f7d
BLAKE2b-256 d0d4d8bfcbd1734d2454e10d115b2962ceafbf10ec36e95afe1b239ac6a703ee

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 f886136830abef5f550ce948a92ca9fea195accfcdc0050e083df79e4998d0cc
MD5 2f51f9424356bd762e705b3eef2320bb
BLAKE2b-256 9964d72dcb726beef31df952621475bd1064c3647004f65345c6e0a01f0e6c48

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2d11b6145b87fcc8b703f9c57cebf59801c73c2d6fa9067676354359740f16d5
MD5 98e70329bdb29a42ec7f0661bd5b0c55
BLAKE2b-256 ac467d2736bd4fdaee028d28d59c0686786eb203317deeec8f84951a74a9825e

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b73212bc5d48b70a396545d5d92fa26ec70576acd14720431ef1217abd007508
MD5 99059ee5b64195b266475cfe8893f524
BLAKE2b-256 eba1248b124a7a2221ccc1ff34f651b2bc77d3b2c445df5addaec97cb05d8353

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3ba48813881394d6a14191ad379be10c1bc8c50ce8169df0149ad7d7b09896c4
MD5 f70eda4d132cd33705acb3fc54385c22
BLAKE2b-256 9bfa259cd59135cbb48aa742912a74cf225ec18fe94f788b2d4781c5c6705dc7

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e048c26a5ef9c4723bb689b6b958f6cd5163f895068a90ac4fcab3c5e32d74de
MD5 e9f716c7e4c2ff7225125e31adc5bc22
BLAKE2b-256 67701f9d31c1a43c4eb01f5f9a127589bf51950a95c668fc11319485a7340574

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 21a266b427cd5608191f3a23375a0bc1a9fa0904fd69b4bcf3bcb820bb18555c
MD5 ec8e8848b9ca653c6017163644dbf43c
BLAKE2b-256 ceeb738eae6421e5e78a4469dd8c860caf6e88bafd319373b242cd59f1a2c643

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7017909e2327039e6a6ed7e4c9b61cc87a3c3aafb224ff4a98a82ee18a1b1ff8
MD5 0bc3561913f145c5e7caac863e3bcf6c
BLAKE2b-256 73bd0b88e3387c97aa8ab9c78636a051cf094c1d916ada60d16ad2aacc4f44e7

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0009259d307305165a0b78d1ee8926d79999cb7cc216a807a92c002752532f27
MD5 99adf9b7f8d08ed1aefe895011ab9440
BLAKE2b-256 31817d4c6519b9884880ca5e0dc0684574dbe0090d267d45b40b7bab3a79c52c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 468748472a1a838f9d7237a83a160c69610940d18847bddc9924bbc9db3e62c5
MD5 93cf7b1ea1589e3cf55845cec3c2c683
BLAKE2b-256 8d8de3bc7ab3b8a6e39ac34e1ab861dfe4d5c9f3af560decc9568abbb8c24cac

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f3753bb1bc80dded7ff58af7df971288de7e520ce1d8fe78627259e68dc047b6
MD5 3f1fe26826d23f6c82421366cafbba5f
BLAKE2b-256 55f636efec4f486ddf0245e6f6a10b0ece593b0b57d7e7ec6463cfa11c93b489

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f16b8b52ea44ed1b7e80655fba20d3a8a99f8ec5f6e3018741fb1dd35655e48
MD5 28024c8bca25128a0b13ac10d36e2db2
BLAKE2b-256 d55dffdfff876a2ed00327ac2f6050f8160d9336d9cf760c512e61c5dd0a4c8c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 926f9794fa38cf168054a722971a4e19dc5bc7b4ee159b94f9cb9c8593c7a064
MD5 19e0a77eaa240db14a04eda6d247db04
BLAKE2b-256 27f78b3b38a046cb0a02038bde6069472fcac8a1badb3fe725e1798af8faa353

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 b7f34a42e09551029a1a7214a3736bcf92ce77454592517a2238e6d56038d2c3
MD5 a36da9f3a75186c3e4488a738551d061
BLAKE2b-256 13d1bd683149e2f86ec38100ba8dcc11a058ddec2be553d46a202bf368ff0664

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-none-win32.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 f0a41fea72e54f5f70b805c8a6da8a458ed1a046c0ff497675b413eb758ba6c9
MD5 70f0e4ba59693840cdbebf8126907d9a
BLAKE2b-256 6ba7fd4adaf2ba6bcedecdd203ae99ca40f5d3dba392cff8f209acb163e906a8

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4fe73f98a0fa4bbc74e665ec845223419bc3ef8f9eff36dc0a1b8ed26cf77260
MD5 f807305580e78b5456a249a41ef9f918
BLAKE2b-256 46769f7435b780898887af168f881180abf9579bdb15a91f4f7a95b75db391c9

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6bd3a6391716fbec46e7a8013269bc8e5957227574ec8dc3a3e690354cf84955
MD5 97a0cb36d30ff60f38fe24a4cfa30cf5
BLAKE2b-256 6eeeeceeae20bf11b1e19be30de5603c9cb8f3bfda918be241e5c34a21be6f7c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2411eda818fb96dfaa3764f6624aa70de97bdcd3bcb0eb1d48f8aa70a4b8f04b
MD5 9eded08f9dc8a44e84b4cb9edd18215f
BLAKE2b-256 c82ca8b43e2fc748f70d293777f69f2ea8245e79eb7abb7d5310d4cedb6c9646

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a7cb7b2cbefbbb97e6e112317664a48ceae9b2082bd9e215303491c8315e929b
MD5 3f5bd8cf9f0a97f2b53977f51a90e74a
BLAKE2b-256 edc0c055b86d47f83752f5104da61e9c67017bd0ce2f6722fbef0c6bf6cf410b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 30d976f15b5ea3445be8bda23a881bfc6e043af11c8787c0e39808cf14e697f8
MD5 a557463c16992a5a99dd687e5d3aab2a
BLAKE2b-256 a8d0c10f0001a7205979259c1b8b04e7ba5d300a7aeabfd9c071f507d5dd74d6

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 579c291847dff282633c1149b7b5d7b7c577a9eb10e0b77409d036d553258333
MD5 3c7d409b7c1d6dff419fc3018e6e180c
BLAKE2b-256 2dd2db16de2b69001b637a3f759ad0206defffb3e5754f258099ca939822d30b

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c47a007c08fa9680e2bf2fd6ece85eda76bd8db366e169ab05bf3c39c2d382ba
MD5 edff41ec3659661100a2189b44a2a870
BLAKE2b-256 85ff866ed3126f16b5b9dfa254cfd043ce9622e04091ae14fc7e7942f0384301

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9b185c040641298898ae2d0fbb5e87e5ecc04920a1d4f15bf412bb6730a53ec2
MD5 7222188e1dc3dea438a9cf3ef64570f7
BLAKE2b-256 65f3cba047c764348863ea67a5792e91feb371d42f7e6a191cc91caf4fab92b5

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fdf96f444bd7f6b131df54e240fc52fbe7a5ffb8426da364ff4f5f467ac6711
MD5 fe028725cd7acf4072f58dcc21598a7c
BLAKE2b-256 89ba1ba0a4cb52ca308b0cc8032b5240740c7b4e6b2806574dba9f8df0a08a6a

See more details on using hashes here.

File details

Details for the file safetensors-0.4.3rc0-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.3rc0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3cba24c37b51a7c2b2885cef9e5d00107ede7ccc70bce0c3a22e647fe64845aa
MD5 bc77ee885d9beb61eef26be3a281d332
BLAKE2b-256 42453d1820de0d23ae4d9dae4af5b4b80930511ef9ce10c2433c354a0d6f0df0

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