Skip to content

In gradient clipping, if DTensors are used, need to first convert them to local tensors #7308

In gradient clipping, if DTensors are used, need to first convert them to local tensors

In gradient clipping, if DTensors are used, need to first convert them to local tensors #7308

Workflow file for this run

name: pre-commit
on:
push:
branches: [main]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64
packages: |
ufmt==2.5.1
black==24.2.0
usort==1.0.8
- name: Checkout Torchrec
uses: actions/checkout@v2
- name: Run pre-commit
uses: pre-commit/[email protected]