Skip to content

Commit ef65192

Browse files
spcypptfacebook-github-bot
authored andcommitted
Fix OSS workflow
Summary: X-link: facebookresearch/FBGEMM#1453 - Fix HSTU workflow - 3 hours is not enough for Nova GenAI build, extend to 3.5 hrs. Reviewed By: gchalump Differential Revision: D77036108 fbshipit-source-id: c60dcbf1e27d14000f4cf7efd72ee3c80f1f621f
1 parent 39a55ea commit ef65192

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_wheels_genai_linux_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
test-infra-ref: main
7676
build-matrix: ${{ needs.filter-matrix.outputs.matrix }}
7777
trigger-event: ${{ github.event_name }}
78-
timeout: 180
78+
timeout: 210

.github/workflows/fbgemm_gpu_ci_cuda.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ jobs:
173173
{ build-target: "genai", cuda-version: "12.6.3" },
174174
{ build-target: "genai", cuda-version: "12.8.1" },
175175
{ build-target: "genai", cuda-version: "12.9.1" },
176-
{ build-target: "hstu", cuda-version: "12.6.3" },
177-
{ build-target: "hstu", cuda-version: "12.8.1" },
178176
{ build-target: "hstu", cuda-version: "12.9.1" },
179177
]
180178
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]

0 commit comments

Comments
 (0)