Skip to main content

Fast and Safe Tensor serialization

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

Uploaded Source

Built Distributions

safetensors-0.2.6-cp311-cp311-win_amd64.whl (268.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

safetensors-0.2.6-cp311-cp311-win32.whl (256.7 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

safetensors-0.2.6-cp311-cp311-macosx_12_0_arm64.whl (389.6 kB view details)

Uploaded CPython 3.11 macOS 12.0+ ARM64

safetensors-0.2.6-cp311-cp311-macosx_10_11_universal2.whl (393.1 kB view details)

Uploaded CPython 3.11 macOS 10.11+ universal2 (ARM64, x86-64)

safetensors-0.2.6-cp310-cp310-win_amd64.whl (268.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

safetensors-0.2.6-cp310-cp310-win32.whl (256.7 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

safetensors-0.2.6-cp310-cp310-macosx_12_0_arm64.whl (389.6 kB view details)

Uploaded CPython 3.10 macOS 12.0+ ARM64

safetensors-0.2.6-cp310-cp310-macosx_10_11_x86_64.whl (393.1 kB view details)

Uploaded CPython 3.10 macOS 10.11+ x86-64

safetensors-0.2.6-cp39-cp39-win_amd64.whl (268.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

safetensors-0.2.6-cp39-cp39-win32.whl (257.0 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

safetensors-0.2.6-cp39-cp39-macosx_12_0_arm64.whl (390.0 kB view details)

Uploaded CPython 3.9 macOS 12.0+ ARM64

safetensors-0.2.6-cp39-cp39-macosx_10_11_x86_64.whl (393.7 kB view details)

Uploaded CPython 3.9 macOS 10.11+ x86-64

safetensors-0.2.6-cp38-cp38-win_amd64.whl (268.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

safetensors-0.2.6-cp38-cp38-win32.whl (256.7 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

safetensors-0.2.6-cp38-cp38-macosx_10_11_x86_64.whl (393.7 kB view details)

Uploaded CPython 3.8 macOS 10.11+ x86-64

safetensors-0.2.6-cp37-cp37m-win_amd64.whl (268.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

safetensors-0.2.6-cp37-cp37m-win32.whl (256.8 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

safetensors-0.2.6-cp37-cp37m-macosx_10_11_x86_64.whl (393.8 kB view details)

Uploaded CPython 3.7m macOS 10.11+ x86-64

File details

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

File metadata

  • Download URL: safetensors-0.2.6.tar.gz
  • Upload date:
  • Size: 27.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for safetensors-0.2.6.tar.gz
Algorithm Hash digest
SHA256 9fe0979dc7044b3161fc51c8d6d480b5ed29947c8b69b3f9c4a89540ca039913
MD5 c44010fcedb285c589bc703fcdb5d2af
BLAKE2b-256 4f6d14cefb917f87fadab2fd2984af09b34dc5f9453fcb311d9e0e95518f180e

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4f7381d90931c4c0f715c590f20e4e53357c41017b9976a9ae31626264e1cc1b
MD5 8e56fceb918976b18034f5c07260c228
BLAKE2b-256 7497b974bc19074945e5c14c6f0dafb84f04b96b50368e36734f1ad601320996

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: safetensors-0.2.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 256.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e45ff3c7037a64f0d5e5b305f2dc0eb9efc917e6db3dd3b8eafe21908b69d356
MD5 dfa110bd95126e6c20630a6fd04c5033
BLAKE2b-256 b7d7d7073114867f524d80aa5c4ad949d4bd3e6181e2d23295cdad5e9fab37fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0931fd538e9aa69a0f0f17c4a037612aa4215ac20b89fd4869895449d642fd09
MD5 7810135217e225d7500607ee285099b2
BLAKE2b-256 835aa92739c74177af98fca7d2710693fd24b733ced82f07357037edbe057299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fd58aaa0a93eb79910e1f11797bf3df221e9c2ecba939c526d4229019793747b
MD5 e6c8c8e9d914c25a9df7230609637e8d
BLAKE2b-256 7a3a6c9e0348a7825c453bf21f011b2dc057c31c1b448f0b561fb32abf458baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da68d8c3479ff255306fb5ce6866bcdbd2dd9b39ae6fe3c216e6c0873ba829b9
MD5 0098075fe10064ef6c4d73c30af8df53
BLAKE2b-256 0bab6718266d82831f9ad8d9def4b5a72425c5d8cae371c52c98a37ba95644bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62a8033667b1648f90c52e5c61c16217fb95fe250db5ca629944a790e9ee2ff3
MD5 2790a48d19c23be11f16495f0e401d86
BLAKE2b-256 c86499f96d8c6527d843dd66f9f97339a213035cf096ce743b54ff95b00a6a58

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0e37c622915103144bbc79dda754b74ef1e82198aec5f69e28bfe1e6707eae23
MD5 c6212f9465f0989b4171c2353c743c86
BLAKE2b-256 e3b2b27785bfd7289c806326d98135b4fd464ebac48e13f04abe1c2304d94fea

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp311-cp311-macosx_10_11_universal2.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp311-cp311-macosx_10_11_universal2.whl
Algorithm Hash digest
SHA256 8e620044db45a8637fd87f79d26e3a1ca15354a34e739cd788cecae0e8ef406f
MD5 a8a506e3b88bb1895e32653d856e1e8b
BLAKE2b-256 948d3c21efb57fb153e4692afd1824cb6cec0e6cfdd33367eb0732f8ccc9bac4

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9009b4b2644810f708374ccc00dea81c45aa7401eab6a0bee845df431e50a740
MD5 84aeb1bed3f769687376c8622b53b18d
BLAKE2b-256 bca75274481f1c83c914162fb1ed8007083761c68db255a7c873ff87f794c853

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: safetensors-0.2.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 256.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2d1246247abd8698ff7e5c38d4a948b781dbc42fac5d0742c23c125f7405bbdd
MD5 48119cdc08f62e24b9e20981e586d1e6
BLAKE2b-256 3edeab3e38c95cd95af37dd6db3a20163bc0d256c10042ec035b3571db905999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02c15e2d61e6523bea333a1d18fa9d9274fba11f5edc661cf9f7b91c6b036e08
MD5 c72ca940b788f015fb0135616f30dbf0
BLAKE2b-256 99edc34d4c674d1b87382fa33e23de639b0b3e81228f4fe479907cd96b46a254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 640b74ed14db66b918e62193ea3633a5993320380bd1da69af48c970dda15994
MD5 b278fe81a21e7ea51e97d1e3a4fbe1e6
BLAKE2b-256 182cc426958fdac9b7f78b0ccb1fbcc867ac98b2070fcbfa13562a219a3490c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55932d3999764ca7364558597ac214e25b8a3521a83718c715ef658c8e718d2b
MD5 0be814a20524ae9b99f690f6dd4086ee
BLAKE2b-256 652bd5a6e88b5f75d68bc12ae109c1a58e5cf1115c19557cfcb9db4a3886444c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c726ce5a680b69d11bf6cc7eb6ab774717bcfef93ff15a2f6a796cd5c411e44
MD5 e774037ba774180257602e5e850a9e13
BLAKE2b-256 f4853abfdbfc77a7a85d7b748ba61d3cecb6384b3ea824152fbcd88d924df77b

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c30d9bcc77d9ad5c4c5746f185af9407a6d126b96cbb16da18223525db13fe6f
MD5 eab260c6b9737c74e02bed3a96dc2e01
BLAKE2b-256 b474040be2b225f8551400a506d0dbbaf7b2de66a7d5ca6422645d5f5d25e68f

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp310-cp310-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp310-cp310-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 a83c1b458fde228686a71272fa45c7a57953379ec8e3102406c9712adced6f76
MD5 d47b50f76451cf86bcfc8fed6246ee47
BLAKE2b-256 d559c8c0cb0104a1b390f88003a47ece5a26489abcd1c0fac5bf789ffe8b6a48

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4508aa422e62e449daa4f31acc974e7933293f22a759919076f3dcc15c983d9a
MD5 71be1c38ba3bafbb8702e98e120fcd7a
BLAKE2b-256 d1edceef7d2b2f460a4bd64c35796b1314a8cb098df1e09eb3db9d3751ddde92

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: safetensors-0.2.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 257.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ccf3b02bf46a18eb119d81b1331902971c2159820c8007ee6f17e7ba341070f4
MD5 bec5841456cbf3e732354d3cb069a360
BLAKE2b-256 d48438c6592b40a57dcc85520eef8018fc5753c110083cad4c17748b64dcd6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 325b8aa989fcadca077d031f3e71a7fe5a912b44a2e6bfd41cf5472947918d00
MD5 b4d7fbacd9de7a18dd32249c9732f68c
BLAKE2b-256 fe0b3711a2e724826b67bf6efb0239ae1f94faae464e477223813abbb2244dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9961875d429ffa6d3810a89a47097660b16b14afa0e2548d428df92b14a024d3
MD5 00b44f6faa7306a40c0c16ae40ac69cd
BLAKE2b-256 294e82249faea78f8584cc43be514b3241ef493f2dd3f2c8b6156b601526817d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 22bf039451091ae77fccb125e7a51aa890c53c2585160b70e0c5e3f983c247ad
MD5 16370a7d01910d6b2fa406460582344c
BLAKE2b-256 2fe28db63dcf6da655259a465f2b1f122c8e3ad74852954317f72e268e5aef1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6e599c326994521c8d6903f111a69a42875b2735551d28becd8f1ba3036feb7
MD5 892a1d4615a86bddd726d7867b46b05e
BLAKE2b-256 bd5e37990aab07372df33891170f29cf1b21b0786aa8d97eb18e63fe52d4f990

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0266abf2ca04a71a09bb0bd799e1482012f28c293611d2db88a1642f72fec5bb
MD5 e53670adbcfc3e4fa50981d0a7b6a46c
BLAKE2b-256 0bd9836c74658471a140dccc0eb8c8f053b95bf44542d5c0dea580131ced13c9

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp39-cp39-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp39-cp39-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 c92584c015685ac699a122b24d47bb86675c95b6ee1b3ed42a2392bcab8d9b45
MD5 6d67c926e314929c2240c1a906d71606
BLAKE2b-256 6c747db9e1c9704878bdf9c19de528361de8142120827483959eee887c1835bf

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9ee0a96465de12cecc479d6bc5a39d215c86b73593b6c858dd262a2b7f133afc
MD5 fa129c9975de3023ec1e5115c01da66f
BLAKE2b-256 db24065ab0922e3465bdda643217d7d4e1e76b55736e5c85c0b0295e2c961f71

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: safetensors-0.2.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 256.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fa216b78256a314578442cafc2158936f94b92144ec9f7f515a8f7b6cb641cdc
MD5 e62e026d3cb8c7a61c16e2519f029099
BLAKE2b-256 7b4b21603863d47af2672eff8c6f82f8c7f2f40dc83ddf3b12f1d9142560c6d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 488056032f8ad62092704fb50c11138a6558cd9bbcd7e2bbd1b4c199ea58f7b2
MD5 14a2cce9be69474425379fe87974cf08
BLAKE2b-256 3742517e5bfbf5f087db66533141f1745b11802390e131abe2a872bfe0ed45c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0357228d8c53b2ef6fc4fec9c043e3e622cc2857b75532d9e5727d0db2e0e4e3
MD5 55f29c987c81cc3dda763682463759e1
BLAKE2b-256 64d78c8da019b728dd5e8f24080ae0fe65ff67b9ba95a87965a85550d0f0f3bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 313f26bf7aecfcfdec2f3fe5d4ffccde970eb033a57e42e135f1ff5f6c2da225
MD5 78c600703ba36bc0f5cd9a20663223ce
BLAKE2b-256 0f6b37a104a301a907e9f48661ba1c49e0fc6e4322ceab7ffd920e087dbea4cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 150c64a06157e777b78caad3c6cf0d308382f07f95ed76bb1ea14a8c87cd5f94
MD5 211d296c73143bfb693025abe828ecdf
BLAKE2b-256 d4fa1cfc53327273fa5a32c79a42961e3f2b67a226832b96a65115fd1e3da1eb

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp38-cp38-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp38-cp38-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 733aa75d8b056efebfeaf3b8683776aab7d52b02ac712d1290b739c6b36a9651
MD5 f36caf54704be5b732e1e436f9c20e43
BLAKE2b-256 9ea0349704745dc5c05d1ab6c6819553d99eb14fd281c53cac0a2f16cc7fe03a

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 642f3ebc76f0204233c2c02af0b0bb40be27b4baceb321752237aaeeab3a517e
MD5 c9a5b366b3f77e521e8faac5ca2d0584
BLAKE2b-256 9d80e10b2f0e5d9a7d005020c3a42b3ff26f3a46081fe25177f6775a98838784

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: safetensors-0.2.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 256.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7d92dcbd7f99fae677cfa46d6eb1714819ebc83341b3c17cb5e1a4323372302d
MD5 55e96215a27eaf6442e93541f60d857f
BLAKE2b-256 008c58d3589025b10e9d9dfa4e8948466504927b069a3796327aafdcafa00a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adc5b8b03478283fab47c48ff255022813679d23818dfc65812d8cc4953177de
MD5 12b9169357354d92608c2b3091d3b31b
BLAKE2b-256 2df5e61cb47b9da2e17a8d6ab250d6d15a2e832f7d18bfd72e099a7e6b168d47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 610ed2f75cdf31546d77072f763b3a409e41b6ffb9147db59499834d33e26ed9
MD5 0820a75eb3345d7dc928aa69e98e61b5
BLAKE2b-256 a3a198e661b7142e3577e64772541a77164d183b4767f3018818af3adfe5d972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 32ff52043e5e740a8e86b9d5b01b95f14c441eeca67854214ed0418b50c36356
MD5 7036bc368d34670c189bbaff9a1c04ef
BLAKE2b-256 0556bae0e0dd6fe5a9c074513080e0bce07eba8fd472125ace4472b67740607a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea41ede7e02fc5a1fb583b55d97ea1ea7e0cdb82258dd3bd2b462b1f088456ca
MD5 50bf28fb600e850d78004a58e72ab8bb
BLAKE2b-256 56899593a1610e8a205ab1c7635dc90789768faca9ce172b1fa1393843c1316b

See more details on using hashes here.

File details

Details for the file safetensors-0.2.6-cp37-cp37m-macosx_10_11_x86_64.whl.

File metadata

File hashes

Hashes for safetensors-0.2.6-cp37-cp37m-macosx_10_11_x86_64.whl
Algorithm Hash digest
SHA256 7fa51e21abfa31447e7aaa8285dcd197c79816ac5b7277963d7a4e7df69d4aab
MD5 1879a1ff3c6161d1592d9c8865bfc730
BLAKE2b-256 aa88439fb85ac2c9ff508b22c79611101f485a27d1e4a99f12faafa9b9d21f92

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