Skip to content

Commit

Permalink
all_right
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Apr 19, 2024
1 parent bff9cfe commit 4ac3f5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/compressed_tensors/compressors/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,3 @@ def overwrite_weights(self, model_path: str, model: Module):
data_old.data = data_new.data

setattr(model, SPARSITY_CONFIG_NAME, self.config)


def dummy_test(*args, **kwargs):
pass

0 comments on commit 4ac3f5f

Please sign in to comment.