[v1] add FSDPTurbo EP/EFSDP plugin for MoE training (#10676)

This commit is contained in:
Hazeldxq
2026-08-13 20:45:55 +08:00
committed by GitHub
parent bc4b42cefc
commit f28afaf635
21 changed files with 1341 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ on:
paths:
- "**/*.py"
- "pyproject.toml"
- "requirements/fsdpturbo.txt"
- "Makefile"
- ".github/workflows/*.yml"
pull_request:
@@ -16,6 +17,7 @@ on:
paths:
- "**/*.py"
- "pyproject.toml"
- "requirements/fsdpturbo.txt"
- "Makefile"
- ".github/workflows/*.yml"
@@ -68,6 +70,7 @@ jobs:
uv pip install -e .
uv pip install -r requirements/npu.txt
uv pip install -r requirements/dev.txt
uv pip install --no-deps -r requirements/fsdpturbo.txt
- name: Install node
run: |