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

Uploaded Source

Built Distributions

safetensors-0.4.4rc0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (602.2 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (619.1 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (456.7 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (382.3 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.4rc0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (390.1 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.4rc0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (601.8 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (619.9 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (457.5 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (382.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.4rc0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (389.8 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.4rc0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (602.0 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (620.1 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (433.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (457.7 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (382.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

safetensors-0.4.4rc0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (390.2 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.4rc0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl (605.5 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl (622.6 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (443.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (460.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl (392.5 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp313-cp313-musllinux_1_1_x86_64.whl (600.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-cp313-cp313-musllinux_1_1_aarch64.whl (617.7 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (430.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (492.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (477.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (439.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (456.3 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp313-cp313-macosx_11_0_arm64.whl (379.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp313-cp313-macosx_10_12_x86_64.whl (388.1 kB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp312-none-win_amd64.whl (283.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

safetensors-0.4.4rc0-cp312-none-win32.whl (273.1 kB view details)

Uploaded CPython 3.12 Windows x86

safetensors-0.4.4rc0-cp312-cp312-musllinux_1_1_x86_64.whl (601.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-cp312-cp312-musllinux_1_1_aarch64.whl (617.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (430.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (492.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (476.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (439.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (455.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp312-cp312-macosx_11_0_arm64.whl (379.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp312-cp312-macosx_10_12_x86_64.whl (388.0 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp311-none-win_amd64.whl (282.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

safetensors-0.4.4rc0-cp311-none-win32.whl (271.7 kB view details)

Uploaded CPython 3.11 Windows x86

safetensors-0.4.4rc0-cp311-cp311-musllinux_1_1_x86_64.whl (601.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-cp311-cp311-musllinux_1_1_aarch64.whl (616.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (430.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (494.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (478.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (439.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (455.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp311-cp311-macosx_11_0_arm64.whl (380.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp311-cp311-macosx_10_12_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp310-none-win_amd64.whl (282.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

safetensors-0.4.4rc0-cp310-none-win32.whl (271.8 kB view details)

Uploaded CPython 3.10 Windows x86

safetensors-0.4.4rc0-cp310-cp310-musllinux_1_1_x86_64.whl (601.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-cp310-cp310-musllinux_1_1_aarch64.whl (617.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (430.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (494.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (478.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (439.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (455.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp310-cp310-macosx_11_0_arm64.whl (380.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp310-cp310-macosx_10_12_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp39-none-win_amd64.whl (283.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

safetensors-0.4.4rc0-cp39-none-win32.whl (272.6 kB view details)

Uploaded CPython 3.9 Windows x86

safetensors-0.4.4rc0-cp39-cp39-musllinux_1_1_x86_64.whl (602.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-cp39-cp39-musllinux_1_1_aarch64.whl (618.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (495.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (478.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (440.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (456.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp39-cp39-macosx_11_0_arm64.whl (381.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp39-cp39-macosx_10_12_x86_64.whl (390.2 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp38-none-win_amd64.whl (283.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

safetensors-0.4.4rc0-cp38-none-win32.whl (272.3 kB view details)

Uploaded CPython 3.8 Windows x86

safetensors-0.4.4rc0-cp38-cp38-musllinux_1_1_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

safetensors-0.4.4rc0-cp38-cp38-musllinux_1_1_aarch64.whl (618.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (495.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (478.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (440.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (456.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp38-cp38-macosx_11_0_arm64.whl (381.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp38-cp38-macosx_10_12_x86_64.whl (389.8 kB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

safetensors-0.4.4rc0-cp37-none-win_amd64.whl (283.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

safetensors-0.4.4rc0-cp37-none-win32.whl (272.5 kB view details)

Uploaded CPython 3.7 Windows x86

safetensors-0.4.4rc0-cp37-cp37m-musllinux_1_1_x86_64.whl (602.2 kB view details)

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

safetensors-0.4.4rc0-cp37-cp37m-musllinux_1_1_aarch64.whl (618.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (432.6 kB view details)

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

safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (496.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (479.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (440.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (458.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

safetensors-0.4.4rc0-cp37-cp37m-macosx_11_0_arm64.whl (382.3 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

safetensors-0.4.4rc0-cp37-cp37m-macosx_10_12_x86_64.whl (389.9 kB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for safetensors-0.4.4rc0.tar.gz
Algorithm Hash digest
SHA256 79f361f1a31aab689e110345e0a8bb254ed18226eb61600a368666e283c92f39
MD5 6bf7747ce6d63f28e87f84f47008e1db
BLAKE2b-256 6aafe6c82e95b91334592726c9f0eecab987c34f6dbc661b43b374be9d66698c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 027ba71aa45c62466d988a76ce319fe4982919dfb0d19babcd1155ebd05d155f
MD5 ce203bbde2bc3269b20464e5cd9f3d20
BLAKE2b-256 c538931f09ce6d863191136c7a9d853b8cd0c802b70da91d28330a4c75e8b4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 960daf67aa6ed1c6c7d9d3085e408af94e78267639c39ab41ed8bf70d32ab070
MD5 6482433f67783f6bd968ef7cad19d5d7
BLAKE2b-256 85a717e44e8a529680c661581880bcec0d6b9335dea66efd41618b226ccdda34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23331d96a7723a37f2f02d44ce5d47febf5b2c336e486acf6c3558c3764bb011
MD5 c68d3f4e2ed90422b773ea229fc6d9fd
BLAKE2b-256 f647cabbb4254c9f5f8113dbe06f4ffa3b158a861fd5215f20dce5a26133d9dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99c1382596a8c609f809bb0d8b0636f5996fd47d19efa7d75753091eccd080e9
MD5 d34a821cfde140a0084342fd03046592
BLAKE2b-256 e498a77075ca5fd807e64a6352c28d8c281e9204b3e9ae3492cd221580406a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 46d1c950d7b2af2d9d461ba4b422ab52e15076732117a60cf8c002daa765c1ed
MD5 9d3ee413165ebb23d5337a5a618b65da
BLAKE2b-256 d1eea5241c04bebbba093791a75713484963bc734d8e654dec2a39b170c0dd0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce08d176a0f66ea19b30a6585703e5b7f5d0936ced35f6723c36cfc843ba14ec
MD5 54f3c49c69046a0bb54c876a9eeeca25
BLAKE2b-256 144e30dc5edc77cafcb755f1fe84284cee742a7acc4d7dad07bad717bf5bd4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2221694b625bbd7d58e023dc392f837da3003a928394629bccf25ffac7bbcaec
MD5 4f0a34f77b7443c72a44a36df3a6469c
BLAKE2b-256 1d3223793b40f7a56808cacad76eb7436ca9b10d3a5a0e59368bc2cf49de1f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fda4fa281fbf864a9de17717e1ad6c85787fba41e20c6649251b34655de19483
MD5 ea75216ff651702988e71e1041bc0ba0
BLAKE2b-256 e494f8b39361a073cca391df1c0d9c300b4f1911128c16fa4a4263bf06bddf2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fc5f6dbcbbda48a669a2855efe8c3c3266b80e9b5ff0ee05506d11460070a415
MD5 9ec05004005639904f796ba3dd5f297a
BLAKE2b-256 2d41ca1429185a3e71fa1cbd325301250710f7c721ad0df081f566bb4d6ecadb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aee299d1b674c8f0c2668a3046e51bc347ad8ef8b7aa7b165e60d6d9791b279a
MD5 dea290bb6174b38ab98c0876360e228e
BLAKE2b-256 f443be3deb30c935e99b9c2080877a67b20790c1d5cf47c19a0e527c4961cbcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8735830d51a09c20518145c5fd16fc69109cdc8d9d328f59323a648182cc681
MD5 6780a1dc5bba1b369356a5fcae8bd720
BLAKE2b-256 9d88875f03b4c1d8a1d6718ea232a15ea68ba784cef10e02f5fbf939dd930b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d50c7fdf1e9aa846e3319e6b3d1c2122188bcfed0e269bdd90c7f75aa6fe6cfb
MD5 51539f33793611fcb163ebe5b5d9ed16
BLAKE2b-256 2f9a58eb17fab523cc5c78797b56d7cc9be80985b2f3889534c422886ce0a27f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 889d10943bc8eccde35d1109f1c81059d4fdcb4053e7097fc7e4e8334ec22809
MD5 7895d24fc1d61576932cc25350a7ef4d
BLAKE2b-256 5acdd7d249d5d1f271eb9f38be0b898574bfc22f8c9f18ccf87f6540509cfd8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 808bb189975e650147bb589dd7a0baf789d4f76716665ddb7832c4f98921c2a0
MD5 5043f7bb1d7083cd4b8af331e411d317
BLAKE2b-256 f3c6287e1324cfc3e74927d2ad58df3f7aef04c8706672e6ad632e3b41c95981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a56b88c642d8fa2470495d313b5a8a66dc13cabb809a6ad570e12f2669a42db0
MD5 bae43e5bdaeda75b27d26ddf074097a2
BLAKE2b-256 b155afda12eec5bd32a319de4c76337340abbff0ba2130fe63328ccaf844acde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 90b42294f04baa16bc8545833477f39e5a2008f81b11e6e43ed6503ad64937d3
MD5 2ad7e83af09c1fbce6dac6c86b085039
BLAKE2b-256 38fe94a6fa0fcae6ab245a1f3f9e62326856e34746f1291357575b941fa853d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 283e61a24560acecfd2e1603c2e294e14c2262f04a64c9efe42bd0d161253b08
MD5 acb242c2c05442fd6f9e4f26de541214
BLAKE2b-256 bad99f2dcc2e0156056c7aa938affce0457ceffd02aff249701ea5e4109c5835

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2dc69577b539c9c742a9e708a738140853dcaf5edb32c97760e1c2eee7bf01a2
MD5 3973a6a43ea83927ba295b0a8514d16a
BLAKE2b-256 e7fda2d9e98218bce2ef2fcccd526063bdae6d5fccc80032218f4eb390979294

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d26d19feaaa623dddaa5e6ee41fe499b18540a8303450cf59d5cc13acb7b55c8
MD5 de1d28ae3d16c508282d385464774af3
BLAKE2b-256 7aba0f63e9efc0b8256313f4eccaccc8ed6e611f7d26bf9610ed368a6f15f414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21204a53f80f7b61fcd9336a760d52636e63bc48857ab7dc5fd77d5052e6006a
MD5 b491b319a3aa1f2e0f96ada99cd2000c
BLAKE2b-256 03bebce05da9a6439a2b65166e1adfa08378276d4b8ea73412773e6c00585db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02fb1af02ec74248049e89451eef9a0cd3712dbedb7c053846689d4e785466ab
MD5 c271236f338ea12d60113613bf945913
BLAKE2b-256 2be70cf93c692d8adc9bdbe830ef04f0c61a9d637fb9178065a187af171854dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6ec0552bac6b9198ee0378203c174a7baa5e0405951699a838801a177f39fae4
MD5 5a995ef0dff28dcc346f7d43d298fdf7
BLAKE2b-256 88e9d1d44a62877995c3a6436ba2f330089931f60ec3ae4239d18281ed07065b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 04fc52f58c0b24da56c4c98f5fb7164dc5b844c5c4696861b2ab1be47e7f7b80
MD5 020c76039252dc82a00abe2fd42c67d2
BLAKE2b-256 e04eecad3ede1614dc880a5ff15eea81109e377d875f8f07ad8222df94479531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bb453957d523864866c664fa6c6a366574d0c676644a2df62f8f25b0ecc7e73
MD5 5b319ed20988b98527599c05cb51d3fe
BLAKE2b-256 f422350ce5f47328d807a79ac5d8be26178d1d6ccbe27351ad2ad91f27dddada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f2e00abdc995765167d649a868aae523ffbda49a5bbf433e7335e0d9b500169
MD5 8c07262681793995678247017204854f
BLAKE2b-256 363645d8c7722ba6dd5beb6ea08e6eea0a4a937955f38ea2dd3eb34feb2ab972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9d0c31663fae0cddb6f1dc0e3e5b2be30a7dce1d9805f9215c43af3e5ca01722
MD5 fb761bc9640b8362a9f92d4044ecdae3
BLAKE2b-256 435a6d6c64a7f74f0a1d3273a980bb8acb3a4a0fdbe4ccaf9d197c1a8cfd4c2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0579555c28363e1a827e13c8a11705930a316d1246db7246b19886b7753101ce
MD5 559d33a90e016b31fdd12c821a66e126
BLAKE2b-256 d8104ace92ce7940189075e99dc29fe0a3212fab89993c984957fdc8eb309107

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 374399b1968a11387e6974e5c5faa8d6f23e1b6f255ac9f6c6998716ce5731e4
MD5 b25fd538c1c72292e5db0b6da62cf783
BLAKE2b-256 4e3bdcf0924ceb87d2ab17969c99673de840ac2fdf5e2d38ae4a72a00168e656

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5f823572566afc330d27397484dcf191c0e6b85d5c2f7da43bd110a572c0e852
MD5 55c3f8254042b728f5dcd0a83941caaa
BLAKE2b-256 d8eb9c3a0083f6d7efdc8a8ad5a46569d3139b8089a4a15c109ff42c5f615bb2

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3ceacba019242524a6c211726e284f87439dea735eb13706fb88940deacdb44
MD5 4d446dfa3534e52e28650e1c91e9fbf4
BLAKE2b-256 2e564d8a15e3d29f4cb06f0389ea64be19e5846ff499e99dc57021977beb69db

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 764828428834d560819023f9fa92f59755484b762ce3bb5e6d03cebb0221b220
MD5 3817062f765b4d8150089ae62ca361ce
BLAKE2b-256 07ba09974ec6f01af249857f674886fc6f951e353eb5491a03b7e74f83de8853

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4d66d3de45209743e6ca4e1d8575457ae8864c934dacfd77a930f3d046f5b346
MD5 32f57d80470a03565862b2172c02c5ee
BLAKE2b-256 977157f699b9d9df6dc93956845af9221d445d3e2edd54310f0cad57a12a2c9f

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 47f47df104c8069f7e4bb93c2d0fe894c6b99ed4309282ce0b4c85f68665259b
MD5 89f68f3001da032e4a64ff1828acf4e4
BLAKE2b-256 2324039d10290510af41681e5836650b6170b02136c02a2053121f734559e0dc

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87f428fdefd9daebf44f5c31d56f145d5b532214ac36d200cd72f84eb2515c32
MD5 674e4aae580a6ff45340a3e71a4aa6ad
BLAKE2b-256 523c1b0db6997888375b42e93ec3bb612791dacbe7160545c3f8a0683eab7af5

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2995cb0dd804bb601f071a5cceb2f6bd4ed56e00e9ab177ac96d4f982b38806e
MD5 2229fed1a33ba217f691ecec119032b8
BLAKE2b-256 ca3b9cd8fa773d3b921dfcd1c909acc2e136e58420d989079bd9596b21a6d847

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbc096fa9eafd033d8bbb446bcb3924e42ca2d2dfee5ffa27b54e5fbcaaf6a56
MD5 2c580bf0c7d803d64622d645e6c48c15
BLAKE2b-256 043d3864e15703035553c729ad6c1b8df8ac22c0f2950959ed0437b485cb1a9c

See more details on using hashes here.

File details

Details for the file safetensors-0.4.4rc0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a9a42c2c92ea160a8fc9783faa588ec923407b0c4681a2c9556094a3dcf5dd40
MD5 7c548e53727eaa79cac1cd932743617c
BLAKE2b-256 805dd87e83de16d7144075ef2a4e00828a7073e9b1afb2f1c97a991957846ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 e1acbd5abd3a6217e6ca1f30f63e6eb624e1659e0055a718f798a3ef5e0d0215
MD5 0c51746959191071ab8c22b041f3f00d
BLAKE2b-256 394b2222aa466fcfd7af9746463c2122527c7e7c0e626a53dbf04ea6b5277f01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 d95c01308c60398bc56cbfd82be0d2b4a1b53bfa04c508437e68952e8f1e54dd
MD5 a2e938fce78594ac97d16564c06965a2
BLAKE2b-256 d8aeadb4a5d93422263f2c1cee779fa79ed2d372ebc175936a1783a363023bbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6555b490a958b57f1de9a3715dcf7a4a0454161abbe276a0d4b2f175110207eb
MD5 89249ccdacefb8925fe1fcc23894e8ea
BLAKE2b-256 3c83e55ca68d86bcba739d73f670e4449fda6578bec40a16eb02ad22ccb4d5b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8caa88392a342a7bc39a8a403869d6daf996bdf55deb33aa7aac90b084c4b7bc
MD5 3cb46ee09408c704b96898b850d92ad5
BLAKE2b-256 f2e16e6bc5a249894dd964f65efc0d120e3337ca2ac9931e8483ccf0efa301e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27bffd889a50236c5108c90af1f82f00af50a79d3c4b19bf6d9d07fa05ef5fcd
MD5 c0de1a87a14969b0dabda13c1bb2e688
BLAKE2b-256 dc6fd2070c93fb9a46f8d26a4b7e1ee7acc00b5ead393435cf5e869ad417a077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e70d40ca352a527bd6f0f358b4a523e5b6427d7e7877178d85f99154cf83dff3
MD5 0b681c8ea63c935576ebb2f81264381f
BLAKE2b-256 fe26173d374b87b49043fa27f8222b246f178e5320b69eb28b36fbe4f39a4e34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74bc8a6af453ae2dc50215d71749e36bdc8070da2471fc371ee69898e7da8aa1
MD5 3a6f65a66b5b6212c1da71bf62a244ea
BLAKE2b-256 2f5059f140f2d0a01e5d0b7e088cfdc3712e9df8cbae3410291b658641d42421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aeb07bfaa6c16dd3400306eb42a458f896b835acfd47cfa3117f127153b5e2eb
MD5 48b37d18796300eb4200ce9230e7d830
BLAKE2b-256 8c745310151dbbb95a539ca2ac40708d589e48f0b8bb719bca57c139740daf11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a8f1ca9cdd1754bdb87d5ebc1a2dc475b3c05fa1ec98aff65c34df6bbb693f5
MD5 c745d7d9046f92c06904292c108e5c08
BLAKE2b-256 4399c18d1b0bc50189ee786fd8db8d6d50371ea2f00ca2ad28a6040c54e19452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5b8191603f9e3314444a4786356dcf92b37215886dd929b94095e54d8988be84
MD5 d25a5284ab8406d0a1689d3ec29ed1fc
BLAKE2b-256 78fe1b8895cced20e0d9a7f9343bbe1389082f497dbea6da2f037b1c82930368

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e86ededfba2f9d35a5a7f8118a1642625c06ebedadc6f3963b1183d449e4742
MD5 702c693804376b9ce056eb0c361a58b0
BLAKE2b-256 2cb93f3aad4c970c2c8e83a1f832ee009687555062dd2643011fc642104cc6b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dac5ee187ae801847c13aa13ea5caf18dd3daacf975ebfe6a8af2a1d2bacee7f
MD5 6cfcde231dfc851659506f38024ece99
BLAKE2b-256 687ba6accb637ac9332acc587a53f4c1a5941435787445f531d57399d7b94357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 35f959535b7c6aadf96ae3d8a54c642145f4bce29df9a4417a10793a0dbe2fc1
MD5 8a6faa4b107828622c36e27722757169
BLAKE2b-256 dfaa951d5c801862a5a11913a2eae34333d2bddea73c7f16b2e303aae5957867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 f363799aebaaffe72fe359add373fb26b74c94547a43b56b90ecebc3c802d4d3
MD5 ad4cc571446901ca5b7de6580f425d66
BLAKE2b-256 d4c3b8ca3c6a14c50e936fb57c2cad2276787d084cad1ce18413be68c1e2300c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6db7e7836bfdec5cbdbd9dd0faacacaf5aaed625b27d66dc767bb9aafe83e919
MD5 5f8758a6f8a0f24c98152d18a3731110
BLAKE2b-256 76e59535612e6475e783948a028ff825765628f557aa6864d2c4077d3f0dbadc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ed8a165c77db9e0653f497576042ac60f16645142dcd3a0fabe1d833d3d1650
MD5 1f549bde950aa1a7c0c253882e230740
BLAKE2b-256 99d0e1e3b42be5b3a64e9fc19b6655ac8885b823b7cfa1ee6d12b710a05a8ca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cc57d4a1b22ac091ca76501fea4e6c2dce6ce3103428425233d882e684bcd05
MD5 db8849cc4f6b95f56925184200507aee
BLAKE2b-256 8fef359fba040f2368d92e5c0f1177caa70dd23c5ca73f3866ed88647f3e5c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 abc4e01efe55e50b7a82615bd5a107d22b1509ae0a447f6252e2084840bf031a
MD5 8a5605851232596a9d9f251b7f1c0b92
BLAKE2b-256 52f2d19459c72834866cb53e1e52ffcff166f5435813033a50227a90ce4fea9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7daa4ad33e85bc5096a738a40a636bc68a17c89c6e38076c4673ab9de721d0e
MD5 b65d7317b6961b86c92eee612b6d3630
BLAKE2b-256 ca56f7db953fd4333750c17e285fcc6fed35646a8a8902df0b91da68572f06d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3682fa7372c687b5db27e57c3a4fe95a96e4927391a2d75e4e727e5e3af41ac
MD5 1e1815131e1281d73661e475e3f9fa08
BLAKE2b-256 91b02a1c4f88d10d7b1a660a2434de4be7a37636d3ea1bb080119e7bd8cd6370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dbe8dc8076962dadde0e06d354610a5bd635b529824132980bb28419de83d87
MD5 11632f70f32eb4b16471dccc9998a99f
BLAKE2b-256 085cfe47f6fc63bf29536f5f061e05d5fb6e81419be5ff1d37262647f50ae7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0887470a75726df52f9a94e046921ab8c4da1ea45ba59d13573f5252c9afb3a4
MD5 59b0b65a8f5657ab0d8af78450c7538e
BLAKE2b-256 b8a20399135756a8fec4c2d2f3c0397e17fbf4aac3fdc03a2306de367197d394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5171a0fb84593d7b3adbb8c7a0a5f20323a9333f20f08cd778b43703a8a3e02f
MD5 fafacbff0897bdb33d7a5fe0a56ae2a6
BLAKE2b-256 bb25392821e8c37e15537a463cd77624631b3cf9e19dbdcc60ee0ce0604f2d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f825512856cb947b8e967619d0fbe726bf68ad604f7ac4f3f4e8b699121c921d
MD5 545fea0dc230a11a20470b35f835302f
BLAKE2b-256 1f746b2b0492883e028b14e8f05c4f7fa7c18bd150b8e892b0e0030f9befaccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 fade4203e818408246bf504684435091580bf32c25bf1515eeb6876e96e0c8b8
MD5 30d506221052ed0b1bec776ec798a861
BLAKE2b-256 4f19da6b7777d21852483c4dfbad66e67c2ea907d73fc006dfb0c408dc4b3e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2875d6e2f4780436e9e18d7b45f9f367f459234679221bf0d9d6050b0bc48f96
MD5 3435c16c89a7e28763b3bb7d2fafaad9
BLAKE2b-256 0d12ad8e9bf663a886df241b1dfb5bea9acb67681502c47a706b9aaadf6eabc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db22032d8116018285b231928bb85ef8717f5ed04554f408036c615c8c2bd2e5
MD5 5b21d7199a8d5d82f3b1b353a90613a8
BLAKE2b-256 1d27b389c018a50ba7761f56cdf5790b7cd37926936fc3fc9cedb97f8ba21a95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e511368bb28226f402ac3c0e6b9e1f6a0e993e49b777d2b64aa15d1fee64f126
MD5 c3494a27a2a1876cb46bb48863b48ccf
BLAKE2b-256 7087011ebb193747d6554c4174b172e194f4de2e8f3b829682ed4a7149b2b764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfd0d7fe3563af4458768be048c57cafcf4f7114d5fc709d76130e72ead26d14
MD5 544dabe612fba730819988edc27dba02
BLAKE2b-256 31cf82c9881e58fc86b05f2aaccb50c3b3d7ba879ce852a8fa930a20f7e2f6c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dd1505304c6db85068953a0e9745dc861db7ff1c60bc14df76fe4840ed0042c7
MD5 23f54fbc0788e27eaf5c6db76faf53f2
BLAKE2b-256 796c4de1b9483e28c31f8eafe4153718bf5e87009c6f861bafc971e2a0da622c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9c4936adc878ee50910bb187199787e6dec7a41e5dc1f721cf6ed0467e8385bc
MD5 dbbbc3c58d4be5596a29317d11fb2ee6
BLAKE2b-256 82ce7a5a9a97b696fbc2b31843ecbbd215c3887376476352e76c2381f795ca8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 88a4f0397d2fef5019b1cda70f7648ffc99304e5b73131f043dc85e4df673966
MD5 76c7fad524a719ab9a641071aeeb3775
BLAKE2b-256 42c99d5f595e7203c30f612b5c1e9a517fb6e415d77a4829caf4f25f9171e740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb5e406ccc3f5a259a18f2d27c151bd003806aa70f6deaa09348ed32f4c109db
MD5 4594735399ab8d73f9a16e481740edfb
BLAKE2b-256 f32a983c9868ec66a0856cedada45689ed0bbae06b8b5c0598c1f980f87d964b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d5d24fd7e6fbec2c145b59d81872ecf348724095ebe1cd722493d72c324f0bad
MD5 528b72b1c181989ae5c08c3e965f4a1d
BLAKE2b-256 dedd47ec6a86d7ae6c83b7712afabf4dc2ba6649cb125553b403e7c7d07d34ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65ef6d819e7dc921566c4a44ea1ed072e96004478e4ca4d4e4aaa42feb6e4162
MD5 6810271c9ee611229e575b385fba78b5
BLAKE2b-256 7ce1eb9262bd4414d4f67dd868c44c3525f0bf21a627f71f84c53d43cc9c59a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b3a1e31398cf6dbc1b4197f89ab54b309e4f1123ab15a1b53b9b0c46eb55a285
MD5 709b89b3239a3440394d0f45c0fcd1ae
BLAKE2b-256 847959f6d1c70b1eea681edbabfd8f3d90ed485f1b4fbf96b7c9b5945bfba022

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 7183ca096088789066ea13cf80af732e9ab5653cb22dd7eb0b323bd1a1d9d29d
MD5 e076986db2d53dbf8e6578792036ea84
BLAKE2b-256 0b131999fa909a361c5c900a8e3c7baa5dc2154fa41a328abdac0c27e2c74b52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a8ffdfb478e13d8b4d3eed1f9f813a3444353a6aad28149311f4347463dc5199
MD5 cf4916832fd2118957bd90236dc0ba00
BLAKE2b-256 5e673ea702e9b186cc04c429ad5aa60cf42bbebbe7e6caa906958553d66647bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dee289ce9356fe6e1b69349bc737e8726a5439a7b310880dc17f85ca4a966c6c
MD5 1e843143a638dab74252647a91a5c7b5
BLAKE2b-256 281751d2b6775a0848caa75a4ad95632b96ca1f3117c081b66cdbea535058b18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d232dbf19b57cec10eaa2186e6940f3e585b5c93d442ef94f156f49be8c981b3
MD5 2f335363626f911dd62865f492054341
BLAKE2b-256 72d6568390d769325d43636268844af90c85e83b40c74415c690b2c6e16ca24d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 012a8e6aca04d79207ef4e8b4181b342189a6298b03fa97640c4eb2c116e7b89
MD5 79f85f2d81e163cb4736b02a6d47eb68
BLAKE2b-256 b41ddfd87db764b508c23a6d65c008c7c24d4eebca461237db9187b3e5651b3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 477f77b1e2fcc8c226f651e4511b2fe27dca9c7df95c3160bd88a86341fffa43
MD5 3d02d400a7374a1732efacb4d450493b
BLAKE2b-256 d0e1d00d3678501efd6960a3f4408b0c74a659fa01f8bd608b22dfd8a298e3e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d2fffb90a317667e5dd531abd31d80b70488ef6838e8518a0eef8d97c17fe9fe
MD5 529a80b87c7aff3107542458699249ed
BLAKE2b-256 2175c89cc7ad473504053fda00a1965d332f3b121f4022d4c08e86bca1821965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e072419acb48b673a8587312716d52c6e9465fe0f1417e9954ac9f02fa205a7f
MD5 7f3bc8ff19cdf9238964460c166ca7d3
BLAKE2b-256 8b7a1c3edf84fb2c140ed37468ce23ffeaf4c755ff721aa0f3445ad9e2b0098c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa2e37ca2b715b9b54c27011f66780e5de9bc044dd98c53d8022ba303a71dcb1
MD5 03e2672554f6190aa7e9a3747f183d66
BLAKE2b-256 8f1e1149f7a9888c60dac757896205306d28989f15498c3d3418d7dada000154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43ef6a8de43e8ba33412fa220e01c6e8caeffc5ee23f63d3dae4905e6ca849ef
MD5 dfd81020fe37a118640ddfa937ae4fbd
BLAKE2b-256 b84171ed0dd49735e5f41e6e25b1fa6da29fc63b5d92f62ff3094afd55074ea5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61444f207ef1687ba4d1756693c7edd84af8d9daae209f29fbd196bf3e149e33
MD5 07ce588554357faa22ed2b8a66964e16
BLAKE2b-256 d1978684c2921edd4c3ccc1f30faafc6c573e3001306f2b9c3b53a93af4b23db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b2bd3516f86aef05481929708ebbe833651e401e2c143157791bea2bee207d6f
MD5 116c5f030deece9cf47a4a0c045d4232
BLAKE2b-256 b433b5141e0370af9dd0ca55f8159a8177b4c3aa49da1d277b348c8241766d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 46c9a16c5d73a0503891e084cfff8cfa224d26bfb3cdc47cc37c60a4885d8de7
MD5 15c581a647eaa5e02496844dfce10c51
BLAKE2b-256 1943cff70cd1acc4c03b1b3ff5a9d805cc020393859f1f8270fb3ffe0f2fa69d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 b09163a44c85867c45e3920034dd3d3c8f1375daf6aa37ae0332bdbab4b0732e
MD5 8f91b63eaf921c073138112a8cec78d2
BLAKE2b-256 d5fd632dcdc126155422cf390a4aab0c1b2b64eb824a1d8ae2d4f1e402bfb299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a30c5338b362fb31a731c644921252854696b514ddb23a309f34ded8693fd2d7
MD5 55a523875d6135397179af218ce3f140
BLAKE2b-256 b819f6eeb5f289de8aae66ee2e04ef3d942a3cdd627104ee23084ffe5bae553e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 289bd9e04e5467758e874ca5611aefbcdc6d75b878935dc8cfb27c0d5e6615e1
MD5 f9970895a75b597b71377a5a9035d087
BLAKE2b-256 3a4b2948f1f014abb2cf87f6a5f9e86a42f01276a3bf5ef3c4d5b9909925efc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 146cc6fbc74eedc0af0dc744bb3585568b5b73a820e0d3e37c1544eebac79496
MD5 6470d5d4b4967a2f5e9ddbbb56a6eb61
BLAKE2b-256 0ae542f3b61580cf51e24d2e2431ea5621123dfc7e11388c7666a7fe27b7efcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ddeccd02208e156466a32897728d186ca62920c220ccb0c7a92401a09124d3d7
MD5 a1ff40aab848d85d3a3e5c8d68d160fe
BLAKE2b-256 9e1c3cec9880d97e9f3c45b2fd3cb134cbb0fa5309c41f94cecf400dec7c1b06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d4e94769dbc6520a9865df283fc021da6ee4b15af879eab2f09bdbcfdd36e855
MD5 3b2842686c5b8674d39bb8829c404482
BLAKE2b-256 b1449a12186113cd0dc4f3d8fd09aae2e8128da8ba6ec112ef4e53d2f56b30ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce6518bfac4848643a38f1a21cf5922d98985587396ddeb6c0f0c913e8cf9112
MD5 55e83162e41145feb8d4ce8f83d83d4b
BLAKE2b-256 b9eacfd5e6d2a5605e3dfa47e703b458f1f3a5a2002eb92a16dab5d40a740d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b88bcf2bb026af630d41b80f9e728ae56e2e7d3ba6f06f89c35373f090168960
MD5 0500aa4371e8006351d0f7b777ec970a
BLAKE2b-256 a89099ab6aa7a35b24fa3771b31433af674fcfe2efc68c6b86c226c0a73d8a75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 61e627de2ef137b1d58fe8ce102906c6d6fe9ad8c1a91a51e4978fcdb8c3dc4c
MD5 ecdc78e59d38f924856b92d1b9040126
BLAKE2b-256 6889acbe8ee9d12b883ec451259574edfdb704f6ee89b70b21ea2c9441196054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1083f60b8e7db61910e8e782d3b16726b0860e44e68a8b86160d770e37dd6b40
MD5 83494a20ce8e9a3807421aec96756b80
BLAKE2b-256 1725c91672425e9498a69d3b9ad9cf506ce9afcb04c45cdd73481bb78849b4b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c807f274e3259269a988d8f935f1fd8502808d0d28928c33b5dba0b705d5895
MD5 dce4af503fd50a0c65ca75c8ad116300
BLAKE2b-256 6ad6a51ed362e58f4211fdf24ac7f4a117ea06a8c8a9866fd530ce19d47dd420

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 c2d2f9b6615005a24eaca616ad5743b768bdd0ce4d9d383c08b4c8d96b153a54
MD5 1167b89d782b05cd6cd048c2bdc4ca29
BLAKE2b-256 4f925bf849b74ed40b1f5c2f98e9853d5f018b864ea78061640b606734358241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 5e5fea1a7b235103cecb59d8db58414ea52bdbea60469bac20b8321913bcd8b1
MD5 84cedcf8e78ba38323c88a12f0bb2635
BLAKE2b-256 1ad0ba2197c208fae4e1acbd51340d8ad49b14d258d57a6ea19bbfcf70b1bc19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e4b1fa80be4385d45d0d5700152d1d67a671fadfd421f4d77e14d6ce2c7b2f7
MD5 bca49ea9b17ae2fbf47bd32e1d32dde8
BLAKE2b-256 1a8aeb97f203707dc1f935012f525381db02cc86da45c2e52ca0a651b5e547ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 43ed71ebb62a697385f7609739a3505f8090411dcbf60d519d87b0ff34781239
MD5 5f6fbf781e93a3f106083c186318799a
BLAKE2b-256 38634467b342ed8dc28f61a2d42c2fd290f2664c25accd3a1966d1ee324f6e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c70b24753aa436fbfc37c32292e624a1eaac29fe9e65467bf9972cf34ecf46e4
MD5 97bde51713b621ca2afc918c2a146d01
BLAKE2b-256 a8eea401faa9e54da5fe7f6ef9ab55d1d6d203df0cd4e436a9ada20eaa4b09ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e775a7ef9c1b291283783e38055b7fc6e94ba35bec7f34bcba72121ed1c585df
MD5 1d931955e3a8c21e539c1a30c0be1764
BLAKE2b-256 fbf8c08ef3f91bfbca01b06f9d47715207a7ac1ea4729a29fdc127f088e26821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7f10f174c4f4ac46194a2642f2e05fcc63defb41cf84c60551ad8a18b9588a9
MD5 30bf95b51da6a3429c46b907d814c7df
BLAKE2b-256 6e082ab0e2fd9789df917f17f2e850814620b20d5fdcfb051ec963862cebcabd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fc3a4957ec02c8e3c95dfe3a5998125310c010f25b8646e4dc616c0e254ee7cb
MD5 a6d221f67746d123a0381b0e848ad2bb
BLAKE2b-256 901bcbe281dd26620843c7444dd7c6b9d9ba6454e76f837f90698c8938c4b6e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb9944afe3b84d32fe854133a50b0c46d3010a9769861e740fa32399f888a290
MD5 4b6ccfe899d37d0bbaf8d24068de78d6
BLAKE2b-256 28a93d0cca3f3b824e87f878995db2b521c0234ce78b4723a0ab06a5094448e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ccb16a8c4c972ed83b8abc93263c3bcf3bca04cc6c8fe3befcf0a91b9d2f9f1
MD5 97eb1be1ba72f4162a855c7c3b9b251d
BLAKE2b-256 f7ff9c882c2b87440d355320edc37c2b44fb336cd2efc31f9342081a01b08531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34aa800305852311a4108f07c076ee829145b3a1c47664ca2072d4af06c4a7a0
MD5 f8f06eb9676704af1489a6eaac0a0f33
BLAKE2b-256 3d9d4958d5fe953d19851dc7d1df1edf3b1feaf2b94f91a5d283bd460a5f52ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4rc0-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 529fb691a9fb7bf7b2d60715f8b3b2639b4c781dd41e348ed1fb7ff259641ad0
MD5 1c39025b6bb993fe2f98ddee35b79801
BLAKE2b-256 724c3ba9e5de235aaec056454ccf3016253471b52df1d40b07b0cb9fd45952e8

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