Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tohtana committed Sep 23, 2024
1 parent 654b53e commit 8c4ff23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deepspeed/runtime/zero/compile/patch_fake_tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def wrap_if_ds_param(t):


def patch_fake_tensor():
print(f"patch_fake_tensor fake_legacy: {fake_legacy}")

# dynamo tracer uses wrap_to_fake_tensor_and_record
# Wrapping FakeTensorMode.from_tensor is not sufficient as dynamo generates SymbolicContext before calling from_tensor
original_wrap_to_fake_tensor_and_record = wrap_to_fake_tensor_and_record
Expand Down

0 comments on commit 8c4ff23

Please sign in to comment.