Skip to main content

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/

Release files for safetensors 0.3.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for safetensors 0.3.1
File Size Uploaded
safetensors-0.3.1.tar.gz 34.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for safetensors 0.3.1
File
safetensors-0.3.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
safetensors-0.3.1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
safetensors-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
safetensors-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ IBM System/390x Details
safetensors-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
safetensors-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
safetensors-0.3.1-cp311-cp311-macosx_12_0_arm64.whl CPython 3.11 CPython 3.11 macOS 12.0+ ARM64 Details
safetensors-0.3.1-cp311-cp311-macosx_10_11_universal2.whl CPython 3.11 CPython 3.11 macOS 10.11+ universal2 (ARM64, x86-64) Details
safetensors-0.3.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
safetensors-0.3.1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
safetensors-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
safetensors-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ IBM System/390x Details
safetensors-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
safetensors-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
safetensors-0.3.1-cp310-cp310-macosx_12_0_arm64.whl CPython 3.10 CPython 3.10 macOS 12.0+ ARM64 Details
safetensors-0.3.1-cp310-cp310-macosx_10_11_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.11+ x86-64 Details
safetensors-0.3.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
safetensors-0.3.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
safetensors-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
safetensors-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ IBM System/390x Details
safetensors-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ PowerPC 64-le Details
safetensors-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
safetensors-0.3.1-cp39-cp39-macosx_12_0_arm64.whl CPython 3.9 CPython 3.9 macOS 12.0+ ARM64 Details
safetensors-0.3.1-cp39-cp39-macosx_10_11_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.11+ x86-64 Details
safetensors-0.3.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
safetensors-0.3.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
safetensors-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
safetensors-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ IBM System/390x Details
safetensors-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ PowerPC 64-le Details
safetensors-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
safetensors-0.3.1-cp38-cp38-macosx_12_0_arm64.whl CPython 3.8 CPython 3.8 macOS 12.0+ ARM64 Details
safetensors-0.3.1-cp38-cp38-macosx_10_11_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.11+ x86-64 Details
safetensors-0.3.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
safetensors-0.3.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
safetensors-0.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
safetensors-0.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x Details
safetensors-0.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
safetensors-0.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
safetensors-0.3.1-cp37-cp37m-macosx_10_11_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.11+ x86-64 Details

Total release size: 32.9 MB

Release files / safetensors-0.3.1.tar.gz

Download URL safetensors-0.3.1.tar.gz
Size 34.0 kB
Tags Source
SHA-256 checksum
How to use checksums
571da56ff8d0bec8ae54923b621cda98d36dcef10feb36fd492c4d0c2cd0e869
BLAKE2b-256 checksum
How to use checksums
c25444496d0eb0c1cd415d76bff20c38c6e0a07346e69ee532027738891a4940
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp311-cp311-win_amd64.whl

Download URL safetensors-0.3.1-cp311-cp311-win_amd64.whl
Size 263.7 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
62aa7421ca455418423e35029524489480adda53e3f702453580180ecfebe476
BLAKE2b-256 checksum
How to use checksums
fe68e5266c04186d0d82cb262298ee5bcd08c9baacdf0746ef35917eb5f3a429
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp311-cp311-win32.whl

Download URL safetensors-0.3.1-cp311-cp311-win32.whl
Size 258.4 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
6ae9ca63d9e22f71ec40550207bd284a60a6b4916ae6ca12c85a8d86bf49e0c3
BLAKE2b-256 checksum
How to use checksums
50aa83a22d0293299864f16403174b57af36eeb7e098f3db37c58df590e453bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL safetensors-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.3 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
997a2cc14023713f423e6d16536d55cb16a3d72850f142e05f82f0d4c76d383b
BLAKE2b-256 checksum
How to use checksums
a93e28bd47b8d0f709b680d9e5d5ff715df187adb1f806fde72478049d691873
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL safetensors-0.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.5 MB
Tags CPython 3.11 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
ddd0ddd502cf219666e7d30f23f196cb87e829439b52b39f3e7da7918c3416df
BLAKE2b-256 checksum
How to use checksums
edc8ffb3607d1d553383c3be83d7229a97c75dabf6758bcb2aa5099ef4099988
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL safetensors-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.4 MB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
d534b80bc8d39945bb902f34b0454773971fe9e5e1f2142af451759d7e52b356
BLAKE2b-256 checksum
How to use checksums
5edde9ed72009da4895050ac6700a2897ef4bc20743021a5c54d8478eae71ea6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL safetensors-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
12e30677e6af1f4cc4f2832546e91dbb3b0aa7d575bfa473d2899d524e1ace08
BLAKE2b-256 checksum
How to use checksums
b4a5e6901c0e7975734b6146080c9b3c0edcd43b760382dac0e4c1354025afdb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp311-cp311-macosx_12_0_arm64.whl

