Update evaluation docs and examples for CLI cutoff deprecation/migration#6607
Update evaluation docs and examples for CLI cutoff deprecation/migration#6607shuyangli wants to merge 1 commit intosl/deprecate-cutoff-configfrom
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dafc88453b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Sets a user defined threshold at which the test is passing. | ||
| This can be useful for applications where the evaluations are run as an automated test. | ||
| If the average value of this evaluator is below the cutoff, the evaluations binary will return a nonzero status code. | ||
| Use CLI [`--cutoffs`](/evaluations/inference-evaluations/cli-referenc) for evaluation pass/fail thresholds. |
There was a problem hiding this comment.
Correct misspelled CLI reference link path
The new deprecation guidance links to /evaluations/inference-evaluations/cli-referenc, which is missing the final e and leads to a broken page instead of the CLI reference. Users following the cutoff migration instructions in this section won’t be able to reach the --cutoffs docs, so the migration path is effectively blocked from this page.
Useful? React with 👍 / 👎.
No description provided.