修改其他文档

This commit is contained in:
strepsiades
2026-03-09 16:47:25 +08:00
parent f759984331
commit 4ce4004cdb
5 changed files with 136 additions and 217 deletions
+4 -1
View File
@@ -12,7 +12,10 @@
- `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`
- `ecm-sync-run --config_path=run_profiles/jsonl_to_jsonl.local.yaml`
兼容旧入口:
- `python run.py --config_path=run_profiles/jsonl_to_jsonl.local.yaml`
支持占位符:
- `${PROJECT_ROOT}`:运行时替换为项目根目录绝对路径。