Download URL safetensors-0.3.1-cp311-cp311-macosx_12_0_arm64.whl
Size 401.4 kB
Tags CPython 3.11 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
626c86dd1d930963c8ea7f953a3787ae85322551e3a5203ac731d6e6f3e18f44
BLAKE2b-256 checksum
How to use checksums
395295af02a2cbbc980431b1c514dced44e15533501fc842808e823f2d68c285
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp311-cp311-macosx_10_11_universal2.whl

Download URL safetensors-0.3.1-cp311-cp311-macosx_10_11_universal2.whl
Size 400.2 kB
Tags CPython 3.11 macOS 10.11+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
5af82e10946c4822506db0f29269f43147e889054704dde994d4e22f0c37377b
BLAKE2b-256 checksum
How to use checksums
b86b6971f9553953fff59d5cf84c6c129272d1f13f5a9966adc75c22f0a51cbb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp310-cp310-win_amd64.whl

Download URL safetensors-0.3.1-cp310-cp310-win_amd64.whl
Size 263.7 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
54846eaae25fded28a7bebbb66be563cad221b4c80daee39e2f55df5e5e0266f
BLAKE2b-256 checksum
How to use checksums
397bc785536dc1307214f4def6e6ddd772c9a76d3b5798f2961644fac10f373d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp310-cp310-win32.whl

Download URL safetensors-0.3.1-cp310-cp310-win32.whl
Size 258.4 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
118f8f7503ea312fc7af27e934088a1b589fb1eff5a7dea2cd1de6c71ee33391
BLAKE2b-256 checksum
How to use checksums
fc684226318a494c5bfdcecc84085f0e19ed59b1ef5093d6c1b6954b82373cf7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL safetensors-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.3 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5c115951b3a865ece8d98ee43882f2fd0a999c0200d6e6fec24134715ebe3b57
BLAKE2b-256 checksum
How to use checksums
9d634b25608fae880cc832ca816917f9dff10e9e9e7ba91bc46d50d681fd997f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL safetensors-0.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.5 MB
Tags CPython 3.10 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
5c9f562ea696d50b95cadbeb1716dc476714a87792ffe374280c0835312cbfe2
BLAKE2b-256 checksum
How to use checksums
c89a7932f89b470bc6e2c666cb1e7538d2df45af82cd43a756d7f2ef6d1ffc53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL safetensors-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.4 MB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
b57d5890c619ec10d9f1b6426b8690d0c9c2868a90dc52f13fae6f6407ac141f
BLAKE2b-256 checksum
How to use checksums
73120d0a724c62a5b43ac556e479ccdf980fe6e61cc2b7b46fe03ad56e3e00ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL safetensors-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ba625c7af9e1c5d0d91cb83d2fba97d29ea69d4db2015d9714d24c7f6d488e15
BLAKE2b-256 checksum
How to use checksums
f264b1ceb00f70ac1cc7af7e05ba61cedc470c537d7bde0012f21c8edbe86327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp310-cp310-macosx_12_0_arm64.whl

Download URL safetensors-0.3.1-cp310-cp310-macosx_12_0_arm64.whl
Size 401.4 kB
Tags CPython 3.10 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
08c85c1934682f1e2cd904d38433b53cd2a98245a7cc31f5689f9322a2320bbf
BLAKE2b-256 checksum
How to use checksums
58e9a7d67e31326dab8691c47fd495138f387c35ef4e88cff1971f2b3330db9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp310-cp310-macosx_10_11_x86_64.whl

Download URL safetensors-0.3.1-cp310-cp310-macosx_10_11_x86_64.whl
Size 400.2 kB
Tags CPython 3.10 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
2ae9b7dd268b4bae6624729dac86deb82104820e9786429b0583e5168db2f770
BLAKE2b-256 checksum
How to use checksums
a9d9cd10f0b31e3962f06c3b3c40d1b02dba39dfb7c123fd9b98d1a81ec16fa9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp39-cp39-win_amd64.whl

