Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins committed Mar 21, 2024
1 parent 5cdd162 commit b5fd814
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def compress(self, model_state: Dict[str, Tensor]) -> Dict[str, Tensor]:
"be replaced."
)
compressed_dict |= bitmask_dict
bitmask_tensor = BitmaskTensor.from_dense(value)
compressed_dict |= bitmask_tensor.dict(name_prefix=name, device="cpu")

return compressed_dict

Expand Down

0 comments on commit b5fd814

Please sign in to comment.