Compressed-tensors

Latest version: v0.8.0

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

Scan your dependencies

Page 2 of 2

0.3.2

* Update target match conditions; make public by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/44
* [Lifecycle][Tests] Feature Branch by horheynm in https://github.com/neuralmagic/compressed-tensors/pull/38
* [Observers] group size + channel wise + per token by horheynm in https://github.com/neuralmagic/compressed-tensors/pull/32
* [BugFix] Update code to be compatible with py38 by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/48
* [Fix] Fix the messed-up test structure by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/49
* Bump the version before the release by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/50
* Compressed lifecycle implementation (INT8 only) by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/33
* group size speedups + fixes by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/51
* Group and Channelwise Compression Support by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/52
* Int4 Packed Compressor by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/47
* Fix for auto device map quantization by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/54
* Enable generating `compressed-tensors-nightly` by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/53
* [BugFix][Again] Update code to be compatible with py38 by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/56
* Fix per_token slowdown by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/57
* [GPTQ Modifier UX] Add default scheme by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/61
* fix group size min max tracking by adding tensor ids by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/60
* Support for aliased scheme settings in quant config by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/40
* Remove Symmetric Zero Point in Compressed Outputs by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/59
* Misc Fixes by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/55
* Fix for Symmetric Zero Point Reloading by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/64
* Additional Symmetric ZP Fix by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/65
* Make ZP int8 instead of int64 by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/67
* Add a function to check if a string is a preset scheme by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/66
* Rename Packed Weights by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/63
* Fixed Grouped Quantization Reload by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/68
* Fix incorrect loading of dtype by eldarkurtic in https://github.com/neuralmagic/compressed-tensors/pull/70
* Fix Python 3.8 Compatability by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/71
* Update nightly build to run at 6pm by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/72
* Update time for the runner by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/74
* Fixes to enable FSDP one-shot by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/58
* Update Compression Config for HfQuantizer Compatability by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/73
* Remove version restriction on transformers by mgoin in https://github.com/neuralmagic/compressed-tensors/pull/76
* remove pydantic version cap by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/80
* reduce appropriate dim by horheynm in https://github.com/neuralmagic/compressed-tensors/pull/75
* Marlin24 Compressor by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/77
* Fix GPTQ Aliases by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/81
* initial fixes for compatibility with HFQuantizer by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/79
* bump version to 0.4.0 by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/83
* import is_release from version.py by horheynm in https://github.com/neuralmagic/compressed-tensors/pull/85
* Add release build workflow by dhuangnm in https://github.com/neuralmagic/compressed-tensors/pull/89
* Assert correct device when dequantizing (like we do for quantizing) by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/90
* update default symmetry to True on presets by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/92
* Fp8 Quantization Support by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/62
* default W4A16 alias to use group_size=128 by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/94
* [compressor] Add packed int8 support by dsikka in https://github.com/neuralmagic/compressed-tensors/pull/91
* Fix Decompress kwargs by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/100
* [Quant KV Cache] Implementation by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/86
* Fix Transient Tests by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/101
* Speed Up Packed Compression by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/103
* [Fix] remove `tests/quantization` by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/99
* Allow creating compressor when `trust_remote_code=True` by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/104
* Update Quantization Presets by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/105
* [MOE] Add a set of functionalities to support quantization of MOE models by dbogunowicz in https://github.com/neuralmagic/compressed-tensors/pull/46
* [BugFix]Fix Name Mangling Issue in `compressed_tensors.utils` by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/102
* Update Quantization Scheme Standards for better readability by markurtz in https://github.com/neuralmagic/compressed-tensors/pull/106
* quatization lifecycle - disable forward pass override + helper for weight quant param updates by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/111
* Add FP8 Dynamic Scheme for Latest Llama3.1 Meta Models and Fix W4A8 Representation by markurtz in https://github.com/neuralmagic/compressed-tensors/pull/114
* Model Offloading Support by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/113
* Fix Test to Account for Model Change by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/116
* Make publish workflow manually triggerable by rahul-tuli in https://github.com/neuralmagic/compressed-tensors/pull/117
* bump version to 0.5.0 by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/119
* [Cherry Pick] dont set quantization data on reload (123) by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/125

New Contributors
* mgoin made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/36
* dsikka made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/44
* rahul-tuli made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/48
* eldarkurtic made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/70
* dhuangnm made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/89
* markurtz made their first contribution in https://github.com/neuralmagic/compressed-tensors/pull/106

**Full Changelog**: https://github.com/neuralmagic/compressed-tensors/commits/0.5.0

0.3.0

* Quantization Fixes by Satrat in https://github.com/neuralmagic/compressed-tensors/pull/35
* Final details for package by mgoin in https://github.com/neuralmagic/compressed-tensors/pull/36
* bump version to 0.3.1 license an packaging updates by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/37
* Dyanmic Quantization by bfineran in https://github.com/neuralmagic/compressed-tensors/pull/15

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.