Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

SparseML v0.6.0

Choose a tag to compare

@jeanniefinks jeanniefinks released this 30 Jul 23:04
f5e6a2c

New Features:

Changes:

  • README updated for Hugging Face transformers integration based on the new implementation.
  • ONNX export in PyTorch now supports dictionary inputs.
  • Quantized graph export optimizations for YOLOv5.
  • PyTorch image classification integration updated to use new manager.modify(...) apis and saves recipes to runs folder.
  • DeepSparse YOLO links updated to point at new example location.
  • kwargs support added for ONNX export in PyTorch to enable dyanmic_axes and named inputs.

Resolved Issues:

  • torch 1.8 quantization export no longer folds incorrectly.
  • ONNX toposort issue addressed for nodes with more than two outputs.
  • Unused initializers removed in quantized ONNX graphs.

Known Issues:

  • None