Skip to content

Commit a86cdc5

Browse files
committed
up
1 parent 921dafe commit a86cdc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
macos:
4444
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
4545
with:
46-
runner: macos-15
46+
runner: macos-15-xlarge
4747
python-version: '3.11'
4848
submodules: 'recursive'
4949
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

backends/apple/coreml/compiler/torch_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def unbind_copy(context, node):
3737
unbind(context, node)
3838

3939

40+
# https://github.com/apple/coremltools/pull/2558
4041
@register_torch_op(
4142
torch_alias=["torchao::dequantize_affine", "torchao.dequantize_affine"],
4243
override=False,

0 commit comments

Comments
 (0)