Skip to content

Commit

Permalink
Forward fix pull.yml (pytorch#5489)
Browse files Browse the repository at this point in the history
Summary:
Fixes a workflow error introduced in pytorch#5472

Pull Request resolved: pytorch#5489

Reviewed By: dbort

Differential Revision: D63037929

Pulled By: kirklandsign

fbshipit-source-id: fb82aa367890f68fbece45bd41e8be62506bfe74
  • Loading branch information
kirklandsign authored and facebook-github-bot committed Sep 19, 2024
1 parent 73244a9 commit 47f4f07
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
dtype: [fp32]
build-tool: [buck2, cmake]
mode: [portable, xnnpack+custom, xnnpack+custom+qe]
include:
- dtype: bf16
build-tool: cmake
mode: portable
- dtype: bf16
build-tool: buck2
mode: portable
include:
- dtype: bf16
build-tool: cmake
mode: portable
- dtype: bf16
build-tool: buck2
mode: portable
fail-fast: false
with:
runner: linux.2xlarge
Expand Down

0 comments on commit 47f4f07

Please sign in to comment.