File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 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-15 -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 }}
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ dependencies=[
66
66
" ruamel.yaml" ,
67
67
" sympy" ,
68
68
" tabulate" ,
69
- # Keep this version in sync with: third-party/ao pin
70
- " torchao==0.10.0" ,
71
69
" typing-extensions" ,
72
70
# Keep this version in sync with: ./backends/apple/coreml/scripts/install_requirements.sh
73
71
" coremltools==8.2; platform_system == 'Darwin'" ,
You can’t perform that action at this time.
0 commit comments