Skip to content

Commit

Permalink
Fix import errors in AppleUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
jakki-amd committed Nov 14, 2024
1 parent ff4daa8 commit 0bc3e3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import org.pytorch.serve.device.Accelerator;
import org.pytorch.serve.device.AcceleratorVendor;
import org.pytorch.serve.device.interfaces.IAcceleratorUtility;
Expand Down

1 comment on commit 0bc3e3c

@smedegaard
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮
Thanks @jakki-amd

Please sign in to comment.