We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8859737 commit 8c1846cCopy full SHA for 8c1846c
docs/mkdocs/docs/xbench_ds.md
@@ -57,7 +57,7 @@ OPENAI_BASE_URL="https://api.openai.com/v1"
57
export CHINESE_CONTEXT="true"
58
uv run main.py common-benchmark \
59
--config_file_name=agent_quickstart_1 \
60
- --benchmark=xbench-ds \
+ benchmark=xbench-ds \
61
output_dir="logs/xbench-ds/$(date +"%Y%m%d_%H%M")"
62
```
63
@@ -78,7 +78,7 @@ Replace `$PATH_TO_LOG` with your actual output directory path.
78
```bash title="Resume Interrupted Evaluation"
79
80
81
82
output_dir="logs/xbench-ds/20250922_1430"
83
84
0 commit comments