File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ test_model_with_coreml() {
237
237
238
238
# Run the model
239
239
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
242
242
243
243
echo " Testing exported model with coreml_executor_runner..."
244
244
local out_dir=$( mktemp -d)
Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
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
26
26
with :
27
27
package-type : wheel
28
28
os : macos-arm64
29
29
test-infra-repository : pytorch/test-infra
30
- test-infra-ref : jathu/fix-mac-miniconda
30
+ test-infra-ref : main
31
31
with-cuda : disabled
32
32
with-rocm : disabled
33
33
python-versions : ' ["3.10", "3.11", "3.12"]'
47
47
smoke-test-script : .ci/scripts/wheel/test_macos.py
48
48
package-name : executorch
49
49
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
51
51
with :
52
52
repository : ${{ matrix.repository }}
53
53
ref : " "
61
61
post-script : ${{ matrix.post-script }}
62
62
package-name : ${{ matrix.package-name }}
63
63
# 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
65
65
setup-miniconda : true
66
66
smoke-test-script : ${{ matrix.smoke-test-script }}
67
67
trigger-event : ${{ github.event_name }}
68
-
69
- # Attempt: 7
You can’t perform that action at this time.
0 commit comments