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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.1+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ ARM64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

safetensors-0.4.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (442.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.5+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ ARM64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.5+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ ARM64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.5+ i686

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

Uploaded PyPy macOS 11.0+ ARM64

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ ARM64

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

Uploaded PyPy manylinux: glibc 2.17+ x86-64

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

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy manylinux: glibc 2.5+ i686

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

Uploaded PyPy macOS 10.12+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13 macOS 11.0+ ARM64

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

Uploaded CPython 3.13 macOS 10.12+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

safetensors-0.4.4-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.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.12+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

safetensors-0.4.4-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.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (440.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.12+ x86-64

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

Uploaded CPython 3.7 Windows x86-64

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

Uploaded CPython 3.7 Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.7m macOS 11.0+ ARM64

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

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: safetensors-0.4.4.tar.gz
  • Upload date:
  • Size: 69.5 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.4.tar.gz
Algorithm Hash digest
SHA256 5fe3e9b705250d0172ed4e100a811543108653fb2b66b9e702a088ad03772a07
MD5 47ca25c547e0a017f0e935dcbd992b4e
BLAKE2b-256 415b0e63bf736e171463481c5ea3406650dc25aa044083062d321820e7a1ef9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c42e9b277513b81cf507e6121c7b432b3235f980cac04f39f435b7902857f91
MD5 cb754318586adc874eb3f106d164304a
BLAKE2b-256 e75089e5eac4120b55422450d5221c86d526ace14e222ea3f6c0c005f8f011ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 43251d7f29a59120a26f5a0d9583b9e112999e500afabcfdcb91606d3c5c89e3
MD5 2950f7ba5a6ab1d6003409da6529aca6
BLAKE2b-256 8cc1ca829972be495326b5a986fe15e2ef16ecc4c35959942555091938f457af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfc1fc38e37630dd12d519bdec9dcd4b345aec9930bb9ce0ed04461f49e58b52
MD5 269546e18846ae58f7b649cc298dde2e
BLAKE2b-256 230185a621bdded944d6800f654c823a00df513263f1921a96d67d7fceb2ffb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8db8f0c59c84792c12661f8efa85de160f80efe16b87a9d5de91b93f9e0bce3c
MD5 dedaf78ba989699294e3fffee03ef07b
BLAKE2b-256 1927699124b4c6c27b7860140bac7ee6c50bde104e55951f8f5163f9ad20faa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e5c9d86d9b13b18aafa88303e2cd21e677f5da2a14c828d2c460fe513af2e9a5
MD5 74d26ffe2bce27c96fdb2a46e726c978
BLAKE2b-256 4fa3b15adfffc6c8faaae6416f5c70ee4c64e4986b630b4ada18a314228a15e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a8043a33d58bc9b30dfac90f75712134ca34733ec3d8267b1bd682afe7194f5
MD5 009d160c69cf669bd58a6b44ca604634
BLAKE2b-256 dd21628d56eeae4bd0dcb5b11a9ec4001a50d2f85b726b10a864f72f34ba486f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d1f34c71371f0e034004a0b583284b45d233dd0b5f64a9125e16b8a01d15067
MD5 dccb0e2d437936d3c47fdaa56a45a866
BLAKE2b-256 ddfd7a760367b62752e8c6d57c3759eaa57e5b47f55524bba3d803e03f922f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee9622e84fe6e4cd4f020e5fda70d6206feff3157731df7151d457fdae18e541
MD5 4fe9ed2cf952a79ffb05df9fdc6eb133
BLAKE2b-256 b2f7a7d1ae30e0d5e890e6b2aa89ba627e723f9f73b619313e0194df17e5c49f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 177f2b60a058f92a3cec7a1786c9106c29eca8987ecdfb79ee88126e5f47fa31
MD5 a3d4280e3c28868ba82e4a90da688b37
BLAKE2b-256 3f1d05c864060e3d76e354f380f90b23fe1bd2fcfde0240856933550bc859bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f75698c5c5c542417ac4956acfc420f7d4a2396adca63a015fd66641ea751759
MD5 bd15640808478776f63b0c3e640b2692
BLAKE2b-256 a731f37f28dc8113b3fdd168c38764357131545c288302330674fcbbb86df2b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c37e6b714200824c73ca6eaf007382de76f39466a46e97558b8dc4cf643cfbf
MD5 64108ce52b5923a504e72db3a0753e10
BLAKE2b-256 58bc906197e033a41743ced905836db00be16962cac93096e8c00fec1189d17b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ca1a209157f242eb183e209040097118472e169f2e069bfbd40c303e24866543
MD5 5d93a8ee6fbea493dd8dccc0d9f7c054
BLAKE2b-256 ac65cefeaf9a5c83130ac0125f07630cdc265334eb27b9b16e35f77ab494bce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73fc9a0a4343188bdb421783e600bfaf81d0793cd4cce6bafb3c2ed567a74cd5
MD5 1d7c95e20aa6e31d73b60e8ace7e7eb5
BLAKE2b-256 91ea8aea163fc4e159b906bb61b761d143bfa49b33760e8b9084b1a1aab6982e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb1ed4fcb0b3c2f3ea2c5767434622fe5d660e5752f21ac2e8d737b1e5e480bb
MD5 efc8271205079417907a017b74fc3b8b
BLAKE2b-256 d4d4151f64fc310f3c98ae2006b3a13085877010ac7a683406f1f3edb5c73152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 00eea99ae422fbfa0b46065acbc58b46bfafadfcec179d4b4a32d5c45006af6c
MD5 7b3a643397d2f4ec2cbf03e529efb950
BLAKE2b-256 e0695c3a899a1b2e21ea99698c1c6a1a3e8ac6b1025282832b82a8586b9f8b8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7915f0c60e4e6e65d90f136d85dd3b429ae9191c36b380e626064694563dbd9f
MD5 b20fd5a0c90f50f5fce2dd5e685a3116
BLAKE2b-256 bafbc76cf377d4e70f1ec844152d33672f4848e7f5a4d34861a8ec21103e7dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb276a53717f2bcfb6df0bcf284d8a12069002508d4c1ca715799226024ccd45
MD5 d4654b6d39fbbb73119c7bd199bf203d
BLAKE2b-256 ea756de6b42c11c987f216ef0e5462bb9df2f9d80362f827fee873a9d2bed3da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 210160816d5a36cf41f48f38473b6f70d7bcb4b0527bedf0889cc0b4c3bb07db
MD5 99b7f2460be5f65d3c1a1d9a98f90f15
BLAKE2b-256 989d2b76a7c0ced5ee568405d190b440c636fe5c622e0ee43c867353757b8988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a2c28c6487f17d8db0089e8b2cdc13de859366b94cc6cdc50e1b0a4147b56551
MD5 ce0f7c6ef44ba59b8567cccf621d137d
BLAKE2b-256 802cecfae0f4a676799a0e06e6cf33653dab177340b6db768148c76b6dda9db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08d464aa72a9a13826946b4fb9094bb4b16554bbea2e069e20bd903289b6ced9
MD5 7ff75a1923648330b94e6ace0b997cb7
BLAKE2b-256 e36149b605599e99dd4919372f0456364bea36b6e891165707043651d10ecd1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b96c3d9266439d17f35fc2173111d93afc1162f168e95aed122c1ca517b1f8f1
MD5 d6f46564372247240ed8fffc91d44570
BLAKE2b-256 cbf3215e6467184ee225902ed4a18bc3672d8d085c71af23c64c6043fe5400b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp37-pypy37_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5512078d00263de6cb04e9d26c9ae17611098f52357fea856213e38dc462f81f
MD5 f52faea81e01bb882126c45110f64293
BLAKE2b-256 ef1fccfc7b87299122af3f6fce949dc25ced1a19ccd901f6b4d0e36802a47d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp37-pypy37_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 30f23e6253c5f43a809dea02dc28a9f5fa747735dc819f10c073fe1b605e97d4
MD5 3e0f1b9b6c06ed3efc7ca0c9d16b23ed
BLAKE2b-256 e5b7801971554f9fd8cbc1c09ebe57ed97720474149cc69303fd45c8e0bb9b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bd5efc26b39f7fc82d4ab1d86a7f0644c8e34f3699c33f85bfa9a717a030e1b
MD5 5fa82199952eb235b56eaff21ce91a93
BLAKE2b-256 e54c17eec3ad8be1f2787aef06fe4d2d13183556717fc511fa6068c49f046cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 218bbb9b883596715fc9997bb42470bf9f21bb832c3b34c2bf744d6fa8f2bbba
MD5 6c8379b40b83573b036f40d592785dd9
BLAKE2b-256 538d663b2b052984e973b0fe120684c25c437ce4d20093ea347a0af84bf387e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 56ad9776b65d8743f86698a1973292c966cf3abff627efc44ed60e66cc538ddd
MD5 3270a15dc70694a6851da7bd4d48a2b0
BLAKE2b-256 9f92b081b0c07fba455b6c28ff63ffc46e1542c45b11967679c23a76519fb739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-pp37-pypy37_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3daacc9a4e3f428a84dd56bf31f20b768eb0b204af891ed68e1f06db9edf546f
MD5 ffeaed1732d5dd04a2c487adb2df630b
BLAKE2b-256 e0d806e0cfed8edcfaffdcf7ebff45cd4322906294740b37422b257d4edc0e6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df81e3407630de060ae8313da49509c3caa33b1a9415562284eaf3d0c7705f9f
MD5 ac5568a68084f56a3ac34526234ca228
BLAKE2b-256 b158e91e8c9888303919ce56f038fcad4147431fd95630890799bf8c928d1d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65a4a6072436bf0a4825b1c295d248cc17e5f4651e60ee62427a5bcaa8622a7a
MD5 8193c4b464b17d736284f3a589f53a49
BLAKE2b-256 301e7f7819d1be7c36fbedcb7099a461b79e0ed19631b3ca5595e0f81501bb2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd574145d930cf9405a64f9923600879a5ce51d9f315443a5f706374841327b6
MD5 451c084a2243c25ec190490d928dead1
BLAKE2b-256 547db26801dab2ecb499eb1ebdb46be65600b49bb062fe12b298150695a6e23c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 239ee093b1db877c9f8fe2d71331a97f3b9c7c0d3ab9f09c4851004a11f44b65
MD5 1025a1f09dbd62f23ca0e6ef1a103448
BLAKE2b-256 0a4db754f59fe395ea5bd8531c090c557e161fffed1753eeb3d87c0f8eaa62c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c329a4dcc395364a1c0d2d1574d725fe81a840783dda64c31c5a60fc7d41472c
MD5 c19577019172613644ba40691e4296e8
BLAKE2b-256 8143f9929e854c4fcca98459f03de003d9619dd5f7d10d74e03df7af9907b119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1a32c662e7df9226fd850f054a3ead0e4213a96a70b5ce37b2d26ba27004e013
MD5 8be23709feeffa1decbec14c967913a7
BLAKE2b-256 e8ac478e910c891feadb693316b31447f14929b7047a612df9b628589b89be3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8359bef65f49d51476e9811d59c015f0ddae618ee0e44144f5595278c9f8268c
MD5 e395ec483bf701fe3cb10057d978eca6
BLAKE2b-256 07d2d9316af4c15b4ca0362cb4498abe47be6e04f7119f3ccf697e38ee04d33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f6784eed29f9e036acb0b7769d9e78a0dc2c72c2d8ba7903005350d817e287a4
MD5 b99747c90422f94cba08e3ec1a6cecd7
BLAKE2b-256 e2400f6627ad98e21e620a6835f02729f6b701804d3c452f8773648cbd0b9c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cabcf39c81e5b988d0adefdaea2eb9b4fd9bd62d5ed6559988c62f36bfa9a89
MD5 a223b57c40342d3b9b4979edccc80774
BLAKE2b-256 1e97de856ad42ef65822ff982e7af7fc889cd717240672b45c647af7ea05c631

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d625692578dd40a112df30c02a1adf068027566abd8e6a74893bb13d441c150
MD5 73bbbbde4486ee81a9c03bf826f75fd8
BLAKE2b-256 b3d67a4db869a295b57066e1399eb467c38df86439d3766c850ca8eb75b5e3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 2d065059e75a798bc1933c293b68d04d79b586bb7f8c921e0ca1e82759d0dbb1
MD5 b1a0d70a048608f60c1cd95ccfd7f86a
BLAKE2b-256 b9ddb11f3a33fe7b6c94fde08b3de094b93d3438d67922ef90bcb5002e306e0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: safetensors-0.4.4-cp312-none-win32.whl
  • Upload date:
  • Size: 273.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for safetensors-0.4.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 a51d0ddd4deb8871c6de15a772ef40b3dbd26a3c0451bb9e66bc76fc5a784e5b
MD5 1940cd3bb259e5d190698bff43cb63cd
BLAKE2b-256 995a9237f1d0adba5eec3711d7c1911b3111631a86779d692fe8ad2cd709d6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0677c109d949cf53756859160b955b2e75b0eefe952189c184d7be30ecf7e858
MD5 03faec81fd135663885fdd38447d9607
BLAKE2b-256 9f20b37e1ae87cb83a1c2fe5cf0710bab12d6f186474cbbdda4fda2d7d57d225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 23654ad162c02a5636f0cd520a0310902c4421aab1d91a0b667722a4937cc445
MD5 355d439006ddde8c1f0eb2dbcc37d400
BLAKE2b-256 9f83d9d6e6a45d624c27155f4336af8e7b2bcde346137f6460dcd5e1bcdc2e3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e5b927acc5f2f59547270b0309a46d983edc44be64e1ca27a7fcb0474d6cd67
MD5 826b4ac8dff7b9fc29a89ac43a5c373f
BLAKE2b-256 1b0b2a1b405131f26b95acdb3ed6c8e3a8c84de72d364fd26202d43e68ec4bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb62841e839ee992c37bb75e75891c7f4904e772db3691c59daaca5b4ab960e1
MD5 cc5ef76c9762f70204ae6e3d0e5ac9e5
BLAKE2b-256 842fbfe3e54b7dbcaef3f10b8f3c71146790ab18b0bd79ad9ca2bc2c950b68df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 08332c22e03b651c8eb7bf5fc2de90044f3672f43403b3d9ac7e7e0f4f76495e
MD5 334d8d1ac7e902787f38ca70b80fcfbb
BLAKE2b-256 9c9320c05daeecf6fa93b9403c3660df1d983d7ddd5cdb3e3710ff41b72754dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6b54bc4ca5f9b9bba8cd4fb91c24b2446a86b5ae7f8975cf3b7a277353c3127c
MD5 813fb7402983bcafb30bc6a2699c7faf
BLAKE2b-256 65c0152b059debd3cee4f44b7df972e915a38f776379ea99ce4a3cbea3f78dbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a13a9caea485df164c51be4eb0c87f97f790b7c3213d635eba2314d959fe929
MD5 fb7bdca403bf470013e9a45f157e34a7
BLAKE2b-256 c81c4fa05b79afdd4688a357a42433565b5b09137af6b4f6cd0c9e371466e2f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a69c71b1ae98a8021a09a0b43363b0143b0ce74e7c0e83cacba691b62655fb8
MD5 237f6147b5733273cf4126cf69ec4b6b
BLAKE2b-256 31cecad390a08128ebcb74be79a1e03c496a4773059b2541c6a97a52fd1705fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f15117b96866401825f3e94543145028a2947d19974429246ce59403f49e77c6
MD5 1e6d44dab9fe6ea184ffaa6b074903c8
BLAKE2b-256 3aa1d99aa8d10fa8d82276ee2aaa87afd0a6b96e69c128eaa9f93524b52c5276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 baec5675944b4a47749c93c01c73d826ef7d42d36ba8d0dba36336fa80c76426
MD5 766a5cf5e4f729cbd67fb611494133cc
BLAKE2b-256 e241a491dbe3fc1c195ce648939a87d3b4b3800eaade2f05278a6dc02b575c51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 2f8c2eb0615e2e64ee27d478c7c13f51e5329d7972d9e15528d3e4cfc4a08f0d
MD5 07e4ca376aaf73098a223149a3793a75
BLAKE2b-256 214f5ee44681c7ea827f9d3c104ca429865b41c05a4163eff7f0599152c2e682

See more details on using hashes here.

File details

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

File metadata

  • Download URL: safetensors-0.4.4-cp311-none-win32.whl
  • Upload date:
  • Size: 272.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for safetensors-0.4.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 8079486118919f600c603536e2490ca37b3dbd3280e3ad6eaacfe6264605ac8a
MD5 ce1e3144676c2fc1e1a36c5270729d31
BLAKE2b-256 09930d6d54b84eff8361dc257fa306ae0ef1899025a2d9657efe8384ac8b7267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 20d218ec2b6899d29d6895419a58b6e44cc5ff8f0cc29fac8d236a8978ab702e
MD5 a0c7812b8d90f54f35cf51dfd3305577
BLAKE2b-256 80b34bb5b1fb025cb8c81fe8a76371334860a9c276fade616f83fd53feef2740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 87bf3f91a9328a941acc44eceffd4e1f5f89b030985b2966637e582157173b98
MD5 b8fa5e67f5ebcb627b7996dcd90f9349
BLAKE2b-256 09012a7507cdf7318fb68596e6537ef81e83cfc171c483b4a786b9c947368e19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9d752c97f6bbe327352f76e5b86442d776abc789249fc5e72eacb49e6916482
MD5 62aa682597ff70667002c71180918f22
BLAKE2b-256 afb9c33f69f4dad9c65209efb76c2be6968af5219e31ccfd344a0025d972252f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c0cea44bba5c5601b297bc8307e4075535b95163402e4906b2e9b82788a2a6df
MD5 9cf4af0d96e65f64f5559e7b600fc6aa
BLAKE2b-256 a517b697f517c7ffb8d62d1ef17c6224c00edbb96b931e565d887476a51ac803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c11a4ab7debc456326a2bac67f35ee0ac792bcf812c7562a4a28559a5c795e27
MD5 9d034dd2695775c236e5ea7f9cc525fa
BLAKE2b-256 f8931d894ff44df26baf4c2471a5874388361390d3cb1cc4811cff40fc01373e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 949aaa1118660f992dbf0968487b3e3cfdad67f948658ab08c6b5762e90cc8b6
MD5 7029009f25420696b7c83f7d8decd29d
BLAKE2b-256 19372a5220dce5eff841328bfc3071f4a7063f3eb12341893b2688669fc67115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55c14c20be247b8a1aeaf3ab4476265e3ca83096bb8e09bb1a7aa806088def4f
MD5 0d4a9c95b82b599d1aa3f875e271dae7
BLAKE2b-256 37a293cab60b8e2c8ea6343a04cdd2c09c860c9640eaaffbf8b771a0e8f98e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 03f2bb92e61b055ef6cc22883ad1ae898010a95730fa988c60a23800eb742c2c
MD5 58e550e6ecb54274abaa272bcb120958
BLAKE2b-256 7159f6480a68df2f4fb5aefae45a800d9bc043c0549210075275fef190a896ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fdcb80f4e9fbb33b58e9bf95e7dbbedff505d1bcd1c05f7c7ce883632710006
MD5 09bd5e182624164d51dfcb8c7b84026a
BLAKE2b-256 364693c39c96188a88ca15d12759bb51f52ce7365f6fd19ef09580bc096e8860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bbaa31f2cb49013818bde319232ccd72da62ee40f7d2aa532083eda5664e85ff
MD5 641d24eea5d3b0b0c3623036e559ee37
BLAKE2b-256 0f1b27cea7a581019d0d674284048ff76e3a6e048bc3ae3c31cb0bfc93641180

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4b3e8aa8226d6560de8c2b9d5ff8555ea482599c670610758afdc97f3e021e9c
MD5 ddd2af8ec7e8cc3bead5c538e20f183e
BLAKE2b-256 b4a9f28d4a8a082ef513755a1a2393a924999892142ed235aed57ab558cd1bc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: safetensors-0.4.4-cp310-none-win32.whl
  • Upload date:
  • Size: 272.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for safetensors-0.4.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 fb7b54830cee8cf9923d969e2df87ce20e625b1af2fd194222ab902d3adcc29c
MD5 b3701728ed3d520229cd12fb7882b8b1
BLAKE2b-256 484716ece1369794b9d3bc057a42fed0601779d21f57d0b0b1b671a78410d74d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 51bc8429d9376224cd3cf7e8ce4f208b4c930cd10e515b6ac6a72cbc3370f0d9
MD5 118321df3d90cd971e1246cb67c44d20
BLAKE2b-256 e9d9cbf1316161d0a1b4b0aceeb16ddb396f49363133618cc062e4abd66b2ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 051d5ecd490af7245258000304b812825974d5e56f14a3ff7e1b8b2ba6dc2ed4
MD5 4eb3f8fbd8095c54a9f4b6c4ef94b13d
BLAKE2b-256 03e1b7849306e47234ef548c2b32e65f2ffee0640bfad8c65e4dd37b6fee981c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44d464bdc384874601a177375028012a5f177f1505279f9456fea84bbc575c7f
MD5 d84a831d9559d478704b29d724a8f795
BLAKE2b-256 18f327bf4d7112b194eea2d8401706953080692d37ace1b74b36fcc7234961cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 32f0d1f6243e90ee43bc6ee3e8c30ac5b09ca63f5dd35dbc985a1fc5208c451a
MD5 963a49933cf7af599ec0056703faa589
BLAKE2b-256 dd41b832227d04a8b65b32e2be13dbe8212db0135514380148c9b81c1b08c023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d9b76322e49c056bcc819f8bdca37a2daa5a6d42c07f30927b501088db03309
MD5 57594abc77e8a1dd697627aa1a822574
BLAKE2b-256 bd853a73b4ff7a46dd7606f924ededc31468fd385221670d840005b8dbdb7a37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 57d216fab0b5c432aabf7170883d7c11671622bde8bd1436c46d633163a703f6
MD5 d4b316ecf345b44d53fbee688c3a952d
BLAKE2b-256 778b0d1e055536f1c0ac137d446806d50d9d952bed85688d733a81913cf09367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d4f0eed76b430f009fbefca1a0028ddb112891b03cb556d7440d5cd68eb89a9
MD5 eeee0c90bfa1d1336d459e920424220d
BLAKE2b-256 fbf70c97595790f03ff86505c375cddf3a26b6d645ff2cbc819936287a66a744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 63144e36209ad8e4e65384dbf2d52dd5b1866986079c00a72335402a38aacdc5
MD5 9308fe1976edf6be0096ed7825bfaf71
BLAKE2b-256 b198d75bbdaca03d571e5e5e1ef600f3015cd5f9884126eb53a3377b4111fea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7db7fdc2d71fd1444d85ca3f3d682ba2df7d61a637dfc6d80793f439eae264ab
MD5 d9319d3e965a47c371f11a9a2fb0c551
BLAKE2b-256 b71ef146555161e21918e00726b2bff1e2517faa8b2953e53a5a45c5f5bef64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2adb497ada13097f30e386e88c959c0fda855a5f6f98845710f5bb2c57e14f12
MD5 ded5f7486c3534ccd325eaf03136db18
BLAKE2b-256 cbfabd12d51c70986156031c25eae2d092ad8ef8b5cadb4e684a78b620b28320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 83d054818a8d1198d8bd8bc3ea2aac112a2c19def2bf73758321976788706398
MD5 21a1b7aa8a1b77f12f9ad5c8733982a2
BLAKE2b-256 f17b52ce228922f3fc2b42b8d1724ff6afe74791020f11a5f93d82b4a6e1e626

See more details on using hashes here.

File details

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

File metadata

  • Download URL: safetensors-0.4.4-cp39-none-win32.whl
  • Upload date:
  • Size: 273.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for safetensors-0.4.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 ef73df487b7c14b477016947c92708c2d929e1dee2bacdd6fff5a82ed4539537
MD5 b0d07aa6ec23116e3933d69ffebe7de9
BLAKE2b-256 b6f82687e0ad6e425330e2ea9abf301574006d511acaea8791947fba54ba0c59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e06a9ebc8656e030ccfe44634f2a541b4b1801cd52e390a53ad8bacbd65f8518
MD5 def09e8b7227bfc997dc304fdc5b9ec5
BLAKE2b-256 0146edc9d2b5ea7eb0bc278e3c1e5a24168731be757ff9366bab1138884e880d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5c2308de665b7130cd0e40a2329278226e4cf083f7400c51ca7e19ccfb3886f3
MD5 c06d9d04f7b26ecc776a060c25a5cad3
BLAKE2b-256 54d1e8b551c703f620d2d76fe1152768bcc1982b1e1e443265e4d42d4df7d941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9850754c434e636ce3dc586f534bb23bcbd78940c304775bee9005bf610e98f1
MD5 9f331977c4c563b42c7093a67d928ff8
BLAKE2b-256 9a2e810c5db5dc49657c8a8dbaff3c10bfe15411390e7e91a914a65c74305f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 83c155b4a33368d9b9c2543e78f2452090fb030c52401ca608ef16fa58c98353
MD5 2323ba13bfadf14c1f4cfdadcb1f6fba
BLAKE2b-256 12c88efe5c84b032b46d9986520c7d3fd9e5057f0dea7b0d3900033eb5d29af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9353c2af2dd467333d4850a16edb66855e795561cd170685178f706c80d2c71e
MD5 35a715173b9851bdf3e18bc72c462da6
BLAKE2b-256 311790863da8ebb65194f769c6e7b19c98839f43ab752d1922a83b05efb2e325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d468cffb82d90789696d5b4d8b6ab8843052cba58a15296691a7a3df55143cd2
MD5 222d95d2b84d2b410db2e5a1833fb892
BLAKE2b-256 80c9a263b7595f0ca9f019472f1bc1d8723e829bdb81af84e2de5dda4e14c64d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88f6fd5a5c1302ce79993cc5feeadcc795a70f953c762544d01fb02b2db4ea33
MD5 82d603e4afa9a6772659c2c77ef322cb
BLAKE2b-256 ead7ba4f035f8aef21374b43507a1853add3f73ba6c85e36fd5825a0f17b8ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 275f500b4d26f67b6ec05629a4600645231bd75e4ed42087a7c1801bff04f4b3
MD5 6a81b18d51d13bc07229a5919af97f2a
BLAKE2b-256 424e9360ccd309dd3e82c00e97fc44b9e4909bedf317e3cd28dde3371a400908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 419010156b914a3e5da4e4adf992bee050924d0fe423c4b329e523e2c14c3547
MD5 bf04307c5228577a69809e081f221c65
BLAKE2b-256 58ac339b1c04c47b00ce8854e072f91c620a4fedf736309fbfa44762ba76dc12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5cf6c6f6193797372adf50c91d0171743d16299491c75acad8650107dffa9269
MD5 2edbe994c3e9daf365cddcde0b697e12
BLAKE2b-256 f1a5ef6bdca5a44bef3930a7d821f792ba09f259c9077202c4cb779f50bb9609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 6ceed6247fc2d33b2a7b7d25d8a0fe645b68798856e0bc7a9800c5fd945eb80f
MD5 ae1245426cb9915fa2206388c370e9e0
BLAKE2b-256 821dcb8e0be629c8c3d8707c6023caf90a065a18bd226c43957afeefd431a182

See more details on using hashes here.

File details

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

File metadata

  • Download URL: safetensors-0.4.4-cp38-none-win32.whl
  • Upload date:
  • Size: 272.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for safetensors-0.4.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c6280f5aeafa1731f0a3709463ab33d8e0624321593951aefada5472f0b313fd
MD5 b61e09e06d984e676422971fbed3e028
BLAKE2b-256 d200321ce8957587610390f359c084e826789dafa4ff3e614cde15d5c3ad5805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4b8617499b2371c7353302c5116a7e0a3a12da66389ce53140e607d3bf7b3d3
MD5 c0963f0bc38c1f0fd2fee162e53cce9a
BLAKE2b-256 306f46403c42ba6802f14bf7948233e1b067f79df82b24801bd8a8275b7f059c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a9c421153aa23c323bd8483d4155b4eee82c9a50ac11cccd83539104a8279c64
MD5 f40cc3f70a1c27600af2e07aa676c09b
BLAKE2b-256 a3a8e3bc14ce4859e468c5e91b29b4af46f6f923d84999f8c32a92901ddabdcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 166c0c52f6488b8538b2a9f3fbc6aad61a7261e170698779b371e81b45f0440d
MD5 3f474bc08fea251692708fd12566a3c5
BLAKE2b-256 dacf036697a93a8b1e771101f3cf49e3edac946294d9d44383601ff6c4ad2f88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c6bf35e9a8998d8339fd9a05ac4ce465a4d2a2956cc0d837b67c4642ed9e947
MD5 04affc356927a6434d7d749d8cf709fd
BLAKE2b-256 4fab471e4e1a57f2e96ee0e32849ba98bf5104c955449052d14540ae77701e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f1a3e01dce3cd54060791e7e24588417c98b941baa5974700eeb0b8eb65b0a0
MD5 af6961f21b107c8acd66acc285a037ff
BLAKE2b-256 eb85ae51774be5044f8aeba86653847d857738c242a27680ee6500da5424852e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e5fe345b2bc7d88587149ac11def1f629d2671c4c34f5df38aed0ba59dc37f8
MD5 9ff74be7d068b080ba3882c5b043f3ae
BLAKE2b-256 b04491707865ea7734a995418e9895cb3dffa4c10a44bed1cb7b026fc0deeb29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87df18fce4440477c3ef1fd7ae17c704a69a74a77e705a12be135ee0651a0c2d
MD5 c80106126f6e4327388b0f1c584e2b40
BLAKE2b-256 1004b15eebcfa2ababe984d40e72bbe0f74465321386026c960c552d12ca2525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 87e9903b8668a16ef02c08ba4ebc91e57a49c481e9b5866e31d798632805014b
MD5 a5e257ec27c12ea2fd0137ce5f844d8b
BLAKE2b-256 d974f2c17c03e5befc012093e034593d021576d18510ae60da714452eedb7af0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ab4c96d922e53670ce25fbb9b63d5ea972e244de4fa1dd97b590d9fd66aacef
MD5 7f998c01d5b59ffe560c1d4acbe32000
BLAKE2b-256 759eebde017e14791dd1789540e7549ce6ba04e521f6b56005a438933e4edbdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3467ab511bfe3360967d7dc53b49f272d59309e57a067dd2405b4d35e7dcf9dc
MD5 a11919d8be03bedaa7df99cf0151b6ba
BLAKE2b-256 4a399dd74a2ebc03e9ef6e7c548efd1d7455b750aa27aab8838faf83fc9dd52f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 88a5ac3280232d4ed8e994cbc03b46a1807ce0aa123867b40c4a41f226c61f94
MD5 62bbc69bef47c440a2329fbe3903d071
BLAKE2b-256 e69cdd48af3abf5b94070c793cbd66b639dfccd37800461fb029ac813f592311

See more details on using hashes here.

File details

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

File metadata

  • Download URL: safetensors-0.4.4-cp37-none-win32.whl
  • Upload date:
  • Size: 272.9 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for safetensors-0.4.4-cp37-none-win32.whl
Algorithm Hash digest
SHA256 d52f5d0615ea83fd853d4e1d8acf93cc2e0223ad4568ba1e1f6ca72e94ea7b9d
MD5 755e93cee353ab721490deef13768dde
BLAKE2b-256 58c4f4060d5201d3aec00e646ea01eccc93842f84250ba7528df62e6e95022fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 063421ef08ca1021feea8b46951251b90ae91f899234dd78297cbe7c1db73b99
MD5 0d758a6323fadb58f412e819b2070243
BLAKE2b-256 6311824e3540b52245632c33c02424137f6ac05bab8b50d0ba38143679f0e830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 068d3a33711fc4d93659c825a04480ff5a3854e1d78632cdc8f37fee917e8a60
MD5 a870efb8ab8e0ad0aaab5e676ca55190
BLAKE2b-256 d9ed8f4648bcdaf56e2cc168882a8640f213f8322bc9d2904edebe2727871ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26987dac3752688c696c77c3576f951dbbdb8c57f0957a41fb6f933cf84c0b62
MD5 3443502682fa56ff6150a9a4be2a9dc2
BLAKE2b-256 710419d2bf478637996b15371df6279c481d9229b73cc67ccd45a0483da72c00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 005ef9fc0f47cb9821c40793eb029f712e97278dae84de91cb2b4809b856685d
MD5 554502c96925b6cb61ae55aa0573b2b8
BLAKE2b-256 1fde4affe9109fdcba85850ed1e6744bede8e0330b03a9e438e0bd24331ddf31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2a9e9d1a27e51a0f69e761a3d581c3af46729ec1c988fa1f839e04743026ae35
MD5 6a4445c5a58b3584a620bfb07809c688
BLAKE2b-256 eddfa2df1b4cd35a90c1275c0e2d1eeaab58e13a402039e84b2c4bf1cf1f142e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 76897944cd9239e8a70955679b531b9a0619f76e25476e57ed373322d9c2075d
MD5 570edeca7d5841d3b335bc663a67d2e2
BLAKE2b-256 cec47d84c07cedb83e0448f4a047713786bdcc4919dc25b48f43e9bd79a9b72f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cb4ac1d8f6b65ec84ddfacd275079e89d9df7c92f95675ba96c4f790a64df6e
MD5 2f1a0c7fbb024fd378da86d3d9c9e090
BLAKE2b-256 7204f87fb94512acb3fb05aad8469c1806efa3547e128249b9453654b5680962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c05270b290acd8d249739f40d272a64dd597d5a4b90f27d830e538bc2549303c
MD5 cda4632a44ad77392ae574bdfa2e6d77
BLAKE2b-256 6ca0d8d8502b053e601c190c236642d8b600929c1e54df9bf6aea772a99907af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 181fb5f3dee78dae7fd7ec57d02e58f7936498d587c6b7c1c8049ef448c8d285
MD5 1b37cb5d0f27dabf37c3e71910b250d4
BLAKE2b-256 18e226553eeafc783e5f30c65b0c3eaca49b2028d9c5cbebddb4c876b82a4789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.4.4-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e4a0f374200e8443d9746e947ebb346c40f83a3970e75a685ade0adbba5c48d9
MD5 7e86095ee3c1714fbcc63c44efd198a3
BLAKE2b-256 8668e900c2acf3cb6210435cc8cbd6e090ef19304171bd6a966eab5fc933dd35

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