Skip to content

Fix DataParallel issues for GP-VAE, FILM, and FITS on multi-GPU setups #1322

Fix DataParallel issues for GP-VAE, FILM, and FITS on multi-GPU setups

Fix DataParallel issues for GP-VAE, FILM, and FITS on multi-GPU setups #1322

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- dev
pull_request:
branches:
- dev
jobs:
flake8-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install Flake8
run: |
pip install flake8 flake8-pyproject
- name: Run linting
run: |
flake8 .