Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Kaihui-intel <kaihui.tang@intel.com>
  • Loading branch information
Kaihui-intel committed Oct 25, 2024
1 parent e6c9a6a commit c2df4f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neural_compressor/torch/utils/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def dowload_hf_model(repo_id, cache_dir=None, repo_type=None, revision=None, dow
commit_hash = f.read()
if storage_folder and commit_hash:
pointer_path = os.path.join(storage_folder, "snapshots", commit_hash)
breakpoint()
if os.path.isdir(pointer_path) and (
not download_weight
or any(file.endswith(".bin") or file.endswith(".safetensors") for file in os.listdir(pointer_path))
Expand Down

0 comments on commit c2df4f9

Please sign in to comment.