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 f7047fd commit 5eb5e47Copy full SHA for 5eb5e47
README.md
@@ -188,8 +188,8 @@ python hud_eval.py --taskset <taskset_id> [--parallel] [--max_concurrent <n>]
188
# Run a taskset serially
189
python hud_eval.py --taskset SheetBench-V2
190
191
-# Run in parallel with 5 concurrent tasks
192
-python hud_eval.py --taskset OSWorld-Verified --parallel --max_concurrent 5
+# Run in parallel with 50 concurrent tasks
+python hud_eval.py --taskset OSWorld-Verified --parallel --max_concurrent 50
193
```
194
195
## Computers
0 commit comments