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 c3d2400 commit 4a3bbb2Copy full SHA for 4a3bbb2
.github/workflows/integration-test.yaml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
test_path: "tests/integ/test_pytorch_local_gpu.py"
24
build_img_cmd: "make inference-pytorch-gpu"
25
+ test_parallelism: "1"
26
pytorch-integration-remote-gpu:
27
name: Remote Integration Tests - GPU
28
uses: ./.github/workflows/integration-test-action.yaml
@@ -41,4 +42,5 @@ jobs:
41
42
43
test_path: "tests/integ/test_pytorch_local_cpu.py"
44
build_img_cmd: "make inference-pytorch-cpu"
45
46
runs_on: "['ci']"
0 commit comments