Skip to content

Commit

Permalink
Merge branch 'main' into compressed-lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins committed May 7, 2024
2 parents bb36936 + f7e928b commit 8dcdde5
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _setup_extras() -> Dict:

setup(
name="compressed-tensors",
version="0.3.2",
version="0.3.3",
author="Neuralmagic, Inc.",
author_email="[email protected]",
license="Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/compressed_tensors/compressors/sparse_bitmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def compress(self, model_state: Dict[str, Tensor]) -> Dict[str, Tensor]:
f"found an existing entry for {key}. The existing entry will "
"be replaced."
)
compressed_dict |= bitmask_dict
compressed_dict.update(bitmask_dict)

return compressed_dict

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8dcdde5

Please sign in to comment.