Skip to content

Commit a1eed61

Browse files
committed
xx
1 parent 5952e7c commit a1eed61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-npu-mindspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ jobs:
212212
- name: Run MindSpeed import and collection smoke
213213
run: |
214214
export PYTHONPATH="${GITHUB_WORKSPACE}:${PYTHONPATH:-}"
215-
python3 -m pytest tests/third_party/megatron --collect-only -q
215+
python3 -m pytest tests/third_party/megatron
216216
env:
217217
ROLL_NPU_CI: "1"

tests/third_party/megatron/test_offload_states.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
class McaModelCreator:
3838

39-
def __init__(self, optimizer_type, model_name="/data/cpfs_0/common/models/Qwen2.5-0.5B-Instruct"):
39+
def __init__(self, optimizer_type, model_name="Qwen/Qwen2.5-0.5B-Instruct"):
4040
self.model_name = model_name
4141
if optimizer_type is None:
4242
self.megatron_train_args = TrainingArguments(

0 commit comments

Comments
 (0)