mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-08-17 13:35:44 +08:00
[v1] add FSDPTurbo EP/EFSDP plugin for MoE training (#10676)
This commit is contained in:
3
.github/workflows/tests_npu.yml
vendored
3
.github/workflows/tests_npu.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user