Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesayrs committed Dec 6, 2024
1 parent 35fa1cd commit 38765bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compressed_tensors/utils/offload.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def collect_hooks(module):
remove_hook_from_module(module)

for submodule in module.children():
print(submodule)
collect_hooks(submodule)

collect_hooks(module)
Expand Down

0 comments on commit 38765bd

Please sign in to comment.