Skip to content

Commit

Permalink
Shard windows periodic job more (pytorch#89455)
Browse files Browse the repository at this point in the history
Fixes #ISSUE_NUMBER

Pull Request resolved: pytorch#89455
Approved by: https://github.com/huydhn
  • Loading branch information
clee2000 authored and pytorchmergebot committed Nov 22, 2022
1 parent 77d7f2c commit 00b7d8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ jobs:
cuda-version: "11.7"
test-matrix: |
{ include: [
{ config: "default", shard: 1, num_shards: 2, runner: "windows.8xlarge.nvidia.gpu" },
{ config: "default", shard: 2, num_shards: 2, runner: "windows.8xlarge.nvidia.gpu" },
{ config: "default", shard: 1, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" },
{ config: "default", shard: 2, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" },
{ config: "default", shard: 3, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" },
{ config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" },
]}
Expand Down

0 comments on commit 00b7d8e

Please sign in to comment.