Skip to content

Commit 8c1846c

Browse files
fixbug: xbench-ds doc
1 parent 8859737 commit 8c1846c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mkdocs/docs/xbench_ds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OPENAI_BASE_URL="https://api.openai.com/v1"
5757
export CHINESE_CONTEXT="true"
5858
uv run main.py common-benchmark \
5959
--config_file_name=agent_quickstart_1 \
60-
--benchmark=xbench-ds \
60+
benchmark=xbench-ds \
6161
output_dir="logs/xbench-ds/$(date +"%Y%m%d_%H%M")"
6262
```
6363

@@ -78,7 +78,7 @@ Replace `$PATH_TO_LOG` with your actual output directory path.
7878
```bash title="Resume Interrupted Evaluation"
7979
uv run main.py common-benchmark \
8080
--config_file_name=agent_quickstart_1 \
81-
--benchmark=xbench-ds \
81+
benchmark=xbench-ds \
8282
output_dir="logs/xbench-ds/20250922_1430"
8383
```
8484

0 commit comments

Comments
 (0)