You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ For more advanced examples, including [Triton](/examples/triton/README.md), [CUD
134
134
|`-M, --model`| Model identifier for the LLM to use (e.g., `o4-mini`, `claude-sonnet-4-0`). |`o4-mini` when `OPENAI_API_KEY` is set;`claude-sonnet-4-0` when `ANTHROPIC_API_KEY` is set;`gemini-2.5-pro` when `GEMINI_API_KEY` is set. |`-M o4-mini`|
135
135
|`-i, --additional-instructions`| Natural language description of specific instructions **or** path to a file containing detailed instructions to guide the LLM. |`None`|`-i instructions.md` or `-i "Optimize the model for faster inference"`|
136
136
|`-l, --log-dir`| Path to the directory to log intermediate steps and final optimization result. |`.runs/`|`-l ./logs/`|
137
+
|`--eval-timeout`| Timeout in seconds foreach stepin evaluation. | No timeout (unlimited) |`--eval-timeout 3600`|
0 commit comments