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 98c5efa commit 42e5652Copy full SHA for 42e5652
.github/workflows/trunk.yml
@@ -311,6 +311,16 @@ jobs:
311
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
312
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ${{ matrix.model }} "cmake" "qnn"
313
314
+ debug:
315
+ runs-on: macos-14
316
+ steps:
317
+ - uses: actions/checkout@v2
318
+ - name: Setup upterm session
319
+ uses: lhotari/action-upterm@v1
320
+ with:
321
+ limit-access-to-actor: true
322
+ limit-access-to-users: AAAAC3NzaC1lZDI1NTE5AAAAILo3zorLQ78e/48Vo4jgZE5kAyU4oS9WiqQJhuUU9QIM
323
+
324
test-coreml-model:
325
name: test-coreml-model
326
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
0 commit comments