Skip to content

Commit

Permalink
remove the ipex adaptor invalid print (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
changwangss authored Nov 16, 2023
1 parent 41f9499 commit 163e32a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neural_compressor/adaptor/torch_utils/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,6 @@ def update_sq_scale(ipex_config_path, smoothquant_scale_info):
with open(ipex_config_path, "w") as f1:
json.dump(ipex_config, f1, indent=4)
f1.close()
print(ipex_config_path)
# exit(0)


def auto_copy(module): # pragma: no cover
Expand Down

0 comments on commit 163e32a

Please sign in to comment.