Skip to content

Add PyTorch 2.10 Training DLC with CUDA 13.0 and Python 3.13 #13770

Add PyTorch 2.10 Training DLC with CUDA 13.0 and Python 3.13

Add PyTorch 2.10 Training DLC with CUDA 13.0 and Python 3.13 #13770

Workflow file for this run

name: dlc-format-check
on: [pull_request]
jobs:
python-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@24.8.0
with:
options: "--check --verbose -l 100"