Download URL safetensors-0.3.1-cp39-cp39-win_amd64.whl
Size 263.9 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
5f4f614b8e8161cd8a9ca19c765d176a82b122fa3d3387b77862145bfe9b4e93
BLAKE2b-256 checksum
How to use checksums
4b39a4a6061ec0e207895f6abfe7184e9184ae860bee5ec8f46d7a4934b2deb9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp39-cp39-win32.whl

Download URL safetensors-0.3.1-cp39-cp39-win32.whl
Size 258.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
e2f083112cf97aa9611e2a05cc170a2795eccec5f6ff837f4565f950670a9d83
BLAKE2b-256 checksum
How to use checksums
f00957f18217f9cd1c6b52d05e074b831c1b2acb0496802525cfd06272f786af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL safetensors-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.3 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
dcf527ecc5f58907fd9031510378105487f318cc91ecdc5aee3c7cc8f46030a8
BLAKE2b-256 checksum
How to use checksums
60c71911e04710666eb79ca3311a4e91b669419a1f23c2b2619005165104368c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL safetensors-0.3.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.5 MB
Tags CPython 3.9 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
1a0f31904f35dc14919a145b2d7a2d8842a43a18a629affe678233c4ea90b4af
BLAKE2b-256 checksum
How to use checksums
096f5c485892db83eda3cb66858ca3e570ada5fcb2dcf5a5268d43ff66b1c21c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL safetensors-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.4 MB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
34b75a766f3cfc99fd4c33e329b76deae63f5f388e455d863a5d6e99472fca8e
BLAKE2b-256 checksum
How to use checksums
e5faf9f04ce0dbaf0a162111ed356324ecad0d2935d1e3d1862c4e93a4d5925b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL safetensors-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
54aed0802f9eaa83ca7b1cbb986bfb90b8e2c67b6a4bcfe245627e17dad565d4
BLAKE2b-256 checksum
How to use checksums
ec6b70980d9f8c46b25085b0ec2c76c695cccb3dc2f782263f319b857e3da983
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp39-cp39-macosx_12_0_arm64.whl

Download URL safetensors-0.3.1-cp39-cp39-macosx_12_0_arm64.whl
Size 401.8 kB
Tags CPython 3.9 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
a4f7dbfe7285573cdaddd85ef6fa84ebbed995d3703ab72d71257944e384612f
BLAKE2b-256 checksum
How to use checksums
ae32d1b4c2cebf9153def6f08ef94b81efe60e29b8bbfd399cdc7ab44427556f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp39-cp39-macosx_10_11_x86_64.whl

Download URL safetensors-0.3.1-cp39-cp39-macosx_10_11_x86_64.whl
Size 400.8 kB
Tags CPython 3.9 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
cba910fcc9e5e64d32d62b837388721165e9c7e45d23bc3a38ad57694b77f40d
BLAKE2b-256 checksum
How to use checksums
8d6ca00e685456fac8c51e0650560a793e3dcdbfc28c04f61f0d12aab71e7572
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp38-cp38-win_amd64.whl

Download URL safetensors-0.3.1-cp38-cp38-win_amd64.whl
Size 263.9 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
afdc725beff7121ea8d39a7339f5a6abcb01daa189ea56290b67fe262d56e20f
BLAKE2b-256 checksum
How to use checksums
f95bfc1495bb0d843b679d7218a69a86c2703677786be9f10da0f1861b20d049
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp38-cp38-win32.whl

Download URL safetensors-0.3.1-cp38-cp38-win32.whl
Size 258.8 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
158ede81694180a0dbba59422bc304a78c054b305df993c0c6e39c6330fa9348
BLAKE2b-256 checksum
How to use checksums
b3932667d240cbcbf99e31f09fc64fb67767505debffc320405e0f300cd15b03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL safetensors-0.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.3 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6994043b12e717cf2a6ba69077ac41f0d3675b2819734f07f61819e854c622c7
BLAKE2b-256 checksum
How to use checksums
855060e0407a8d81ef05478c513778499dc569c2f3662ee959a28548c533e3f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL safetensors-0.3.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.5 MB
Tags CPython 3.8 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
2c573c5a0d5d45791ae8c179e26d74aff86e719056591aa7edb3ca7be55bc961
BLAKE2b-256 checksum
How to use checksums
e69059003e62209058ce16d9ca5d51270f08ec1249c358ad4b8739bf7ead1944
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL safetensors-0.3.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.4 MB
Tags CPython 3.8 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
04f909442d6223ff0016cd2e1b2a95ef8039b92a558014627363a2e267213f62
BLAKE2b-256 checksum
How to use checksums
219feb0285eea35099a4350076e89a87198aa33eb111fd3bcc7173bdecbe6989
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL safetensors-0.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
22cf7e73ca42974f098ce0cf4dd8918983700b6b07a4c6827d50c8daefca776e
BLAKE2b-256 checksum
How to use checksums
de12d9d13708bcf18b90d61f88ca469241dcb93c9e483bec8fb2456fc15f45f0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp38-cp38-macosx_12_0_arm64.whl

