Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sparseml-1.6.1-py3-none-any.whl | 2023-12-20 | 1.1 MB | |
README.md | 2023-12-19 | 877 Bytes | |
SparseML v1.6.1 Patch Release source code.tar.gz | 2023-12-19 | 7.0 MB | |
SparseML v1.6.1 Patch Release source code.zip | 2023-12-19 | 8.0 MB | |
Totals: 4 Items | 16.2 MB | 0 |
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
to LICENSE
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]