This commit is contained in:
hailin 2025-09-24 18:17:18 +08:00
parent c89eda419d
commit 12ec3aa1f4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
export WB_ENTITY=hailin export WB_ENTITY=hailin
export WANDB_BASE_URL=https://wandb.szaiai.com export WANDB_BASE_URL=https://wandb.szaiai.com
export WANDB_API_KEY=local-701636f51b4741d3862007df5cf7f12cca53d8d1 export WANDB_API_KEY=local-701636f51b4741d3862007df5cf7f12cca53d8d1
export WANDB_PROJECT=ds-qwen3-lora export WANDB_PROJECT=ds-qwen3
export WANDB_GROUP=q3-32b-ds4-2025-09-05 # 如果训练时没用 WANDB_RUN_GROUP这里只是“期望值” export WANDB_GROUP=q3-32b-ds4-2025-09-25 # 如果训练时没用 WANDB_RUN_GROUP这里只是“期望值”
export MATCH_NAME_REGEX='^q3-32b' # 回退方案:按名字匹配 export MATCH_NAME_REGEX='^q3-32b' # 回退方案:按名字匹配
python3 - <<'PY' python3 - <<'PY'