Compressed-tensors

Latest version: v0.9.2

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.9.2

What's Changed
* ModelCompressor type checking import by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/220
* Fix warning for dynamic quantization args by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/227
* Depreciate get_observer by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/214
* Accelerate Utilities: Throw warning when updating with different shapes by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/231
* Use faster operations on packed-quantized, add tests by horheynm in https://github.com/neuralmagic/compressed-tensors/pull/211
* Update build workflow to Python 3.12 by dbarbuzzi in https://github.com/neuralmagic/compressed-tensors/pull/248
* Replace `COMPRESSION_PARAM_NAMES` with Abstract Property by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/249
* Kylesayrs/update readme by brian-dellabetta in https://github.com/neuralmagic/compressed-tensors/pull/252
* Add: missing and unexpected keys in ModelCompressor by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/250
* switch runners by dhuangnm in https://github.com/neuralmagic/compressed-tensors/pull/254
* Bump version for patch release by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/255


**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.9.1...0.9.2

0.9.1

What's Changed
* BugFix: Shape should be a flat list by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/241
* Bump: Compressed Tensors version for release by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/244


**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.9.0...0.9.1

0.9.0

What's Changed
* Replace depreciated pydantic functions by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/221
* [Bugfix] Update expected shape for per token strategy by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/210
* Accelerate Utilities by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/193
* Update & fix Testmo actions/logic by dbarbuzzi in https://github.com/neuralmagic/compressed-tensors/pull/230
* Composability by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/219
* Add 24 sparse bitmask by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/235
* Fix: Disable Sparse Decompression for Dense Compressors by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/237
* Update: Test for Compatibility with Transformers 4.48 by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/239
* Inline 'get_release_and_version' definition by dbarbuzzi in https://github.com/neuralmagic/compressed-tensors/pull/240
* switch runners from a100 to h100 for now by dhuangnm in https://github.com/neuralmagic/compressed-tensors/pull/242
* bump for release by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/243

New Contributors
* dbarbuzzi made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/230

**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.8.1...0.9.0

0.8.1

What's Changed
* Skip accelerate tests by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/208
* Remove QuantizationScheme.default_scheme by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/202
* Allow ModelCompressor.from_pretrained to load from quantization_config, not compression config by horheynm in https://github.com/neuralmagic/compressed-tensors/pull/207
* Quantization Scheme Validation by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/209
* Fix uninitialized variable in quantized compressors by markmc in https://github.com/neuralmagic/compressed-tensors/pull/205
* Implement aliasable mixin and alias activation ordering by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/213
* Revert "Implement aliasable mixin and alias activation ordering (213)" by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/217
* Implement aliasable mixin and alias activation ordering (python3.9 fix) by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/218
* bump by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/226

New Contributors
* markmc made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/205

**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.8.0...0.8.1

0.8.0

What's Changed
* [Observer Restructure]: Separate out scale/zp and observer init; separate out calibration from forward pass by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/188
* Fix device allocation for MSE observer by anmarques in https://github.com/neuralmagic/compressed-tensors/pull/190
* drop 3.8 and add 3.12 to testing by dhuangnm in https://github.com/neuralmagic/compressed-tensors/pull/196
* Fix test which required accelerate, apply style by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/194
* [Bugfix] Move observer and g_idx until after module in onloaded by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/195
* Add sparsity structure enum by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/197
* Observer Restructure: Remove Observers, `calibration`, and applying `frozen` steps from lifecycle by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/189
* Clean up observer defaulting logic, better error message by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/200
* apply style and quality by kylesayrs in https://github.com/neuralmagic/compressed-tensors/pull/201
* [BugFix] Fix Marlin24 Bug by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/203
* Bump version to v0.8.0 by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/204

New Contributors
* anmarques made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/190

**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.7.1...0.8.0

0.7.1

What's Changed
* [Observer Restructure]: Remove MemoryLess Observer; use helper function for dynamic quantization by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/187
* bump up to 0.7.1 for patch release by dhuangnm in https://github.com/neuralmagic/compressed-tensors/pull/192


**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/compare/0.7.0...0.7.1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.