Download URL safetensors-0.3.1-cp38-cp38-macosx_12_0_arm64.whl
Size 401.7 kB
Tags CPython 3.8 macOS 12.0+ ARM64
SHA-256 checksum
How to use checksums
c49061461f4a81e5ec3415070a3f135530834c89cbd6a7db7cd49e3cb9d9864b
BLAKE2b-256 checksum
How to use checksums
d95c8f7fe5c696a6e813fa15d5d88257eae7bc527b728adf2466b0e38582bd22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp38-cp38-macosx_10_11_x86_64.whl

Download URL safetensors-0.3.1-cp38-cp38-macosx_10_11_x86_64.whl
Size 400.9 kB
Tags CPython 3.8 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
05cbfef76e4daa14796db1bbb52072d4b72a44050c368b2b1f6fd3e610669a89
BLAKE2b-256 checksum
How to use checksums
cb5ddd98bf1e8cfa73db5afafc79d6275931826916928857b858599e45363305
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp37-cp37m-win_amd64.whl

Download URL safetensors-0.3.1-cp37-cp37m-win_amd64.whl
Size 263.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9eff3190bfbbb52eef729911345c643f875ca4dbb374aa6c559675cfd0ab73db
BLAKE2b-256 checksum
How to use checksums
3d253c40e748ebd0342ad423c61b1d93d5a776cbfed89d92f9780ab9e58a508f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp37-cp37m-win32.whl

Download URL safetensors-0.3.1-cp37-cp37m-win32.whl
Size 258.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a77cb39624480d5f143c1cc272184f65a296f573d61629eff5d495d2e0541d3e
BLAKE2b-256 checksum
How to use checksums
80f73555ed23b717654bf9e1f6683f2db4f6a2eadce544d94933e0c4551e68c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL safetensors-0.3.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 1.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
14cd9a87bc73ce06903e9f8ee8b05b056af6f3c9f37a6bd74997a16ed36ff5f4
BLAKE2b-256 checksum
How to use checksums
7c3454c2207f5b4eaf9b455ab679d7aa9a1c0c13e159fc09a491507933b02ad1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / safetensors-0.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL safetensors-0.3.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
689b3d6a7ebce70ee9438267ee55ea89b575c19923876645e927d08757b552fe
BLAKE2b-256 checksum
How to use checksums
0a6d529be12ab30e77e8d50d8e264723024adb0d4c977106ddccf1a1d7e948eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL safetensors-0.3.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
10efe2513a8327fd628cea13167089588acc23093ba132aecfc536eb9a4560fe
BLAKE2b-256 checksum
How to use checksums
9d24b54e97a6dca3df1f4ee9c2ef3bcc71aaa642b8c36f1e046c482bfe9c2e04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL safetensors-0.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
262423aeda91117010f8c607889066028f680fbb667f50cfe6eae96f22f9d150
BLAKE2b-256 checksum
How to use checksums
247a906f5a612be5abb60162b5c2f6d7124f00951f5487d9fcc798dbc3f146e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.6

Release files / safetensors-0.3.1-cp37-cp37m-macosx_10_11_x86_64.whl

Download URL safetensors-0.3.1-cp37-cp37m-macosx_10_11_x86_64.whl
Size 400.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
6d54b3ed367b6898baab75dfd057c24f36ec64d3938ffff2af981d56bfba2f42
BLAKE2b-256 checksum
How to use checksums
14b6a8fac0241a54a0abc6e90642b5ac7aeeb7095726534689d2fe626f6297c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release history Release notifications | RSS feed

0.7.0

23 release files

0.5.3

15 release files

0.4.1

98 release files

0.3.3

58 release files

This release

0.3.1 This release

40 release files

0.2.8

40 release files

0.2.7

39 release files

0.2.6

39 release files

0.2.5

35 release files

0.2.3

19 release files

0.2.2

19 release files

0.2.1

31 release files

0.2.0

31 release files

0.0.1

31 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page