Skip to content

Commit

Permalink
Update sparse_bitmask.py (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored May 17, 2024
1 parent 1aaf2f4 commit 88da7f7
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 88da7f7

Please sign in to comment.