Files
ecm_sync_system/run_profiles/README.md
T
strepsiades 4a9c444b10 first commit
2026-03-09 16:31:42 +08:00

19 lines
604 B
Markdown

# Run Profiles
- 路径:项目根目录 `run_profiles/`
- 命名:建议使用 `*.local.yaml`(该目录下 YAML 默认会被 git 忽略)
模板来源:
- `run_profiles/preset/jsonl_to_jsonl.default.yaml`
- `run_profiles/preset/jsonl_to_api.default.yaml`
推荐流程:
1. 从模板复制到本目录,例如:
- `run_profiles/jsonl_to_jsonl.local.yaml`
- `run_profiles/jsonl_to_api.local.yaml`
2. 按需修改后运行:
- `python run.py --config_path=run_profiles/jsonl_to_jsonl.local.yaml`
支持占位符:
- `${PROJECT_ROOT}`:运行时替换为项目根目录绝对路径。