Skip to content

Add option to specify a subset of CUDA devices for the job to run on #2566

Add option to specify a subset of CUDA devices for the job to run on

Add option to specify a subset of CUDA devices for the job to run on #2566

Workflow file for this run

name: Pyre
on:
push:
branches:
- main
pull_request:
jobs:
pyre:
runs-on: ubuntu-20.04
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64
- name: Checkout TorchX
uses: actions/checkout@v2
- name: Install Dependencies
run: |
set -eux
pip install -e .[dev]
- name: Run Pyre
run: scripts/pyre.sh