Skip to content

SparseML v1.6.1 Patch Release

Compare
Choose a tag to compare
@jeanniefinks jeanniefinks released this 20 Dec 22:36
1aa24cb

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

Known Issues:

  • Python API bug when loading a SparseYolo model then calling model.val() returns AttributeError: 'DetectionModel' object has no attribute 'args'.
    • [Immediate Resolution] Run model.model.args = model.overrides before the model.val() function call.
    • [FIX] Coming in Release 1.7
  • The compile time for dense LLMs can be very slow. Compile time to be addressed in forthcoming release.
  • Docker images are not currently pushing. A resolution is forthcoming for functional Docker builds. [RESOLVED]