Skip to content

Commit

Permalink
Remove pdb
Browse files Browse the repository at this point in the history
Signed-off-by: aviator19941 <avinash.sharma@amd.com>
  • Loading branch information
aviator19941 committed Nov 3, 2024
1 parent 349ae8a commit 1ab391d
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 @@ -250,9 +250,6 @@ def iree_benchmark_vmfb(
f"--module={vmfb_name}",
]
if self.tensor_parallelism_size > 1:
import pdb

pdb.set_trace()
base_irpa_path, _ = os.path.splitext(irpa_path)
params = [
f"--parameters=model={base_irpa_path}.rank{i}.irpa"
Expand Down

0 comments on commit 1ab391d

Please sign in to comment.