Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.3 (2024-02-23)

Added

  • Added Safetensors.write!/2 for memory-efficient writing to file (#8)
  • Added :lazy option to Safetensors.read!/2 for reading tensors lazily (#9)

v0.1.2 (2023-09-27)

Added

  • Added Safetensors.read!/1 for more efficient loading from file (#4)

v0.1.1 (2023-08-04)

Added

  • Added Safetensors.dump/1 for serializing tensors

Fixed

  • Fixed Safetensors.load!/1 for big-endian systems (#2)

v0.1.0 (2023-08-01)

Initial release.