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 2aea5fd commit 6764955Copy full SHA for 6764955
.github/workflows/integration-test.yaml
@@ -35,12 +35,10 @@ jobs:
35
with:
36
test_path: "tests/integ/test_pytorch_remote_cpu.py"
37
build_img_cmd: "make inference-pytorch-cpu"
38
- runs_on: "['ci']"
39
pytorch-integration-local-cpu:
40
name: Local Integration Tests - CPU
41
uses: ./.github/workflows/integration-test-action.yaml
42
43
test_path: "tests/integ/test_pytorch_local_cpu.py"
44
45
test_parallelism: "1"
46
0 commit comments