Skip to content

Add 'arm64' arch type + PyTorch 2.5.1 Inference ARM64 EC2 and SM Currency #7926

Add 'arm64' arch type + PyTorch 2.5.1 Inference ARM64 EC2 and SM Currency

Add 'arm64' arch type + PyTorch 2.5.1 Inference ARM64 EC2 and SM Currency #7926

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@23.12.1
with:
options: "--check --verbose -l 100"