Skip to content

Commit

Permalink
removing debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranvirsv committed Jun 21, 2023
1 parent 2cf12ea commit 89d3c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/stable_diffusion/src/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def set_init_device_flags():
elif "cuda" in args.device:
args.device = "cuda"
elif "metal" in args.device:
print("\n\n yaha \n\n")
device_name, args.device = map_device_to_name_path(args.device)
if not args.iree_metal_target_platfrom:
triple = get_metal_target_triple(device_name)
Expand Down

0 comments on commit 89d3c17

Please sign in to comment.