File tree Expand file tree Collapse file tree 3 files changed +103
-99
lines changed
examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj Expand file tree Collapse file tree 3 files changed +103
-99
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,6 @@ say "Downloading Labels"
97
97
curl https://raw.githubusercontent.com/pytorch/hub/master/imagenet_classes.txt \
98
98
-o " $APP_PATH /Resources/Models/MobileNet/imagenet_classes.txt"
99
99
100
- say " Building Frameworks"
101
-
102
- ./build/build_apple_frameworks.sh --buck2=" $( realpath $BUCK2 ) " --coreml --mps --portable --xnnpack
103
- mv cmake-out " $APP_PATH /Frameworks"
104
-
105
100
say " Creating Simulator"
106
101
107
102
xcrun simctl create " $SIMULATOR_NAME " " iPhone 15"
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ say "Downloading Labels"
54
54
curl https://raw.githubusercontent.com/pytorch/hub/master/imagenet_classes.txt \
55
55
-o " $APP_PATH /Resources/Models/MobileNet/imagenet_classes.txt"
56
56
57
- say " Building Frameworks"
58
-
59
- ./build/build_apple_frameworks.sh --buck2=" $( which buck2) " --flatc=" $( which flatc) " --coreml --mps --portable --xnnpack
60
- mv cmake-out " $APP_PATH /Frameworks"
61
-
62
57
say " Creating Simulator"
63
58
64
59
xcrun simctl create " $SIMULATOR_NAME " " iPhone 15"
You can’t perform that action at this time.
0 commit comments