Skip to content

Commit

Permalink
Fixup breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Mar 7, 2024
1 parent 7776cb5 commit df1d410
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def generate_images(args, vmfbs: dict, weights: dict):
[vmfbs["scheduled_unet"], vmfbs["pipeline"]],
[weights["scheduled_unet"], None],
)
breakpoint()
vae_decode_runner = vmfbRunner(
args.rt_device, vmfbs["vae_decode"], weights["vae_decode"]
)
Expand Down

0 comments on commit df1d410

Please sign in to comment.