We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744b932 commit c998303Copy full SHA for c998303
.github/workflows/_unittest.yml
@@ -43,7 +43,7 @@ jobs:
43
macos:
44
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
45
with:
46
- runner: macos-m1-stable
+ runner: macos-15
47
python-version: '3.11'
48
submodules: 'recursive'
49
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
backends/apple/coreml/test/test_torch_ops.py
@@ -2,7 +2,10 @@
2
#
3
# Please refer to the license found in the LICENSE file in the root directory of the source tree.
4
5
+<<<<<<< HEAD
6
import platform
7
+=======
8
+>>>>>>> 921dafe9b (up)
9
import sys
10
import unittest
11
0 commit comments