SparseML v1.6.1 Patch Release
This is a patch release for 1.6.0 that contains the following changes:
- The Neural Magic DeepSparse Community License reference has been renamed from
LICENSE-NEURALMAGIC
toLICENSE
in the NOTICE file. (#1915)
Known Issues:
- Python API bug when loading a SparseYolo model then calling
model.val()
returnsAttributeError: 'DetectionModel' object has no attribute 'args'
.- [Immediate Resolution] Run
model.model.args = model.overrides
before themodel.val()
function call. - [FIX] Coming in Release 1.7
- [Immediate Resolution] Run
- 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]