wangwei
|
4173a40d93
|
feat(scripts): add run_eval.bat / run_eval.ps1 evaluation launcher scripts
Both scripts support:
- Shortcut args: online (default), offline, or any custom .yaml path
- Second arg: log level (DEBUG/INFO/WARNING/ERROR), default INFO
- Auto-timestamped log file saved to logs\eval_<date>_<time>.log
- Sets PYTHONIOENCODING=utf-8 and PYTHONPATH=. automatically
- Friendly error/success banners with log file path
Usage:
run_eval.bat # online eval
run_eval.bat offline DEBUG # offline eval with DEBUG logs
.\run_eval.ps1 online DEBUG # PowerShell equivalent
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-06-16 11:16:53 +08:00 |
|