{"crate":{"id":"safetensors","name":"safetensors","updated_at":"2026-06-09T08:34:43.361780Z","versions":[2537567,1832810,1676595,1673296,1612214,1460919,1400050,1398160,1392951,1260576,1224427,1115868,1024146,968762,917756,878512,865827,784667,742222,704554,691834,682268],"keywords":["huggingface","pytorch","safetensors","tensorflow","tensors"],"categories":[],"badges":[],"created_at":"2022-12-13T14:10:22.035486Z","downloads":26274528,"recent_downloads":9974686,"default_version":"0.8.0","num_versions":22,"yanked":false,"max_version":"0.8.0","newest_version":"0.8.0","max_stable_version":"0.8.0","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","links":{"version_downloads":"/api/v1/crates/safetensors/downloads","versions":null,"owners":"/api/v1/crates/safetensors/owners","owner_team":"/api/v1/crates/safetensors/owner_team","owner_user":"/api/v1/crates/safetensors/owner_user","reverse_dependencies":"/api/v1/crates/safetensors/reverse_dependencies"},"exact_match":false,"trustpub_only":false},"versions":[{"id":2537567,"crate":"safetensors","num":"0.8.0","dl_path":"/api/v1/crates/safetensors/0.8.0/download","readme_path":"/api/v1/crates/safetensors/0.8.0/readme","updated_at":"2026-06-09T08:34:43.361780Z","created_at":"2026-06-09T08:34:43.361780Z","downloads":1704071,"features":{"alloc":[],"default":["std"],"std":["serde/default","serde_json/default","dep:tempfile"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.8.0/dependencies","version_downloads":"/api/v1/crates/safetensors/0.8.0/downloads","authors":"/api/v1/crates/safetensors/0.8.0/authors"},"crate_size":34521,"published_by":null,"audit_actions":[],"checksum":"79b079b829cb27a1c3c374341345ed2e8b2c0c839034522cee576c140bd7f846","rust_version":"1.80","has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":{"provider":"github","repository":"safetensors/safetensors","run_id":"27194073246","sha":"a406ca3e7a90598be0cd05a50069cb9bf5ef6ba6"},"linecounts":{"languages":{"Rust":{"code_lines":1780,"comment_lines":157,"files":3}},"total_code_lines":1780,"total_comment_lines":157}},{"id":1832810,"crate":"safetensors","num":"0.7.0","dl_path":"/api/v1/crates/safetensors/0.7.0/download","readme_path":"/api/v1/crates/safetensors/0.7.0/readme","updated_at":"2025-11-19T15:14:57.482050Z","created_at":"2025-11-19T15:14:57.482050Z","downloads":5298851,"features":{"alloc":[],"default":["std"],"std":["serde/default","serde_json/default"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.7.0/dependencies","version_downloads":"/api/v1/crates/safetensors/0.7.0/downloads","authors":"/api/v1/crates/safetensors/0.7.0/authors"},"crate_size":31009,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-11-19T15:14:57.482050Z"}],"checksum":"675656c1eabb620b921efea4f9199f97fc86e36dd6ffd1fbbe48d0f59a4987f5","rust_version":"1.80","has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1680,"comment_lines":155,"files":3}},"total_code_lines":1680,"total_comment_lines":155}},{"id":1676595,"crate":"safetensors","num":"0.6.2","dl_path":"/api/v1/crates/safetensors/0.6.2/download","readme_path":"/api/v1/crates/safetensors/0.6.2/readme","updated_at":"2025-08-08T13:11:10.208726Z","created_at":"2025-08-08T13:11:10.208726Z","downloads":2231339,"features":{"alloc":["serde/alloc","serde_json/alloc","hashbrown"],"default":["std"],"std":["serde/default","serde_json/default"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.6.2/dependencies","version_downloads":"/api/v1/crates/safetensors/0.6.2/downloads","authors":"/api/v1/crates/safetensors/0.6.2/authors"},"crate_size":32101,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-08-08T13:11:10.208726Z"}],"checksum":"172dd94c5a87b5c79f945c863da53b2ebc7ccef4eca24ac63cca66a41aab2178","rust_version":"1.80","has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1661,"comment_lines":153,"files":3}},"total_code_lines":1661,"total_comment_lines":153}},{"id":1673296,"crate":"safetensors","num":"0.6.1","dl_path":"/api/v1/crates/safetensors/0.6.1/download","readme_path":"/api/v1/crates/safetensors/0.6.1/readme","updated_at":"2025-08-06T09:37:00.376162Z","created_at":"2025-08-06T09:37:00.376162Z","downloads":7055,"features":{"alloc":["serde/alloc","serde_json/alloc","hashbrown"],"default":["std"],"std":["serde/default","serde_json/default"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.6.1/dependencies","version_downloads":"/api/v1/crates/safetensors/0.6.1/downloads","authors":"/api/v1/crates/safetensors/0.6.1/authors"},"crate_size":32105,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-08-06T09:37:00.376162Z"}],"checksum":"3acc594eede59bd7facbb55c179d1d67980f412c201544b21fce7f9ac3aab4a5","rust_version":"1.80","has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1661,"comment_lines":153,"files":3}},"total_code_lines":1661,"total_comment_lines":153}},{"id":1612214,"crate":"safetensors","num":"0.6.0","dl_path":"/api/v1/crates/safetensors/0.6.0/download","readme_path":"/api/v1/crates/safetensors/0.6.0/readme","updated_at":"2025-06-23T08:05:11.940541Z","created_at":"2025-06-23T08:05:11.940541Z","downloads":27847,"features":{"alloc":["serde/alloc","serde_json/alloc","hashbrown"],"default":["std"],"std":["serde/default","serde_json/default"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.6.0/dependencies","version_downloads":"/api/v1/crates/safetensors/0.6.0/downloads","authors":"/api/v1/crates/safetensors/0.6.0/authors"},"crate_size":31834,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-06-23T08:05:11.940541Z"}],"checksum":"617df84b8360fc910a687afe4be1c4660bf7c090d448d2fc27c781e852205f7c","rust_version":"1.80","has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1661,"comment_lines":153,"files":3}},"total_code_lines":1661,"total_comment_lines":153}},{"id":1460919,"crate":"safetensors","num":"0.5.3","dl_path":"/api/v1/crates/safetensors/0.5.3/download","readme_path":"/api/v1/crates/safetensors/0.5.3/readme","updated_at":"2025-02-26T09:11:59.911602Z","created_at":"2025-02-26T09:11:59.911602Z","downloads":679660,"features":{"alloc":["serde/alloc","serde_json/alloc","hashbrown"],"default":["std"],"std":["serde/default","serde_json/default"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.5.3/dependencies","version_downloads":"/api/v1/crates/safetensors/0.5.3/downloads","authors":"/api/v1/crates/safetensors/0.5.3/authors"},"crate_size":29363,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-02-26T09:11:59.911602Z"}],"checksum":"cc0cdb7198d738a111f6df8fef42cb175412c311d0c4ac9126ff4e550ad1a0e8","rust_version":"1.74","has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1411,"comment_lines":154,"files":3}},"total_code_lines":1411,"total_comment_lines":154}},{"id":1400050,"crate":"safetensors","num":"0.5.2","dl_path":"/api/v1/crates/safetensors/0.5.2/download","readme_path":"/api/v1/crates/safetensors/0.5.2/readme","updated_at":"2025-01-08T17:39:49.282148Z","created_at":"2025-01-08T17:39:49.282148Z","downloads":9169,"features":{"alloc":["serde/alloc","serde_json/alloc","hashbrown"],"default":["std"],"std":["serde/default","serde_json/default"]},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.5.2/dependencies","version_downloads":"/api/v1/crates/safetensors/0.5.2/downloads","authors":"/api/v1/crates/safetensors/0.5.2/authors"},"crate_size":22346,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-01-08T17:39:49.282148Z"}],"checksum":"0436dbfa2778e4ec1a00801b0ae24a1dd619499247d48b0589b679103379d0d4","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1354,"comment_lines":154,"files":3}},"total_code_lines":1354,"total_comment_lines":154}},{"id":1398160,"crate":"safetensors","num":"0.5.1","dl_path":"/api/v1/crates/safetensors/0.5.1/download","readme_path":"/api/v1/crates/safetensors/0.5.1/readme","updated_at":"2025-01-07T10:09:02.011933Z","created_at":"2025-01-07T10:09:02.011933Z","downloads":778,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.5.1/dependencies","version_downloads":"/api/v1/crates/safetensors/0.5.1/downloads","authors":"/api/v1/crates/safetensors/0.5.1/authors"},"crate_size":21815,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-01-07T10:09:02.011933Z"}],"checksum":"a086aebfd6f747b121c61467050570a77d9db75dcdb1134e28fee86b2d319a1f","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1318,"comment_lines":154,"files":3}},"total_code_lines":1318,"total_comment_lines":154}},{"id":1392951,"crate":"safetensors","num":"0.5.0","dl_path":"/api/v1/crates/safetensors/0.5.0/download","readme_path":"/api/v1/crates/safetensors/0.5.0/readme","updated_at":"2025-01-02T16:36:06.966079Z","created_at":"2025-01-02T16:36:06.966079Z","downloads":928,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.5.0/dependencies","version_downloads":"/api/v1/crates/safetensors/0.5.0/downloads","authors":"/api/v1/crates/safetensors/0.5.0/authors"},"crate_size":21814,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2025-01-02T16:36:06.966079Z"}],"checksum":"f42137a36b409fd651fd467dda0ae61348e14612a7c4c8f602ea1528d00f049a","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.\n","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1318,"comment_lines":154,"files":3}},"total_code_lines":1318,"total_comment_lines":154}},{"id":1260576,"crate":"safetensors","num":"0.4.5","dl_path":"/api/v1/crates/safetensors/0.4.5/download","readme_path":"/api/v1/crates/safetensors/0.4.5/readme","updated_at":"2024-09-05T13:41:34.076102Z","created_at":"2024-09-05T13:41:34.076102Z","downloads":8157716,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.4.5/dependencies","version_downloads":"/api/v1/crates/safetensors/0.4.5/downloads","authors":"/api/v1/crates/safetensors/0.4.5/authors"},"crate_size":21800,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2024-09-05T13:41:34.076102Z"}],"checksum":"44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1315,"comment_lines":154,"files":3}},"total_code_lines":1315,"total_comment_lines":154}},{"id":1224427,"crate":"safetensors","num":"0.4.4","dl_path":"/api/v1/crates/safetensors/0.4.4/download","readme_path":"/api/v1/crates/safetensors/0.4.4/readme","updated_at":"2024-08-05T12:26:28.047188Z","created_at":"2024-08-05T12:26:28.047188Z","downloads":49292,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.4.4/dependencies","version_downloads":"/api/v1/crates/safetensors/0.4.4/downloads","authors":"/api/v1/crates/safetensors/0.4.4/authors"},"crate_size":21698,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2024-08-05T12:26:28.047188Z"}],"checksum":"7725d4d98fa515472f43a6e2bbf956c48e06b89bb50593a040e5945160214450","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1294,"comment_lines":153,"files":3}},"total_code_lines":1294,"total_comment_lines":153}},{"id":1115868,"crate":"safetensors","num":"0.4.3","dl_path":"/api/v1/crates/safetensors/0.4.3/download","readme_path":"/api/v1/crates/safetensors/0.4.3/readme","updated_at":"2024-04-15T15:53:57.319535Z","created_at":"2024-04-15T15:53:57.319535Z","downloads":182969,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.4.3/dependencies","version_downloads":"/api/v1/crates/safetensors/0.4.3/downloads","authors":"/api/v1/crates/safetensors/0.4.3/authors"},"crate_size":21534,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2024-04-15T15:53:57.319535Z"}],"checksum":"8ced76b22c7fba1162f11a5a75d9d8405264b467a07ae0c9c29be119b9297db9","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1264,"comment_lines":153,"files":3}},"total_code_lines":1264,"total_comment_lines":153}},{"id":1024146,"crate":"safetensors","num":"0.4.2","dl_path":"/api/v1/crates/safetensors/0.4.2/download","readme_path":"/api/v1/crates/safetensors/0.4.2/readme","updated_at":"2024-01-23T09:02:21.933677Z","created_at":"2024-01-23T09:02:21.933677Z","downloads":303167,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.4.2/dependencies","version_downloads":"/api/v1/crates/safetensors/0.4.2/downloads","authors":"/api/v1/crates/safetensors/0.4.2/authors"},"crate_size":21102,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2024-01-23T09:02:21.933677Z"}],"checksum":"8d980e6bfb34436fb0a81e42bc41af43f11805bbbca443e7f68e9faaabe669ed","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1185,"comment_lines":159,"files":3}},"total_code_lines":1185,"total_comment_lines":159}},{"id":968762,"crate":"safetensors","num":"0.4.1","dl_path":"/api/v1/crates/safetensors/0.4.1/download","readme_path":"/api/v1/crates/safetensors/0.4.1/readme","updated_at":"2023-11-27T11:12:47.367825Z","created_at":"2023-11-27T11:12:47.367825Z","downloads":37967,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.4.1/dependencies","version_downloads":"/api/v1/crates/safetensors/0.4.1/downloads","authors":"/api/v1/crates/safetensors/0.4.1/authors"},"crate_size":17295,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-11-27T11:12:47.367825Z"}],"checksum":"1659ef1c27917eb58c2d53664b5506d0b68c9cb9b460d3e0901011cf71269a8e","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":1185,"comment_lines":159,"files":3}},"total_code_lines":1185,"total_comment_lines":159}},{"id":917756,"crate":"safetensors","num":"0.4.0","dl_path":"/api/v1/crates/safetensors/0.4.0/download","readme_path":"/api/v1/crates/safetensors/0.4.0/readme","updated_at":"2023-10-06T10:48:54.515338Z","created_at":"2023-10-06T10:48:54.515338Z","downloads":4254,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.4.0/dependencies","version_downloads":"/api/v1/crates/safetensors/0.4.0/downloads","authors":"/api/v1/crates/safetensors/0.4.0/authors"},"crate_size":17930,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-10-06T10:48:54.515338Z"}],"checksum":"f1e5186bd51ae3f90999d243853f5e8cb51f3467f55da42dc611ed2342483dad","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Pan":{"code_lines":21,"comment_lines":1,"files":1},"Rust":{"code_lines":1178,"comment_lines":159,"files":3}},"total_code_lines":1199,"total_comment_lines":160}},{"id":878512,"crate":"safetensors","num":"0.3.3","dl_path":"/api/v1/crates/safetensors/0.3.3/download","readme_path":"/api/v1/crates/safetensors/0.3.3/readme","updated_at":"2023-08-23T11:04:24.285207Z","created_at":"2023-08-23T11:04:24.285207Z","downloads":7236698,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.3.3/dependencies","version_downloads":"/api/v1/crates/safetensors/0.3.3/downloads","authors":"/api/v1/crates/safetensors/0.3.3/authors"},"crate_size":17803,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-08-23T11:04:24.285207Z"}],"checksum":"d93279b86b3de76f820a8854dd06cbc33cfa57a417b19c47f6a25280112fb1df","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Pan":{"code_lines":21,"comment_lines":1,"files":1},"Rust":{"code_lines":1185,"comment_lines":144,"files":3}},"total_code_lines":1206,"total_comment_lines":145}},{"id":865827,"crate":"safetensors","num":"0.3.2","dl_path":"/api/v1/crates/safetensors/0.3.2/download","readme_path":"/api/v1/crates/safetensors/0.3.2/readme","updated_at":"2023-08-07T12:59:09.061052Z","created_at":"2023-08-07T12:59:09.061052Z","downloads":181949,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.3.2/dependencies","version_downloads":"/api/v1/crates/safetensors/0.3.2/downloads","authors":"/api/v1/crates/safetensors/0.3.2/authors"},"crate_size":17466,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-08-07T12:59:09.061052Z"}],"checksum":"ad8cbd90c388a0b028565d8ad22e090101599d951c6b5f105b4f7772721a9d5f","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Pan":{"code_lines":21,"comment_lines":1,"files":1},"Rust":{"code_lines":1152,"comment_lines":142,"files":3}},"total_code_lines":1173,"total_comment_lines":143}},{"id":784667,"crate":"safetensors","num":"0.3.1","dl_path":"/api/v1/crates/safetensors/0.3.1/download","readme_path":"/api/v1/crates/safetensors/0.3.1/readme","updated_at":"2023-04-25T08:24:12.111740Z","created_at":"2023-04-25T08:24:12.111740Z","downloads":140364,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.3.1/dependencies","version_downloads":"/api/v1/crates/safetensors/0.3.1/downloads","authors":"/api/v1/crates/safetensors/0.3.1/authors"},"crate_size":17065,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-04-25T08:24:12.111740Z"}],"checksum":"a1d818a2cb3f564a1844be835011acf5c7ec8ad1986a47f73abc7b5fea91cc3a","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Pan":{"code_lines":12,"comment_lines":1,"files":1},"Rust":{"code_lines":1143,"comment_lines":142,"files":3}},"total_code_lines":1155,"total_comment_lines":143}},{"id":742222,"crate":"safetensors","num":"0.3.0","dl_path":"/api/v1/crates/safetensors/0.3.0/download","readme_path":"/api/v1/crates/safetensors/0.3.0/readme","updated_at":"2023-03-05T23:48:01.443982Z","created_at":"2023-03-05T23:48:01.443982Z","downloads":8259,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.3.0/dependencies","version_downloads":"/api/v1/crates/safetensors/0.3.0/downloads","authors":"/api/v1/crates/safetensors/0.3.0/authors"},"crate_size":14477,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-03-05T23:48:01.443982Z"}],"checksum":"9ba9e592366d60804171c1bff53aad8d91c768bb810d9507201983c436e4468b","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":935,"comment_lines":119,"files":3}},"total_code_lines":935,"total_comment_lines":119}},{"id":704554,"crate":"safetensors","num":"0.2.8","dl_path":"/api/v1/crates/safetensors/0.2.8/download","readme_path":"/api/v1/crates/safetensors/0.2.8/readme","updated_at":"2023-01-16T12:45:17.810058Z","created_at":"2023-01-16T12:45:17.810058Z","downloads":2982,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.2.8/dependencies","version_downloads":"/api/v1/crates/safetensors/0.2.8/downloads","authors":"/api/v1/crates/safetensors/0.2.8/authors"},"crate_size":12543,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2023-01-16T12:45:17.810058Z"}],"checksum":"7fc5b3806fa5bf5e8b8a20f0211b45cafbb2da7ac3000263e6b1155953a62522","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":785,"comment_lines":121,"files":3}},"total_code_lines":785,"total_comment_lines":121}},{"id":691834,"crate":"safetensors","num":"0.2.7","dl_path":"/api/v1/crates/safetensors/0.2.7/download","readme_path":"/api/v1/crates/safetensors/0.2.7/readme","updated_at":"2022-12-27T09:17:43.739123Z","created_at":"2022-12-27T09:17:43.739123Z","downloads":1160,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.2.7/dependencies","version_downloads":"/api/v1/crates/safetensors/0.2.7/downloads","authors":"/api/v1/crates/safetensors/0.2.7/authors"},"crate_size":12481,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2022-12-27T09:17:43.739123Z"}],"checksum":"c36b7a5385a2e5f727e63f5230cc901b389b54bbb3c6f47c6a2eac06e06fb2e6","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":779,"comment_lines":121,"files":3}},"total_code_lines":779,"total_comment_lines":121}},{"id":682268,"crate":"safetensors","num":"0.2.6","dl_path":"/api/v1/crates/safetensors/0.2.6/download","readme_path":"/api/v1/crates/safetensors/0.2.6/readme","updated_at":"2022-12-13T14:10:22.035486Z","created_at":"2022-12-13T14:10:22.035486Z","downloads":1152,"features":{},"yanked":false,"yank_message":null,"lib_links":null,"license":"Apache-2.0","links":{"dependencies":"/api/v1/crates/safetensors/0.2.6/dependencies","version_downloads":"/api/v1/crates/safetensors/0.2.6/downloads","authors":"/api/v1/crates/safetensors/0.2.6/authors"},"crate_size":12352,"published_by":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"audit_actions":[{"action":"publish","user":{"id":79201,"login":"Narsil","name":"Nicolas Patry","avatar":"https://avatars.githubusercontent.com/u/204321?v=4","url":"https://github.com/Narsil","github_username_matches":true,"created_at":"2010-02-16T01:56:35Z"},"time":"2022-12-13T14:10:22.035486Z"}],"checksum":"46a95c0b5d38dd333a22a7b4f16bdc9f4d4631902fb47c220dbeb05cc544efb7","rust_version":null,"has_lib":true,"bin_names":[],"edition":"2021","description":"Provides functions to read and write safetensors which aim to be safer than\ntheir PyTorch counterpart.\nThe format is 8 bytes which is an unsized int, being the size of a JSON header,\nthe JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets\nfor the values in the rest of the file.","homepage":"https://github.com/huggingface/safetensors","documentation":"https://docs.rs/safetensors/","repository":"https://github.com/huggingface/safetensors","trustpub_data":null,"linecounts":{"languages":{"Rust":{"code_lines":779,"comment_lines":121,"files":3}},"total_code_lines":779,"total_comment_lines":121}}],"keywords":[{"id":"huggingface","keyword":"huggingface","created_at":"2020-01-10T17:30:25.044704Z","crates_cnt":65},{"id":"pytorch","keyword":"pytorch","created_at":"2019-02-27T22:45:09.064101Z","crates_cnt":77},{"id":"safetensors","keyword":"safetensors","created_at":"2022-12-13T14:10:22.035486Z","crates_cnt":46},{"id":"tensorflow","keyword":"tensorflow","created_at":"2016-05-05T03:23:19.634977Z","crates_cnt":52},{"id":"tensors","keyword":"tensors","created_at":"2021-04-03T21:48:28.283305Z","crates_cnt":12}],"categories":[]}