|
| 1 | +base_path: |
| 2 | + base_output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 3 | + base_baseline_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_baseline |
| 4 | + |
| 5 | +default_config: |
| 6 | + train: |
| 7 | + resource: |
| 8 | + gpus_per_task: 16 |
| 9 | + cpus_per_task: 256 |
| 10 | + memory_per_task: 1920 |
| 11 | + image: registry2.d.pjlab.org.cn/ccr-yehaochen/910c:xtuner_rc2-20251011-2 |
| 12 | + envs: |
| 13 | + - HF_HUB_CACHE=/mnt/shared-storage-user/auto-eval-pipeline/opencompass/models/hf_hub |
| 14 | + eval: |
| 15 | + resource: |
| 16 | + gpus_per_task: 0 |
| 17 | + cpus_per_task: 16 |
| 18 | + memory_per_task: 128 |
| 19 | + image: registry.h.pjlab.org.cn/ailab-puyu/auto-eval:ld_0101_oc_8ee07ac_v3 |
| 20 | + envs: |
| 21 | + - HF_HUB_CACHE=/mnt/shared-storage-user/auto-eval-pipeline/opencompass/models/hf_hub |
| 22 | + - HF_DATASETS_CACHE=/mnt/shared-storage-user/auto-eval-pipeline/opencompass/llmeval/hf_cache |
| 23 | + - COMPASS_DATA_CACHE=/mnt/shared-storage-user/auto-eval-pipeline/opencompass/llmeval/compass_data_cache |
| 24 | + - HF_DATASETS_OFFLINE=1 |
| 25 | + - HF_HUB_OFFLINE=1 |
| 26 | + |
| 27 | +case: |
| 28 | + npu-qwen3-sft: |
| 29 | + - |
| 30 | + type: sft |
| 31 | + parameters: |
| 32 | + config: autotest/config/npu_qwen3.py |
| 33 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 34 | + resource: |
| 35 | + num_nodes: 1 |
| 36 | + envs: |
| 37 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 38 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 39 | + - XTUNER_DETERMINISTIC=true |
| 40 | + - TORCH_NPU_USE_HCCL=1 |
| 41 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 42 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 43 | + - RANK=0 |
| 44 | + assert_info: |
| 45 | + base_metric: npu-qwen3-sft/812c1021/tracker.jsonl |
| 46 | + check_metrics: |
| 47 | + grad_norm: 0.000001 |
| 48 | + loss/reduced_llm_loss: 0.000001 |
| 49 | + lr: 0 |
| 50 | + memory/max_memory_GB: 0.2 |
| 51 | + runtime_info/tgs: 0.05 |
| 52 | + runtime_info/text_tokens: 0 |
| 53 | + timeout: 10800 |
| 54 | + |
| 55 | + npu-qwen3-sft-ep8: |
| 56 | + - |
| 57 | + type: sft |
| 58 | + parameters: |
| 59 | + config: autotest/config/npu_qwen3_moe_30BA3_ep8.py |
| 60 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 61 | + resource: |
| 62 | + num_nodes: 1 |
| 63 | + envs: |
| 64 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 65 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 66 | + - XTUNER_DETERMINISTIC=true |
| 67 | + - TORCH_NPU_USE_HCCL=1 |
| 68 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 69 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 70 | + assert_info: |
| 71 | + base_metric: npu-qwen3-sft-ep8/812c1021/tracker.jsonl |
| 72 | + check_metrics: |
| 73 | + grad_norm: 0.000001 |
| 74 | + loss/reduced_llm_loss: 0.000001 |
| 75 | + lr: 0 |
| 76 | + memory/max_memory_GB: 0.2 |
| 77 | + runtime_info/tgs: 0.5 |
| 78 | + runtime_info/text_tokens: 0 |
| 79 | + timeout: 10800 |
| 80 | + - |
| 81 | + type: sft |
| 82 | + pre_action: |
| 83 | + command: 'python ./autotest/utils/update_meta.py' |
| 84 | + parameters: |
| 85 | + config: autotest/config/npu_qwen3_moe_30BA3_ep8_resume.py |
| 86 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 87 | + resource: |
| 88 | + num_nodes: 1 |
| 89 | + cpus_per_task: 80 |
| 90 | + envs: |
| 91 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 92 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 93 | + - XTUNER_DETERMINISTIC=true |
| 94 | + - TORCH_NPU_USE_HCCL=1 |
| 95 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 96 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 97 | + assert_info: |
| 98 | + base_metric: npu-qwen3-sft-ep8/812c1021_resume/tracker.jsonl |
| 99 | + check_metrics: |
| 100 | + grad_norm: 0.000001 |
| 101 | + loss/reduced_llm_loss: 0.000001 |
| 102 | + lr: 0 |
| 103 | + memory/max_memory_GB: 0.2 |
| 104 | + runtime_info/text_tokens: 0 |
| 105 | + timeout: 10800 |
| 106 | + |
| 107 | + npu-qwen3-sft-tp2: |
| 108 | + - |
| 109 | + type: sft |
| 110 | + parameters: |
| 111 | + config: autotest/config/npu_qwen3_moe_30BA3_tp2.py |
| 112 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 113 | + resource: |
| 114 | + envs: |
| 115 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 116 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 117 | + - XTUNER_DETERMINISTIC=true |
| 118 | + - XTUNER_USE_FA3=1 |
| 119 | + - TORCH_NPU_USE_HCCL=1 |
| 120 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 121 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 122 | + assert_info: |
| 123 | + base_metric: npu-qwen3-sft-tp2/812c1021/tracker.jsonl |
| 124 | + check_metrics: |
| 125 | + grad_norm: 0.000001 |
| 126 | + loss/reduced_llm_loss: 0.000001 |
| 127 | + lr: 0 |
| 128 | + memory/max_memory_GB: 0.2 |
| 129 | + runtime_info/tgs: 0.05 |
| 130 | + runtime_info/text_tokens: 0 |
| 131 | + timeout: 10800 |
| 132 | + |
| 133 | + npu-qwen3-sft-recompute: |
| 134 | + - |
| 135 | + type: sft |
| 136 | + parameters: |
| 137 | + config: autotest/config/npu_qwen3_recompute.py |
| 138 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 139 | + resource: |
| 140 | + num_nodes: 2 |
| 141 | + cpus_per_task: 256 |
| 142 | + envs: |
| 143 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 144 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 145 | + - XTUNER_DETERMINISTIC=true |
| 146 | + - XTUNER_ACTIVATION_OFFLOAD=1 |
| 147 | + - TORCH_NPU_USE_HCCL=1 |
| 148 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 149 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 150 | + assert_info: |
| 151 | + base_metric: npu-qwen3-sft-recompute/812c1021/tracker.jsonl |
| 152 | + check_metrics: |
| 153 | + grad_norm: 0.000001 |
| 154 | + loss/reduced_llm_loss: 0.000001 |
| 155 | + lr: 0 |
| 156 | + memory/max_memory_GB: 0.2 |
| 157 | + runtime_info/tgs: 0.05 |
| 158 | + runtime_info/text_tokens: 0 |
| 159 | + timeout: 10800 |
| 160 | + |
| 161 | + npu-qwen3-sft-16nums: |
| 162 | + - |
| 163 | + type: sft |
| 164 | + parameters: |
| 165 | + config: autotest/config/npu_qwen3_16nums.py |
| 166 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 167 | + resource: |
| 168 | + num_nodes: 2 |
| 169 | + envs: |
| 170 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 171 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 172 | + - XTUNER_DETERMINISTIC=true |
| 173 | + - TORCH_NPU_USE_HCCL=1 |
| 174 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 175 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 176 | + assert_info: |
| 177 | + base_metric: npu-qwen3-sft/812c1021/tracker.jsonl |
| 178 | + check_metrics: |
| 179 | + grad_norm: 0.000001 |
| 180 | + loss/reduced_llm_loss: 0.000001 |
| 181 | + lr: 0 |
| 182 | + timeout: 10800 |
| 183 | + |
| 184 | + npu-qwen3-sft-celoss-vs-gpu: |
| 185 | + - |
| 186 | + type: sft |
| 187 | + parameters: |
| 188 | + config: autotest/config/npu_qwen3_sft_celoss.py |
| 189 | + output_path: /mnt/hwfile/vc-intern-delivery/qa-llm-cicd/test_output |
| 190 | + resource: |
| 191 | + num_nodes: 1 |
| 192 | + envs: |
| 193 | + - QWEN3_MOE_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/qa_test_models/Qwen3-30B-A3B |
| 194 | + - ALPACA_PATH=/mnt/hwfile/vc-intern-delivery/qa-llm-cicd/xtuner_resource/datasets/alpaca |
| 195 | + - XTUNER_DETERMINISTIC=true |
| 196 | + - TORCH_NPU_USE_HCCL=1 |
| 197 | + - PIP_INDEX_URL=http://pkg.pjlab.org.cn/repository/pypi-tsinghua/simple |
| 198 | + - PIP_TRUSTED_HOST=pkg.pjlab.org.cn |
| 199 | + assert_info: |
| 200 | + base_metric: npu-qwen3-sft-celoss-vs-gpu/812c1021/tracker.jsonl |
| 201 | + check_metrics: |
| 202 | + grad_norm: 0.02 |
| 203 | + loss/reduced_llm_loss: 0.01 |
| 204 | + lr: 0.01 |
| 205 | + timeout: 10800 |
0 commit comments