Skip to content

Commit

Permalink
Remove pdb
Browse files Browse the repository at this point in the history
Signed-off-by: aviator19941 <[email protected]>
  • Loading branch information
aviator19941 committed Oct 31, 2024
1 parent 1ac1e0d commit e30f0b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sharktank/sharktank/utils/export_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ def shard_irpa_file(

cwd = self.sharktank_dir
cmd = subprocess.list2cmdline(shard_irpa_args)
import pdb

pdb.set_trace()

logger.info(f"Sharding irpa file:\n" f"cd {cwd} && {cmd}")

Expand Down

0 comments on commit e30f0b6

Please sign in to comment.