Skip to content

WIP: video_unet_generator_attn update for bs >2 #2222

WIP: video_unet_generator_attn update for bs >2

WIP: video_unet_generator_attn update for bs >2 #2222

name: black
on: pull_request
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
pip install black==24.2.0
- run: |
black --check --verbose .