Skip to content

Bump deepspeed from 0.14.2 to 0.15.1 #5

Bump deepspeed from 0.14.2 to 0.15.1

Bump deepspeed from 0.14.2 to 0.15.1 #5

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
ruff-formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: '0.9.2'
args: format --check
src: './src'