Skip to content

DLRM v2 is too big for single host. Reverting it to DLRM v1 for singl… #2198

DLRM v2 is too big for single host. Reverting it to DLRM v1 for singl…

DLRM v2 is too big for single host. Reverting it to DLRM v1 for singl… #2198

Workflow file for this run

name: Formatter
on:
pull_request:
branches: [master]
types: [opened, synchronize, edited]
push:
branches: [master]
jobs:
format_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
# Note: this should match Cloud Composer
# https://cloud.google.com/composer/docs/concepts/versioning/composer-versions
python-version: '3.11'
- uses: pre-commit/action@v3.0.0