Skip to content

docs: update README and remove ulysses_size from ep_fsdp_qwen3_moe.py #429

docs: update README and remove ulysses_size from ep_fsdp_qwen3_moe.py

docs: update README and remove ulysses_size from ep_fsdp_qwen3_moe.py #429

Workflow file for this run

name: Lint test
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install pre-commit hook
run: |
pip install pre-commit
- name: Linting
run: pre-commit run --all-files