Skip to content

add get_cp_ranks to model_parallel initialize #727

add get_cp_ranks to model_parallel initialize

add get_cp_ranks to model_parallel initialize #727

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-20.04
strategy:
matrix:
# make sure python versions are consistent with those used in .circleci/config.yml
python-version: ['3.8.12', '3.9.7', '3.10.1']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: pre-commit/[email protected]