Skip to content

Commit 00e8eec

Browse files
huydhnjathu
authored andcommitted
Clean up
1 parent 7f0449d commit 00e8eec

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.ci/scripts/test_model.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ test_model_with_coreml() {
237237

238238
# Run the model
239239
if [ "${should_test}" = true ]; then
240-
echo "Installing requirements needed to build coreml_executor_runner..."
241-
backends/apple/coreml/scripts/install_requirements.sh
240+
# echo "Installing requirements needed to build coreml_executor_runner..."
241+
# backends/apple/coreml/scripts/install_requirements.sh
242242

243243
echo "Testing exported model with coreml_executor_runner..."
244244
local out_dir=$(mktemp -d)

.github/workflows/build-wheels-macos.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ on:
2222

2323
jobs:
2424
generate-matrix:
25-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@jathu/fix-mac-miniconda
25+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2626
with:
2727
package-type: wheel
2828
os: macos-arm64
2929
test-infra-repository: pytorch/test-infra
30-
test-infra-ref: jathu/fix-mac-miniconda
30+
test-infra-ref: main
3131
with-cuda: disabled
3232
with-rocm: disabled
3333
python-versions: '["3.10", "3.11", "3.12"]'
@@ -47,7 +47,7 @@ jobs:
4747
smoke-test-script: .ci/scripts/wheel/test_macos.py
4848
package-name: executorch
4949
name: ${{ matrix.repository }}
50-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@jathu/fix-mac-miniconda
50+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
5151
with:
5252
repository: ${{ matrix.repository }}
5353
ref: ""
@@ -61,9 +61,7 @@ jobs:
6161
post-script: ${{ matrix.post-script }}
6262
package-name: ${{ matrix.package-name }}
6363
# Meta's macOS runners do not have Xcode, so use GitHub's runners.
64-
runner-type: macos-14-xlarge
64+
runner-type: macos-latest-xlarge
6565
setup-miniconda: true
6666
smoke-test-script: ${{ matrix.smoke-test-script }}
6767
trigger-event: ${{ github.event_name }}
68-
69-
# Attempt: 7

0 commit comments

Comments
 (0)