Skip to content

Commit

Permalink
Fix github action CI for GPU (#625)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #625

Differential Revision: D53292685
  • Loading branch information
HuanyuZhang authored and facebook-github-bot committed Feb 1, 2024
1 parent 4453702 commit 567416d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
branches:
- main

jobs:
unittest_multi_gpu:
runs-on: linux.4xlarge.nvidia.gpu
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -31,7 +32,7 @@ on:
integrationtest_py39_torch_release_cuda:
runs-on: ubuntu-latest
runs-on: linux.4xlarge.nvidia.gpu
container:
# https://hub.docker.com/r/nvidia/cuda
image: nvidia/cuda:12.3.1-base-ubuntu22.04
Expand Down

0 comments on commit 567416d

Please sign in to comment.