Skip to content

Releases: justinchuby/onnx-safetensors

v1.5.0

16 Jan 07:00
39dc138

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

13 Jan 20:47
7d7cfa4

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

12 Jan 01:09
ce9aec7

Choose a tag to compare

What's Changed

You can now use the command line

onnx-safetensors convert input.onnx output.onnx --max-shard-size 5GB

To convert models to use safetensors as the external data format.

Full Changelog: v1.3.0_1...v1.4.0

v1.3.0

11 Jan 22:08
cb8700e

Choose a tag to compare

What's Changed

Note

This release introduces the new save_model() function which supports saving the onnx model along with sharded safetensors in an HF Hub compatible way. See https://github.com/justinchuby/onnx-safetensors#save-an-onnx-model-with-safetensors-weights for examples.

Full Changelog: v1.2.0...v1.3.0_1

v1.2.0

02 Jul 05:13
2ca3951

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

28 Feb 17:04
f07bec7

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

28 Feb 05:40
a8ff67f

Choose a tag to compare

What's Changed

Added support for all ONNX dtypes.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

27 Feb 03:35
08c97c8

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0_1

26 Feb 19:08
9ed77d0

Choose a tag to compare

Fix CI pipelines.

Full Changelog: v1.0.0...v1.0.0_1

v1.0.0

26 Feb 19:03
80c1757

Choose a tag to compare

What's Changed

Release 1.0 introduces backward incompatible changes to the APIs. Now you can use safetensors as true external data to ONNX models and use them natively in ONNX Runtime and other tools in the ecosystem. Refer to the project README for usage examples.

Additionally, the project now takes onnxscript as a dependency to leverage the ONNX IR for modifying the ONNX graphs.

Full Changelog: v0.1.1...v1.0.0