This commit is contained in:
parent
47c5cbe68c
commit
0ca12bc98f
|
|
@ -1,9 +1,9 @@
|
||||||
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
|
export WANDB_PROJECT=ds-qwen3-lora
|
||||||
export WANDB_GROUP=q3-32b-ds4-2025-09-05 # 如果训练时没用 WANDB_RUN_GROUP,这里只是“期望值”
|
export WANDB_GROUP=q3-32b-ds4-2025-09-05 # 如果训练时没用 WANDB_RUN_GROUP,这里只是“期望值”
|
||||||
export MATCH_NAME_REGEX='^q3-32b-ds4' # 回退方案:按名字匹配
|
export MATCH_NAME_REGEX='^q3-32b' # 回退方案:按名字匹配
|
||||||
|
|
||||||
python3 - <<'PY'
|
python3 - <<'PY'
|
||||||
import os, re, wandb
|
import os, re, wandb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue