Skip to content

Releases: neuralmagic/sparsezoo

SparseZoo v1.1.0

25 Aug 19:28
9a00d0b
Compare
Choose a tag to compare

New Features:

  • Python 3.10 supported.
  • SparseZoo APIs refactored, focusing on better and easier-to-use functionality. The model class is now the core interface and works the same for both SparseZoo stubs as well as local folders and enables storing models from the SparseZoo in any local folder.
  • Model Analysis API added, enabling detailed layer and operator information for operations, pruning, quantization, parameter counts, and more.
  • BERT-base-cased models added.
  • BioBERT models added.
  • Quantized BERT-base MLM models added for support for Information Retrieval pipelines.
  • Compound (structured pruning, unstructured pruning, quantization) ResNet-50 models added.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v1.0.0

01 Jul 16:38
152e82c
Compare
Choose a tag to compare

New Features:

  • None

Changes:

  • Download progress bar changed to use byte units.
  • Click as a root dependency added as the new preferred route for CLI invocation and arg management.

Resolved Issues:

  • Protobuf version pinned to prevent issues with ONNX dependencies.

Known Issues:

  • None

SparseZoo v0.12.1 Patch Release

02 Jun 14:39
ba4d3d0
Compare
Choose a tag to compare

This is a patch release for 0.12.0 that contains the following changes:

  • Protobuf is restricted to version < 4.0 as the newer version breaks ONNX.

SparseZoo v0.12.0

22 Apr 13:44
f8b31b7
Compare
Choose a tag to compare

New Features:

  • DistilBERT models added.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v0.11.0

11 Mar 19:32
2348014
Compare
Choose a tag to compare

New Features:

  • New ResNet-50 models added with improved performance and recovery.
  • BERT 12-layer token classification recipes added.
  • BERT 3-layer and 6-layer models added.

Changes:

  • Documentation updated to align with UI.

Resolved Issues:

  • The package version check is now wrapped in an exception so that the background thread for checking does not error out when outbound network restrictions are in place.

Known Issues:

  • None

SparseZoo v0.10.0

03 Feb 16:41
207a08f
Compare
Choose a tag to compare

New Features:

Changes:

  • Docs updated to reflect latest state of the SparseZoo UI.
  • Version check API updated to use POST rather than GET methods to prevent potential caching issues.

Resolved Issues:

  • Wrapped tests addressed that were failing intermittently with flaky to prevent improper test failures.

Known Issues:

  • None

SparseZoo v0.9.0

01 Dec 16:03
27f3906
Compare
Choose a tag to compare

New Features:

Changes:

  • API docs recompiled.

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v0.8.0

26 Oct 14:48
3c6091c
Compare
Choose a tag to compare

New Features:

  • Support added for more recipe types and names in preparation for BERT sparse transfer learning.
  • Sparse BERT mask language modeling models pushed to the SparseZoo with example recipes for transferring to other downstream datasets.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v0.7.0

13 Sep 16:44
c1082e9
Compare
Choose a tag to compare

New Features:

Changes:

  • None

Resolved Issues:

  • 403 errors no longer occasionally occur when trying to download models.

Known Issues:

  • None

SparseZoo v0.6.0

30 Jul 23:02
5ca44f8
Compare
Choose a tag to compare

New Features:

  • Support added for batched iteration of a dataset.

Changes:

  • None

Resolved Issues:

  • Load_numpy_list API no longer crashes when loading from a directory.

Known Issues:

  • None